Skip to main content
You need:
  • A repository using the Checkly CLI
  • At least one Playwright Check Suite defined in your repository.
Groups organize checks and share configuration across them. See the Groups overview for details on benefits and how groups work.

1. Create a group

Create a new file to define your group.
website-group.check.ts
Learn more about using groups.

2. Add a Playwright Check Suite to the group

Import the group and reference it in your Playwright Check Suite configuration:
checkly.config.ts

3. Deploy your changes

Your Playwright Check Suite now appears in the group in your Checkly Home Dashboard.

Add multiple check suites to one group

Add multiple Playwright Check Suites to the same group while keeping individual test selection and frequency settings. Reference the group in each suite:
checkly.config.ts