Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/content/docs/playwright-checks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ What you need:
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).

```bash {title="Terminal"}
npm install -D checkly@pwt-alpha
npm install --save-dev checkly@pwt-alpha
```

### 2. [Optional] If you're using TypeScript

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).

```bash {title="Terminal"}
npm i --save-dev jiti typescript
npm install --save-dev jiti typescript
```

### 3. Test and create a monitor with all your tests
Expand Down
Loading