From aeae166d0c3ad10072a6add599f38398415a5948 Mon Sep 17 00:00:00 2001 From: "checkly-rca-bot-angie[bot]" <266841500+checkly-rca-bot-angie[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 15:12:18 +0000 Subject: [PATCH 1/3] Document NODE_ENV for Playwright reporter --- detect/testing/playwright-reporter.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/detect/testing/playwright-reporter.mdx b/detect/testing/playwright-reporter.mdx index 24b7d011..a965045c 100644 --- a/detect/testing/playwright-reporter.mdx +++ b/detect/testing/playwright-reporter.mdx @@ -161,6 +161,7 @@ export default defineConfig({ |----------|-------------| | `CHECKLY_API_KEY` | Your Checkly API key | | `CHECKLY_ACCOUNT_ID` | Your Checkly account ID | +| `NODE_ENV` | Sets the `environment` field for uploaded test sessions. Defaults to `test` when unset | | `CHECKLY_REPORTER_VERBOSE` | Set to `true` for detailed debug output | From c08a49e4a229244519fd2cc004bae3e3c0996fa7 Mon Sep 17 00:00:00 2001 From: Laura Guo <48332483+guolau@users.noreply.github.com> Date: Thu, 6 Aug 2026 11:26:36 -0400 Subject: [PATCH 2/3] Alphabetize NODE_ENV description in Playwright reporter docs --- detect/testing/playwright-reporter.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detect/testing/playwright-reporter.mdx b/detect/testing/playwright-reporter.mdx index a965045c..898dda0c 100644 --- a/detect/testing/playwright-reporter.mdx +++ b/detect/testing/playwright-reporter.mdx @@ -161,8 +161,8 @@ export default defineConfig({ |----------|-------------| | `CHECKLY_API_KEY` | Your Checkly API key | | `CHECKLY_ACCOUNT_ID` | Your Checkly account ID | -| `NODE_ENV` | Sets the `environment` field for uploaded test sessions. Defaults to `test` when unset | | `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 | **Security Note**: Always use environment variables for credentials. Never commit API keys to version control. From b4e946249ed146796cf0010ab728fd9aa7e6f602 Mon Sep 17 00:00:00 2001 From: Laura Guo <48332483+guolau@users.noreply.github.com> Date: Thu, 6 Aug 2026 11:46:24 -0400 Subject: [PATCH 3/3] Update NODE_ENV description formatting --- detect/testing/playwright-reporter.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detect/testing/playwright-reporter.mdx b/detect/testing/playwright-reporter.mdx index 898dda0c..8df4a4c6 100644 --- a/detect/testing/playwright-reporter.mdx +++ b/detect/testing/playwright-reporter.mdx @@ -162,7 +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 | +| `NODE_ENV` | Sets the **environment** field for uploaded test sessions. Defaults to `test` when unset | **Security Note**: Always use environment variables for credentials. Never commit API keys to version control.