We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ba284 commit 1db2b49Copy full SHA for 1db2b49
src/docs/contribute/testing-guidelines.md
@@ -94,13 +94,13 @@ npm run test:playwright-ct:<all|all-with-update>
94
You can also run specific tests by passing a path to the test files:
95
96
```bash
97
-npm run test:playwright-ct:<all|all-with-update> -- <match_path>
+npm run test:playwright-ct:<all|all-with-update> -- -- <match_path>
98
```
99
100
You can also pass any [CLI command][playwright-cli] to the test runner:
101
102
103
-npm run test:playwright-ct:<all|all-with-update> -- <cli_argument>
+npm run test:playwright-ct:<all|all-with-update> -- -- <cli_argument>
104
105
106
#### Opening Test Report
0 commit comments