mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[contributing.md] Remove appSuites (#11369)
This commit is contained in:
parent
8694acb9e4
commit
2803fd333a
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue