⬆️ (playwright.config.ts): upgrade number of workers from 2 to 3 to improve test parallelization and speed up test execution
This commit is contained in:
parent
a99612af3b
commit
c660c1e945
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export default defineConfig({
|
|||
/* Retry on CI only */
|
||||
retries: process.env.CI ? 2 : 0,
|
||||
/* Opt out of parallel tests on CI. */
|
||||
workers: 2,
|
||||
workers: 3,
|
||||
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
|
||||
timeout: 120 * 1000,
|
||||
// reporter: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue