Try 1 worker instead of 2
This commit is contained in:
parent
8dfde74672
commit
9b849aac04
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ export default defineConfig({
|
|||
/* Retry on CI only */
|
||||
retries: process.env.CI ? 2 : 0,
|
||||
/* Opt out of parallel tests on CI. */
|
||||
workers: process.env.CI ? 2 : 5,
|
||||
workers: process.env.CI ? 1 : 5,
|
||||
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
|
||||
reporter: process.env.CI? [
|
||||
['junit'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue