mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-24 06:49:04 +03:00
docs(test-projects-js.md): fix typo in "Test filtering" section (#30114)
This commit is contained in:
parent
2de8a6b002
commit
c27ec77d55
@ -216,7 +216,7 @@ You can also teardown your setup by adding a [`property: TestProject.teardown`]
|
||||
|
||||
### Test filtering
|
||||
|
||||
If `--grep/--grep-invert` or `--shard` [option](./test-cli.md#reference) is used, test file name filter is specified in [command line](./test-cli.md) or [test.only()](./api/class-test.md#test-only) is used, it will only apply to the tests from the deepest projects in the project dependency chain. In other words, if a matching test belongs to a project that has project dependencies, Playwright will run all the tests from the project depdencies ignoring the filters.
|
||||
If `--grep/--grep-invert` or `--shard` [option](./test-cli.md#reference) is used, test file name filter is specified in [command line](./test-cli.md) or [test.only()](./api/class-test.md#test-only) is used, it will only apply to the tests from the deepest projects in the project dependency chain. In other words, if a matching test belongs to a project that has project dependencies, Playwright will run all the tests from the project dependencies ignoring the filters.
|
||||
|
||||
## Custom project parameters
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user