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
Copy file name to clipboardExpand all lines: site/content/docs/playwright-checks/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,15 +53,15 @@ What you need:
53
53
The alpha version gets updated daily with new improvements. You can follow updates in the [Slack community](https://checklycommunity.slack.com/join/shared_invite/zt-2qc51mpyr-5idwVD4R4izkf5FC4CFk1A#/shared-invite/email).
54
54
55
55
```bash {title="Terminal"}
56
-
npm install -D checkly@pwt-alpha
56
+
npm install --save-dev checkly@pwt-alpha
57
57
```
58
58
59
59
### 2. [Optional] If you're using TypeScript
60
60
61
61
If you're using TypeScript, install the dev dependencies [`ts-node`](https://www.npmjs.com/package/ts-node) and [`typescript`](https://www.npmjs.com/package/typescript).
62
62
63
63
```bash {title="Terminal"}
64
-
npm i --save-dev jiti typescript
64
+
npm install --save-dev jiti typescript
65
65
```
66
66
67
67
### 3. Test and create a monitor with all your tests
0 commit comments