File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/cli/src/ai-context Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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",
You can’t perform that action at this time.
0 commit comments