mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update CONTRIBUTING.md with information on how to focus the browser tests on a particular suite when running test:dev. (#14317)
This commit is contained in:
parent
356cfe70b8
commit
78b4727c76
1 changed files with 3 additions and 0 deletions
|
@ -273,6 +273,9 @@ Using `npm run test:dev` initializes an environment for debugging the browser te
|
|||
npm run test:dev
|
||||
```
|
||||
|
||||
In the screenshot below, you'll notice the URL is `localhost:9876/debug.html`. You can append a `grep` query parameter to this URL and set it to a string value which will be used to exclude tests which don't match. For example, if you changed the URL to `localhost:9876/debug.html?query=my test` and then refreshed the browser, you'd only see tests run which contain "my test" in the test description.
|
||||
|
||||
|
||||

|
||||
|
||||
### Unit Testing Plugins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue