Skip to content

Commit f82e101

Browse files
authored
Merge pull request #69 from checkly/michelleliebheit/fix-typos
feat: fix PW CLI command typos [kit-00]
2 parents 9361f12 + 5d3976f commit f82e101

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

constructs/quickstarts/playwright-check.mdx

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

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

44-
`npx checkly pwtest --checky-flag -- --playwright-flag`. Use `--` to seperate Checkly and Playwright flags.
44+
`npx checkly pw-test --checkly-flag -- --playwright-flag`. Use `--` to separate Checkly and Playwright flags.
4545

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

quickstarts/playwright-check.mdx

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

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

44-
`npx checkly pwtest --checky-flag -- --playwright-flag`. Use `--` to seperate Checkly and Playwright flags.
44+
`npx checkly pw-test --checkly-flag -- --playwright-flag`. Use `--` to separate Checkly and Playwright flags.
4545

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

0 commit comments

Comments
 (0)