Skip to content

Commit 1696f53

Browse files
committed
fix: add missing playwright check template placeholder
1 parent 8b87896 commit 1696f53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cli/src/ai-context/checkly.context.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The `checkly.config.ts` at the root of your project defines a range of defaults
7777
- Import the `PlaywrightCheck` construct from `checkly/constructs`.
7878
- use `pwProjects` if your tasked to reuse a Playwright project.
7979

80-
80+
// INSERT PLAYWRIGHT CHECK EXAMPLE HERE //
8181

8282
### MultiStep Check
8383

packages/cli/src/ai-context/context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const EXAMPLE_CONFIGS: Record<
4848
reference: 'https://www.checklyhq.com/docs/constructs/browser-check.md',
4949
},
5050
PLAYRIGHT_CHECK: {
51-
templateString: '// INSERT BROWSER CHECK EXAMPLE HERE //',
51+
templateString: '// INSERT PLAYWRIGHT CHECK EXAMPLE HERE //',
5252
exampleConfig: `const playwrightChecks = new PlaywrightCheck("multi-browser-check", {
5353
name: "Multi-browser check suite",
5454
playwrightConfigPath: "./playwright.config.ts",

0 commit comments

Comments
 (0)