Skip to content

Commit db180be

Browse files
committed
Merge branch 'add-ai-learn-article' of github.com:checkly/docs into add-ai-learn-article
2 parents 2ceede4 + 26b2dc5 commit db180be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

guides/agentic-workflows.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ __checks__/base-url.check.ts
165165
```
166166

167167
<Warning>
168-
AI agents can easily call the Checkly CLI to update your entire monitoring configuration thanks to Monitoring as Code. If you don't properly review the configuration changes, this can lead to broken monitoring, unnecessary alerts and angry team mates.
168+
AI agents can easily call the Checkly CLI to update your entire monitoring configuration thanks to Monitoring as Code. If you don't properly review the configuration changes, this can lead to broken monitoring, unnecessary alerts and angry teammates.
169169

170170
We recommend to include safeguards against accidental deployments by instructing the AI to always request confirmation before running `npx checkly deploy`.
171171
</Warning>
@@ -379,7 +379,6 @@ new PlaywrightCheck("critical-suite", {
379379

380380
After deployment with `npx checkly deploy`, Checkly runs your Playwright tests on schedule from the defined global locations. Results include full Playwright traces for debugging in case of an alert.
381381

382-
![PLACEHOLDER_IMAGE: Checkly interface showing Playwright trace viewer]
383382

384383
## Playwright test generation
385384

0 commit comments

Comments
 (0)