playwright: Add parallelization
Add parallelization with 4 workers.
This commit is contained in:
parent
34fdd8f0ea
commit
91ceaca760
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ if (process.env.CURRENTS_PROJECT_ID && process.env.CURRENTS_RECORD_KEY) {
|
|||
|
||||
export default defineConfig({
|
||||
testDir: 'playwright',
|
||||
fullyParallel: false,
|
||||
workers: 1,
|
||||
fullyParallel: true,
|
||||
workers: 4,
|
||||
forbidOnly: !!process.env.CI,
|
||||
retries: process.env.CI ? 1 : 0,
|
||||
reporter: reporters,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue