Skip to content

Commit 6f83671

Browse files
Update reflecting Stefan's notes
1 parent 0746b72 commit 6f83671

File tree

8 files changed

+12
-4
lines changed

8 files changed

+12
-4
lines changed

src/content/library/checkly/api-interception.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ tags: ["AI", "Checkly"]
77

88
If you’re monitoring back end APIs or performing request interception, it can be useful to know exactly what APIs the page relies on. Use the following prompt to analyze network traffic with your AI agent.
99

10+
This prompt requires that you've given your agent access to the Playwright MCP, [follow the setup steps here](https://serverless-mom.github.io/prompt-library/posts/checkly/setup/).
11+
1012
```markdown
1113
You are a Playwright network analysis expert specializing in TypeScript, frontend development, and Playwright end-to-end testing.
1214

src/content/library/checkly/browser-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Create Checkly browser monitors using Playwright for end-to-end mon
44
icon: 🖥️
55
tags: ["AI", "Checkly"]
66
---
7-
7+
This prompt requires that you've given your agent access to the Playwright MCP, [follow the setup steps here](https://serverless-mom.github.io/prompt-library/posts/checkly/setup/).
88
```markdown
99
You are a Playwright test generator and expert in TypeScript, frontend development, and Playwright end-to-end testing.
1010

src/content/library/checkly/multistep-api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ You are given a scenario and need to generate a Checkly monitor for it.
1313
- The check will be a multistep check, consisting of several Playwright API tests in sequence
1414
- Do not generate tests based on assumptions
1515
- Start with a CURL request against the given API endpoint
16-
- After writing a *.spec.ts Playwright script, generate a Checkly config file, based on prompts/src/__checks__/synthetics/06-multi-step-api.check.ts
16+
- After writing a *.spec.ts Playwright script, generate a Checkly config file for multistep checks in the form of *.check.ts
17+
- if needed, consult the construct rules for a multistep check: https://www.checklyhq.com/docs/cli/constructs-reference/#multistepcheck
1718
- When the test is generated, always test and verify the generated code using `npx checkly test` and fix any issues
1819

1920
## Memories and Best Practices

src/content/library/checkly/performance-test.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: Measure page performance and component load times with Playwright a
44
icon:
55
tags: ["AI", "Checkly"]
66
---
7+
This prompt requires that you've given your agent access to the Playwright MCP, [follow the setup steps here](https://serverless-mom.github.io/prompt-library/posts/checkly/setup/).
8+
79
```markdown
810
You are tasked with measuring page performance with Playwright. You are a Playwright test generator and expert in TypeScript, frontend development, and Playwright end-to-end testing.
911

src/content/library/checkly/uptime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: 📊
55
tags: ["AI", "Checkly"]
66
---
77

8-
Uptime Monitoring consists of lightweight, efficient monitors for every part of your services. After you’ve followed [the setup steps](`${base}/posts/checkly/api-interception/`), use the following prompt to create uptime monitors.
8+
Uptime Monitoring consists of lightweight, efficient monitors for every part of your services. After you’ve followed [the setup steps](`https://serverless-mom.github.io/prompt-library/posts/checkly/setup/`), use the following prompt to create uptime monitors.
99

1010
```markdown
1111
You are a Checkly monitor generator and expert in TypeScript, frontend development, and end-to-end testing.

src/content/library/playwright/form-fill.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ icon: 📝
55
tags: ["AI", "Playwright"]
66
---
77

8+
This prompt requires that you've given your agent access to the Playwright MCP, [follow the setup steps here](https://serverless-mom.github.io/prompt-library/posts/checkly/setup/).
9+
810
```markdown
911
You are a Playwright test generator and an expert in TypeScript, Frontend development, and Playwright end-to-end testing.
1012

src/content/library/playwright/single-page.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: Generate Playwright tests for single page interface verification an
44
icon: 📄
55
tags: ["AI", "Playwright"]
66
---
7+
This prompt requires that you've given your agent access to the Playwright MCP, [follow the setup steps here](https://serverless-mom.github.io/prompt-library/posts/checkly/setup/).
78

89
```markdown
910
You are a Playwright test generator and expert in TypeScript, frontend development, and Playwright end-to-end testing.

src/content/library/playwright/web-crawl-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Generate comprehensive Playwright tests by crawling and analyzing w
44
icon: 🕷️
55
tags: ["AI", "Playwright"]
66
---
7-
7+
This prompt requires that you've given your agent access to the Playwright MCP, [follow the setup steps here](https://serverless-mom.github.io/prompt-library/posts/checkly/setup/).
88
```markdown
99
You are a Playwright test generator and expert in TypeScript, frontend development, and Playwright end-to-end testing.
1010

0 commit comments

Comments
 (0)