Skip to content

Commit

Permalink
refactor(e2e-assets): increase the number of workers in Playwright co…
Browse files Browse the repository at this point in the history
…nfiguration for improved test performance
  • Loading branch information
nelitow committed Dec 13, 2024
1 parent 9cdf9b5 commit ad37ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-assets/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const PORT = process.env.PORT || 3000;
const IS_CI = process.env.CI;

export default defineConfig({
workers: 1,
workers: 2,
retries: IS_CI ? 1 : 0,
testMatch: 'playwright/**/*.test.ts',
testDir: 'playwright/',
Expand Down

0 comments on commit ad37ef8

Please sign in to comment.