File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
detect/synthetic-monitoring/playwright-checks Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ` .
You can’t perform that action at this time.
0 commit comments