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 b07e612 commit 8019deeCopy full SHA for 8019dee
dev-packages/browser-integration-tests/scripts/detectFlakyTests.ts
@@ -6,7 +6,7 @@ import * as glob from 'glob';
6
/**
7
* The number of browsers we run the tests in.
8
*/
9
-const NUM_BROWSERS = 3;
+const NUM_BROWSERS = 1;
10
11
12
* Assume that each test runs for 2s.
@@ -53,7 +53,7 @@ ${changedPaths.join('\n')}
53
const cp = childProcess.spawn(
54
`npx playwright test ${
55
testPaths.length ? testPaths.join(' ') : './suites'
56
- } --reporter='line' --repeat-each ${repeatEachCount}`,
+ } --reporter='line' --repeat-each ${repeatEachCount} --project=chromium`,
57
{ shell: true, cwd },
58
);
59
0 commit comments