mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
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:
parent
0959bebd73
commit
b230ceb50d
3 changed files with 8 additions and 0 deletions
3
test/functional/README.md
Normal file
3
test/functional/README.md
Normal 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)
|
|
@ -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:
|
||||
|
|
3
x-pack/test/functional/README.md
Normal file
3
x-pack/test/functional/README.md
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue