Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 4fed14a

Browse files
committed
remove tip and add as in paragraph explanations for readibility
1 parent ca6a99c commit 4fed14a

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

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

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,12 @@ What you need:
5050

5151
### 3. Use `pw-test` for quick testing
5252

53-
> [!NOTE]
54-
> `pw-test` accepts both checkly and playwright commands using the following syntax:
55-
> `npx checkly pwtest --checky-flag -- --playwright-flag`
56-
> - Run tests with automatic session recording
57-
> - Create scheduled checks with `--create-check`
58-
> - Use `--` to pass Playwright flags
59-
> See the [pw-test guide](/guides/using-pw-test-command/).
60-
6153
Let's start with confirming your tests will work on Checkly, run the ones you want using `pw-test`.
6254

63-
The CLI command will then return a link leading to results, traces and more details.
55+
`pw-test` accepts both checkly and playwright commands using the following syntax:
56+
`npx checkly pwtest --checky-flag -- --playwright-flag`. Use `--` to pass Playwright flags.
6457

65-
For example:
58+
The CLI command will then return a link leading to results, traces and more details:
6659

6760
```bash
6861
> npx checkly pw-test -- --project=chromium

0 commit comments

Comments
 (0)