We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234c4fb commit 5a99811Copy full SHA for 5a99811
examples/common/config-e2e.ts
@@ -8,7 +8,7 @@ export function configurePlaywright(
8
app: AppName,
9
{
10
// Do we run on CI?
11
- isCI = false,
+ isCI = Boolean(process.env.CI),
12
// Do we run on workers (`wrangler dev`) or on Node (`next dev`)
13
isWorker = true,
14
// Tests with multiple browsers
0 commit comments