kibana/scripts
Spencer d126e7c5f4 Convert makelogs and mocha npm scripts (#11665)
* [scripts] convert `npm run makelogs` to script

* [scripts] convert `npm run mocha` to script

* [scripts] add warning to `test:ui:runner` npm script

* [script] fix location of scripts in warnings
2017-05-09 10:53:10 -07:00
..
es_archiver.js [esArchiver] combine elasticDump and ScenarioManager (#10359) 2017-03-27 15:29:14 -04:00
functional_test_runner.js [functionalTestRunner] replace intern (#10910) 2017-04-11 17:01:06 -05:00
jest.js Move Jest test setup to root (#10963) 2017-04-05 21:24:01 -04:00
makelogs.js Convert makelogs and mocha npm scripts (#11665) 2017-05-09 10:53:10 -07:00
mocha.js Convert makelogs and mocha npm scripts (#11665) 2017-05-09 10:53:10 -07:00
README.md [esArchiver] combine elasticDump and ScenarioManager (#10359) 2017-03-27 15:29:14 -04:00

kibana dev scripts

This directory contains scripts useful for interacting with Kibana tools in development. Use the node executable and --help flag to learn about how they work:

node scripts/{{script name}} --help

for developers

This directory is excluded from the build and tools within it should help users discover their capabilities. Each script in this directory must:

  • include the ../src/optimize/babel/register module to bootstrap babel
  • call out to source code that is in the src directory
  • react to the --help flag
  • run everywhere OR check and fail fast when a required OS or toolchain is not available