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
1 change: 1 addition & 0 deletions detect/testing/playwright-reporter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ export default defineConfig({
| `CHECKLY_API_KEY` | Your Checkly API key |
| `CHECKLY_ACCOUNT_ID` | Your Checkly account ID |
| `CHECKLY_REPORTER_VERBOSE` | Set to `true` for detailed debug output |
| `NODE_ENV` | Sets the **environment** field for uploaded test sessions. Defaults to `test` when unset |

<Warning>
**Security Note**: Always use environment variables for credentials. Never commit API keys to version control.
Expand Down
Loading