From badd544e345d4e8862d1d6be485ed6cb04a8c3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Labas?= <431257+thebiglabasky@users.noreply.github.com> Date: Wed, 24 Sep 2025 18:50:54 +0200 Subject: [PATCH] Correct command syntax for pw-test Fix typo in CLI command for pw-test usage. --- site/content/docs/playwright-checks/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/playwright-checks/_index.md b/site/content/docs/playwright-checks/_index.md index aafde4920..47e1d87df 100644 --- a/site/content/docs/playwright-checks/_index.md +++ b/site/content/docs/playwright-checks/_index.md @@ -54,7 +54,7 @@ Run your Playwright test suite using `pw-test`. `pw-test` accepts both Checkly and Playwright command line arguments using the following syntax: -`npx checkly pwtest --checky-flag -- --playwright-flag`. Use `--` to seperate Checkly and Playwright flags. +`npx checkly pw-test --checkly-flag -- --playwright-flag`. Use `--` to seperate Checkly and Playwright flags. The CLI command will then return a link to results, traces and more details: