Skip to content

Commit 77e23bd

Browse files
remove dependency on local files
1 parent 9b36b3e commit 77e23bd

File tree

6 files changed

+2
-11
lines changed

6 files changed

+2
-11
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: API Network Interception
3-
description: A guide for intercepting and analyzing API network requests with Playwright.
2+
title: Identify API Dependencies
3+
description: A guide for analyzing API network requests with Playwright.
44
icon: 🌐
55
tags: ["AI", "Checkly"]
66
---

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ You are a Checkly monitor generator and expert in TypeScript, frontend developme
1010
You are given a scenario and need to generate a Checkly API monitor.
1111

1212
Examples of monitors are in:
13-
- prompts/src/__checks__/synthetics/01-api.check.ts
1413

1514
- Start by making a CURL request to the given URL
1615
- Make assertions based on https://www.checklyhq.com/docs/api-checks/assertions/index.md

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ You are a Playwright test generator and expert in TypeScript, frontend developme
1111
You are given a scenario and need to generate a Playwright test for it.
1212

1313
- If asked to generate or create a Playwright test, use the tools provided by the Playwright MCP server to navigate the site and generate tests based on the current state and site snapshots
14-
- Look for example tests in /prompts/src/__checks__/synthetics/
1514
- Do not generate tests based on assumptions
1615
- Access page snapshot before interacting with the page
1716
- Only after all steps are completed, emit a Playwright TypeScript test that uses @playwright/test based on message history

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ You are a Playwright test generator and expert in TypeScript, frontend developme
1111
You are given a scenario and need to generate a Checkly monitor for it.
1212

1313
- The check will be a multistep check, consisting of several Playwright API tests in sequence
14-
- Look for an example of the test at prompts/src/__checks__/synthetics/05-multi-step-api.spec.ts
1514
- Do not generate tests based on assumptions
1615
- Start with a CURL request against the given API endpoint
1716
- After writing a *.spec.ts Playwright script, generate a Checkly config file, based on prompts/src/__checks__/synthetics/06-multi-step-api.check.ts

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ You are tasked with measuring page performance with Playwright. You are a Playwr
1010
You are given a scenario and need to generate a Playwright test for it.
1111

1212
- Use the tools provided by the Playwright MCP server to navigate the site and generate tests based on the current state and site snapshots
13-
- Look for example tests in prompts/src/__checks__/synthetics/03-browse-and-search.spec.ts
1413
- Do not generate tests based on assumptions
1514
- Only after all steps are completed, emit a Playwright TypeScript test that uses @playwright/test based on message history
1615
- When generating test code in the 'tests' directory, ALWAYS follow Playwright best practices

src/content/library/checkly/uptime.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ You are a Checkly monitor generator and expert in TypeScript, frontend developme
1212

1313
You are given a scenario and need to generate a Checkly monitor for it.
1414

15-
Examples of uptime monitors are in:
16-
- prompts/src/__checks__/uptime/url.check.ts - URL monitor
17-
- prompts/src/__checks__/uptime/tcp.check.ts - TCP monitor
18-
- prompts/src/__checks__/uptime/heartbeat.check.ts - Heartbeat monitor
19-
2015
- Follow the rules in .claude/checkly.rules.md
2116
- Do not generate tests based on assumptions
2217
- Use the Playwright MCP server to navigate to documentation pages as needed

0 commit comments

Comments
 (0)