Commit graph

8 commits

Author SHA1 Message Date
archana
f4f3de23a5
[6.3] [Functional Tests] Use @kbn/test on Kibana CI (#18967) (#20310)
* [Functional Tests] Use @kbn/test on Kibana CI (#18967)

* Replace test:api with @kbn/test runTests

* Improve CLI help menu 🆘

* Use --es-from

* Replace jenkins:selenium with kbn-test

* Validate cli args, fixing test in the process

* Clean up some stuff

* Code review fixes

* Explanation for collectCliArgs

* Remove exit codes, they're useless anyway.

* Make markdown vis test pass with dev_mode setting

* Tests

* Remove unneeded export

* Code review: move console logging up to cli.js

* Code review: refactor startServers and runTests to take single options collection

* Code review: Remove all things I am sure we do not use

* Improve tests

* Code review fixes

* Pass created log to runFtr, runElasticsearch, runKibanaServer

* Update --es-from option to --esFrom

* Still need dev_mode setting in 6.3
2018-06-29 01:37:08 -05:00
archana
cb0cdc7694
[6.3] Option to run kibana from build for CI (#19125) (#19225) (#19257)
* Option to run kibana from build for CI (#19125)

* Support --dev option for servers only

* try skipping dashboard time zones test
2018-05-21 19:06:40 -05:00
archana
ccefa303e4 Revert "Option to run kibana from build for CI" (#19224)
* Revert "[DOCS] Removes redundant index.asciidoc files (#19192)"

This reverts commit d11b5aae9a.

* Revert "[typescript] add typescript support for the server and browser (#19104)"

This reverts commit c6112067fc.

* Revert "Option to run kibana from build for CI (#19125)"

This reverts commit 5969860303.
2018-05-18 14:11:23 -05:00
archana
55107878c1 Option to run kibana from build for CI (#19125) 2018-05-18 12:49:27 -05:00
archana
3c540273a5
Functional test setup with kbn-test package (#18568) (#19175) 2018-05-17 13:43:09 -05:00
spalger
891ab7e25a Revert "Functional test setup with kbn-test package (#18568)"
This reverts commit 079a01fe6f.
2018-05-15 13:18:25 -07:00
Aleh Zasypkin
951c270f74 Rename @kbn/babel-preset/common & node & webpack to @kbn/babel-preset/common_preset & node_preset & webpack_preset. (#19025) 2018-05-15 12:35:39 -05:00
archana
079a01fe6f Functional test setup with kbn-test package (#18568)
Restructure testing with kbn-test package

 - Run with multiple configs, move cli options to config
 - Package-ify kbn-test
 - Eventually we'll have functional_test_runner live in a package
of its own, and then this kbn-test will use that as a dependency,
probably still as a devDependency.
 - Implement functional_tests_server
 - Collapse single and multiple config apis into one command

Use kbn-es

Replace es_test_cluster + es_test_config with kbn/test utils

Implement new createEsTestCluster

Improve scripts, jsdocs, cli top-level tools

Lift error handling to the top level
2018-05-15 12:22:52 -05:00