Skip to content

Commit 9cf89bd

Browse files
Anton StandrikAnton Standrik
authored andcommitted
fix: reduce number of workers
1 parent a46c475 commit 9cf89bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

playwright.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const config: PlaywrightTestConfig = {
1313
['json', {outputFile: './playwright-artifacts/test-results.json'}],
1414
],
1515
retries: 2,
16-
workers: 4,
1716
// If there is no url provided, playwright starts webServer with the app in dev mode
1817
webServer: baseUrl
1918
? undefined

0 commit comments

Comments
 (0)