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
6 changes: 3 additions & 3 deletions site/content/docs/playwright-checks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ Here's a fully working example. Adjust the `pwProjects` and `pwTags` to ones tha
},
{
/* Create a check that runs the critical tagged tests every 10 mins */
name: 'Critical-tagged',
pwTags: 'critical', // Reference an existing tag in your tests
name: 'checkly-tagged',
pwTags: 'checkly', // Reference an existing tag in your tests
frequency: Frequency.EVERY_10M, // set your ideal frequency
locations: ['eu-west-1'],
},
Expand Down Expand Up @@ -141,4 +141,4 @@ Now, you can test and deploy the individual monitors above, that reference exist
> You are about to deploy your project "playwright-check-suites" to account "Checkly E2E Prod". Do you want to continue? … yes
```

Now, you can head over to [Checkly's home dashboard](https://app.checklyhq.com/) and see your new checks running and associate an alert channel for them.
Now, you can head over to [Checkly's home dashboard](https://app.checklyhq.com/) and see your new checks running and associate an alert channel for them.
Loading