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 f80cf8c commit 8161ee6Copy full SHA for 8161ee6
tests/playwright.config.ts
@@ -13,7 +13,7 @@ dotenv.config({path: ROOT_ENV_PATH});
13
14
let maxWorkers = process.env.E2E_MAX_WORKERS
15
? parseInt(process.env.E2E_MAX_WORKERS, 10)
16
- : os.cpus().length.toString();
+ : os.cpus().length;
17
18
if (process.env.CI === 'true' && !process.env.E2E_MAX_WORKERS) {
19
maxWorkers = 6;
0 commit comments