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 a46c475 commit 9cf89bdCopy full SHA for 9cf89bd
playwright.config.ts
@@ -13,7 +13,6 @@ const config: PlaywrightTestConfig = {
13
['json', {outputFile: './playwright-artifacts/test-results.json'}],
14
],
15
retries: 2,
16
- workers: 4,
17
// If there is no url provided, playwright starts webServer with the app in dev mode
18
webServer: baseUrl
19
? undefined
0 commit comments