[contributing.md] Remove appSuites (#11369)

This commit is contained in:
Jonathan Budzenski 2017-04-26 09:02:37 -04:00 committed by GitHub
parent 8694acb9e4
commit 2803fd333a

View file

@ -260,8 +260,6 @@ npm run test:browser -- --dev # remove the --dev flag to run them once and close
The following will start Kibana, Elasticsearch and the chromedriver for you. To run the functional UI tests use the following commands
If you want to run the functional UI tests one time and exit, use the following command. This is used by the CI systems and is great for quickly checking that things pass. It is essentially a combination of the next two tasks. This supports options `--grep=foo` for only running tests that match a regular expression, and `--appSuites=management` for running tests for a specific application.
```bash
npm run test:ui
```
@ -279,6 +277,8 @@ To execute the front-end browser tests, enter the following. This requires the s
npm run test:ui:runner
```
To filter these tests, use `--grep=foo` for only running tests that match a regular expression.
To run these browser tests against against some other Elasticsearch and Kibana instance you can set these environment variables and then run the test runner.
Here's an example to run against an Elastic Cloud instance (note that you should run the same branch of tests as the version of Kibana you're testing);