Skip to content

Commit

Permalink
increased worker amount to speed up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassidy-Boilley committed May 27, 2024
1 parent dc487d3 commit a2d80ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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 ? 8 : undefined,
workers: 8,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: 'html',
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
Expand Down

0 comments on commit a2d80ca

Please sign in to comment.