Skip to content

Commit 2e038cf

Browse files
committed
Use one worker for playwright
1 parent 0d1fa1c commit 2e038cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ module.exports = function (grunt) {
547547
makeProductionIndex: "node setUpIndexHTML.js production",
548548
resetDevelopmentIndex: "node setUpIndexHTML.js development",
549549
playwright:
550-
"npx playwright test test/playwright/*.spec.ts --project=chromium",
550+
"npx playwright test test/playwright/*.spec.ts --project=chromium --workers 1",
551551
},
552552
});
553553

0 commit comments

Comments
 (0)