From b230ceb50dd54aa01200284e6fa2595783d2b9d6 Mon Sep 17 00:00:00 2001 From: Jason Rhodes Date: Wed, 31 Jul 2019 15:41:15 -0400 Subject: [PATCH] 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 --- test/functional/README.md | 3 +++ x-pack/README.md | 2 ++ x-pack/test/functional/README.md | 3 +++ 3 files changed, 8 insertions(+) create mode 100644 test/functional/README.md create mode 100644 x-pack/test/functional/README.md diff --git a/test/functional/README.md b/test/functional/README.md new file mode 100644 index 000000000000..6da3ccfa2c6e --- /dev/null +++ b/test/functional/README.md @@ -0,0 +1,3 @@ +# Kibana Functional Testing + +See our [Functional Testing Guide](https://www.elastic.co/guide/en/kibana/current/development-functional-tests.html) diff --git a/x-pack/README.md b/x-pack/README.md index df6288512c12..0a68608fd818 100644 --- a/x-pack/README.md +++ b/x-pack/README.md @@ -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: diff --git a/x-pack/test/functional/README.md b/x-pack/test/functional/README.md new file mode 100644 index 000000000000..6da3ccfa2c6e --- /dev/null +++ b/x-pack/test/functional/README.md @@ -0,0 +1,3 @@ +# Kibana Functional Testing + +See our [Functional Testing Guide](https://www.elastic.co/guide/en/kibana/current/development-functional-tests.html)