Skip to content

Commit 1db2b49

Browse files
committed
Fix playwright testing guideline commands (#598)
1 parent 76ba284 commit 1db2b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/contribute/testing-guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ npm run test:playwright-ct:<all|all-with-update>
9494
You can also run specific tests by passing a path to the test files:
9595

9696
```bash
97-
npm run test:playwright-ct:<all|all-with-update> -- <match_path>
97+
npm run test:playwright-ct:<all|all-with-update> -- -- <match_path>
9898
```
9999

100100
You can also pass any [CLI command][playwright-cli] to the test runner:
101101

102102
```bash
103-
npm run test:playwright-ct:<all|all-with-update> -- <cli_argument>
103+
npm run test:playwright-ct:<all|all-with-update> -- -- <cli_argument>
104104
```
105105

106106
#### Opening Test Report

0 commit comments

Comments
 (0)