Browse Source

Switch to single-worker mode

pull/169/head
Jose Olarte III 7 days ago
parent
commit
41c243e9f1
  1. 2
      playwright.config-local.ts

2
playwright.config-local.ts

@ -21,7 +21,7 @@ export default defineConfig({
/* Retry on CI only */
retries: process.env.CI ? 2 : 0,
/* Opt out of parallel tests on CI. */
workers: isLinuxEnvironment() ? 4 : undefined,
workers: 1,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: [
['list'],

Loading…
Cancel
Save