kibana/scripts
Spencer 5c5e03a968
[5.6] [CI] Produce junit test reports (#15281) (#15442)
* [CI] Produce junit test reports (#15281)

* [mocha] use custom reporter for legible results in jenkins

* [jest] use custom result processor for legible results in jenkins

* [karma] enable junit output on CI

* [mocha/junitReporter] accept rootDirectory as configuration

* [jest/reporter] use reporters option added in jest 20

* [toolingLog] remove black/white specific colors

* [dev/mocha/junit] no reason for junit to be a "reporter"

* typos

* [dev/mocha/junit] use else if

* [karma/junit] use string#replace for explicitness

* [junit] use test file path as "classname"

* [ftr/mocha] no longer a "console" specific reporter

* [dev/jest] fix relative path to babel options
2017-12-05 19:41:07 -07:00
..
backport.js Add Backport to toolchain (#14525) (#14550) 2017-10-24 16:57:06 -04:00
docs.js Shortcut to build asciidocs (#13164) 2017-08-23 10:29:11 -04:00
es_archiver.js [5.x] [functionalTestRunner] replace intern (#10910) (#11171) 2017-04-12 08:44:53 -04:00
eslint.js Fixes broken path to babel register (#14979) 2017-11-15 14:51:15 -08:00
functional_test_runner.js [5.x] [functionalTestRunner] replace intern (#10910) (#11171) 2017-04-12 08:44:53 -04:00
jest.js [5.6] [CI] Produce junit test reports (#15281) (#15442) 2017-12-05 19:41:07 -07:00
makelogs.js Convert makelogs and mocha npm scripts (#11665) 2017-05-09 10:53:26 -07:00
mocha.js [ftr] make room for more projects (#11848) 2017-05-17 20:30:28 -07:00
README.md [5.x] [functionalTestRunner] replace intern (#10910) (#11171) 2017-04-12 08:44:53 -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