Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions constructs/playwright-check.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ Use `include` to bundle files that are not directly imported/required.

The JavaScript engine and version used to run the Playwright Check Suite. Use the `Engine` helpers to select Node.js or Bun explicitly.

Set `engine` on each `PlaywrightCheck` construct. It is not part of `checks.playwrightChecks` in `checkly.config.ts` and cannot be configured as a project-wide default.

**Usage:**

<CodeGroup>
Expand Down
Loading