Creates functional test README files (#42389)

* Creates x-pack functional test README

* Adds README to test/functional directory

* Adds link to Functional Test dev guide in x-pack root README
This commit is contained in:
Jason Rhodes 2019-07-31 15:41:15 -04:00 committed by GitHub
parent 0959bebd73
commit b230ceb50d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# Kibana Functional Testing
See our [Functional Testing Guide](https://www.elastic.co/guide/en/kibana/current/development-functional-tests.html)

View file

@ -61,6 +61,8 @@ yarn test:server
#### Running functional tests
For more info, see [the Elastic functional test development guide](https://www.elastic.co/guide/en/kibana/current/development-functional-tests.html).
The functional UI tests, the API integration tests, and the SAML API integration tests are all run against a live browser, Kibana, and Elasticsearch install. Each set of tests is specified with a unique config that describes how to start the Elasticsearch server, the Kibana server, and what tests to run against them. The sets of tests that exist today are *functional UI tests* ([specified by this config](test/functional/config.js)), *API integration tests* ([specified by this config](test/api_integration/config.js)), and *SAML API integration tests* ([specified by this config](test/saml_api_integration/config.js)).
The script runs all sets of tests sequentially like so:

View file

@ -0,0 +1,3 @@
# Kibana Functional Testing
See our [Functional Testing Guide](https://www.elastic.co/guide/en/kibana/current/development-functional-tests.html)