You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`npx checkly test`| Dry run all the checks in your project |
35
+
|`npx checkly pw-test`| Run playwright tests in your project |
33
36
|`npx checkly deploy`| Deploy your checks to the Checkly cloud |
34
37
|`npx checkly login`| Log in to your Checkly account |
35
38
|`npx checkly --help`| Show help for each command. |
@@ -38,11 +41,14 @@ Run the core CLI commands with `npx checkly <command>`
38
41
39
42
## Adding and running `@playwright/test`
40
43
41
-
You can add `@playwright/test` to this project to get full code completion and run `.spec.js` files for local debugging.
42
-
It's best to install the Playwright npm package version that matches your [Checkly runtime](https://www.checklyhq.com/docs/cli/npm-packages/).
44
+
Run `npm install` to install all required dependencies.
45
+
46
+
`@playwright/test` will give you full code completion and run `.spec.js` files for local debugging.
47
+
48
+
If you're using MultiStep or Browser Checks, make sure to install the Playwright npm package version that matches your [Checkly runtime](https://www.checklyhq.com/docs/cli/npm-packages/).
|`npx checkly test`| Dry run all the checks in your project |
34
+
|`npx checkly pw-test`| Run playwright tests in your project |
33
35
|`npx checkly deploy`| Deploy your checks to the Checkly cloud |
34
36
|`npx checkly login`| Log in to your Checkly account |
35
37
|`npx checkly --help`| Show help for each command. |
@@ -38,14 +40,17 @@ Run the core CLI commands with `npx checkly <command>`
38
40
39
41
## Adding and running `@playwright/test`
40
42
41
-
You can add `@playwright/test` to this project to get full code completion and run `.spec.ts` files for local debugging.
42
-
It's best to install the Playwright npm package version that matches your [Checkly runtime](https://www.checklyhq.com/docs/cli/npm-packages/).
43
+
Run `npm install` to install all required dependencies.
44
+
45
+
`@playwright/test` will give you full code completion and run `.spec.js` files for local debugging.
46
+
47
+
If you're using MultiStep or Browser Checks, make sure to install the Playwright npm package version that matches your [Checkly runtime](https://www.checklyhq.com/docs/cli/npm-packages/).
43
48
44
49
```bash
45
-
npm install --save-dev @playwright/test@1.38.1
50
+
npm install --save-dev @playwright/test@1.54.1
46
51
```
47
52
48
53
## Questions?
49
54
50
-
Check [our CLI docs](https://www.checklyhq.com/docs/cli/), the [main Checkly docs](https://checklyhq.com/docs) or
55
+
Check [the CLI docs](https://www.checklyhq.com/docs/cli/), the [main Checkly docs](https://checklyhq.com/docs) or
0 commit comments