Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
serverless-mom committed Jan 2, 2025
1 parent 872e5d5 commit 41f237e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/guides/developer-fixtures.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ You may want to go beyond global settings for a larger or more complex team. For

These are all goud reasons to create a check group. Groups have their own set of variables and configuration for all the members of that group. Checks can be added to a group either by configuration at the code level (passing a `checkGroup` object to the config), or in the web UI by creating a group and clicking 'Add Checks to Group'.

{{< figure src="/guides/images/gguide-fixtures01.png" alt="the Checkly Web UI with settings for a group, displaying variables" title="Setting variables that will be available to every check in this group" >}}
{{< figure src="/guides/images/guide-fixtures01.png" alt="the Checkly Web UI with settings for a group, displaying variables" title="Setting variables that will be available to every check in this group" >}}

Some important things to remember when working with a group of checks:

Expand All @@ -71,7 +71,7 @@ Some important things to remember when working with a group of checks:
* For API checks, you can have a 'teardown script' for a group that runs after every check is completed.
* That said, all the checks in a group can be triggered to run at the same time, this is especially useful if a group is used to run checks after deployments.

{{< figure src="/guides/images/gguide-fixtures02.png" alt="the Checkly Web UI with settings for a group" title="Running a group from the Web UI's 'Schedule Group' option" >}}
{{< figure src="/guides/images/guide-fixtures02.png" alt="the Checkly Web UI with settings for a group" title="Running a group from the Web UI's 'Schedule Group' option" >}}

* Any settings that are given in two places will be reconciled with the following heirarchy:
1. individual settings on a check
Expand Down

0 comments on commit 41f237e

Please sign in to comment.