Skip to content

Commit

Permalink
docs(test-projects-js.md): fix typo in "Test filtering" section (micr…
Browse files Browse the repository at this point in the history
  • Loading branch information
julianalmandos authored Mar 26, 2024
1 parent 2de8a6b commit c27ec77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/test-projects-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c27ec77

Please sign in to comment.