We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94c4f0 commit f7bbcadCopy full SHA for f7bbcad
vscode/extension/playwright.config.ts
@@ -5,7 +5,7 @@ export default defineConfig({
5
timeout: 60_000,
6
// TODO: When stable, allow retries in CI
7
retries: process.env.CI ? 2 : 0,
8
- workers: 4,
+ workers: process.env.CI ? 2 : 4,
9
reporter: [['html', { outputFolder: 'playwright-report' }], ['list']],
10
projects: [
11
{
0 commit comments