Skip to content

Conversation

serverless-mom
Copy link
Contributor

Affected Components

  • Content & Marketing
  • Pricing
  • Test
  • Docs
  • Learn
  • Other

Copy link

vercel bot commented Sep 4, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
checklyhq-com Ready Ready Preview Comment Sep 4, 2025 8:39pm

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This screen has already changed @Dgiordano33

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one looks odd, not connected to the example above?

@@ -0,0 +1,351 @@
---
title: Eliminate Alert Fatigue - Organizing Monitoring with Check Suites and Groups
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: Eliminate Alert Fatigue - Organizing Monitoring with Check Suites and Groups
title: Eliminate Alert Fatigue - Organize Monitoring with Check Suites and Groups

@@ -0,0 +1,351 @@
---
title: Eliminate Alert Fatigue - Organizing Monitoring with Check Suites and Groups
displayTitle: Scale Your Monitoring - A Guide to Check Suites and Groups
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
displayTitle: Scale Your Monitoring - A Guide to Check Suites and Groups
displayTitle: Scale Your Monitoring - A Guide to Check Suites and Groups

💯

- **When to use**: When tests are interdependent or represent a cohesive user workflow

### Check Groups
[Check Groups](https://www.checklyhq.com/docs/groups/) are **management containers** that organize multiple checks (including Check Suites) for shared configuration and alerting. They focus on **how you manage** your monitoring:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[Check Groups](https://www.checklyhq.com/docs/groups/) are **management containers** that organize multiple checks (including Check Suites) for shared configuration and alerting. They focus on **how you manage** your monitoring:
[Check Groups](https://www.checklyhq.com/docs/groups/) are **folders** that organize multiple checks (including Check Suites) for shared configuration and alerting. They focus on **how you manage** your monitoring:

- **Check Suites** = "These tests belong together functionally"
- **Check Groups** = "These monitors should be managed together operationally"

A single Check Group can contain multiple Check Suites, and each Check Suite inherits the group's configuration (alerting, scheduling, locations, etc.).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
A single Check Group can contain multiple Check Suites, and each Check Suite inherits the group's configuration (alerting, scheduling, locations, etc.).
A single Check Group can contain multiple Check Suites, and each Check Suite optionally inherits the group's configuration (alerting, scheduling, locations, etc.).


### Assigning Playwright Tests to a Check Suite

Check suites group multiple tests into a single result. Once we’ve imported a test to Checkly, we’ll run these tests as a check suite regularly, and get a report back on the overall results. Here’s an example of the results from a run of a check suite:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Check suites group multiple tests into a single result. Once we’ve imported a test to Checkly, we’ll run these tests as a check suite regularly, and get a report back on the overall results. Here’s an example of the results from a run of a check suite:
Check suites combine multiple tests into a single suite result. Once we’ve imported a test to Checkly, we’ll run these tests as a check suite regularly, and get a report back on the overall results. Here’s an example of the results from a run of a check suite:


![The Checkly Web UI reporting on a single check run](/guides/images/suites-groups-02.png)

It makes the most sense to group multiple playwright tests into a Playwright Check Suite when you want to run the tests together, and a failure of any included test would mean that the feature wasn’t working.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
It makes the most sense to group multiple playwright tests into a Playwright Check Suite when you want to run the tests together, and a failure of any included test would mean that the feature wasn’t working.
It makes the most sense to group multiple playwright tests into a Playwright Check Suite when you want to run the tests together, and a failure of any included tests would mean that the feature wasn’t working.


1 passed, 1 total

Tip > Use `--record` to get test results in Checkly with full traces, videos and logs: `npx checkly test --record`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather document TestCommand as an option to ensure they capture / override config options to make this work OR we directly offer a a playwright config example section to copy and paste for traces and videos to be recorded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants