Skip to content

Commit f346126

Browse files
authored
Merge pull request #122 from checkly/adjust-env-docs
Update PCS environment variables docs
2 parents 08c94ae + 54baf28 commit f346126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detect/synthetic-monitoring/playwright-checks/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Checkly sets the following built-in environment variables on every Playwright Ch
1515
- `SCHEDULE_NOW`: The check was triggered manually by a user clicking "Schedule now" in the webapp.
1616
- `SCHEDULER`: The check was run as part of its regular schedule.
1717
- `TEST_NO_RECORD`: The check triggered from the CLI with `npx checkly test`.
18-
- `TEST_RECORD`: The check triggered from the CLI with `npx checkly test --record`.
18+
- `TEST_RECORD`: The check triggered from the CLI with `npx checkly test --record` or `npx checkly pw-test`.
1919
- `TRIGGER_API`: The check was triggered via the API.
2020
- `TRIGGER_NO_RECORD`: The check triggered from the CLI with `npx checkly trigger`.
2121
- `TRIGGER_RECORD`: The check triggered from the CLI with `npx checkly trigger --record`.

0 commit comments

Comments
 (0)