mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* [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 |
||
---|---|---|
.. | ||
backport.js | ||
docs.js | ||
es_archiver.js | ||
eslint.js | ||
functional_test_runner.js | ||
jest.js | ||
kibana-keystore.js | ||
kibana-plugin.js | ||
kibana.js | ||
makelogs.js | ||
mocha.js | ||
precommit_hook.js | ||
README.md |
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:
- require
src/babel-register
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