Skip to content

Commit 5a99811

Browse files
committed
fix: CI detection for Playwright
1 parent 234c4fb commit 5a99811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/common/config-e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function configurePlaywright(
88
app: AppName,
99
{
1010
// Do we run on CI?
11-
isCI = false,
11+
isCI = Boolean(process.env.CI),
1212
// Do we run on workers (`wrangler dev`) or on Node (`next dev`)
1313
isWorker = true,
1414
// Tests with multiple browsers

0 commit comments

Comments
 (0)