mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
8b2a7d9fbd
commit
632535d8d3
1 changed files with 9 additions and 0 deletions
|
@ -102,6 +102,15 @@ The standard `npm run test` task runs several sub tasks and can take several min
|
|||
</dd>
|
||||
</dl>
|
||||
|
||||
#### OS packages
|
||||
|
||||
Packages are built using fpm, pleaserun, dpkg, rpm, and pkgbuild. fpm and pleaserun can be installed using gem.
|
||||
```sh
|
||||
gem install pleaserun
|
||||
gem install fpm
|
||||
npm run build:ospackages
|
||||
```
|
||||
|
||||
### Functional UI Testing
|
||||
|
||||
#### Handy references
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue