Skip to content

Commit badd544

Browse files
Correct command syntax for pw-test
Fix typo in CLI command for pw-test usage.
1 parent eb380a2 commit badd544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/playwright-checks/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Run your Playwright test suite using `pw-test`.
5454

5555
`pw-test` accepts both Checkly and Playwright command line arguments using the following syntax:
5656

57-
`npx checkly pwtest --checky-flag -- --playwright-flag`. Use `--` to seperate Checkly and Playwright flags.
57+
`npx checkly pw-test --checkly-flag -- --playwright-flag`. Use `--` to seperate Checkly and Playwright flags.
5858

5959
The CLI command will then return a link to results, traces and more details:
6060

0 commit comments

Comments
 (0)