⬆️ (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:
cristhianzl 2024-03-27 17:06:08 -03:00
commit c660c1e945

View file

@ -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: [