Skip to content

Commit

Permalink
test: add workers 4
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Sep 27, 2023
1 parent 6f90ec5 commit 4139698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import type { PlaywrightTestConfig } from '@playwright/test';

const config: PlaywrightTestConfig = {
testDir: './tests/',
workers: 4,
webServer: {
command: 'npm run build && npm run preview',
timeout: 240000,
Expand Down

0 comments on commit 4139698

Please sign in to comment.