Skip to content

Commit

Permalink
add fullyParallel
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed May 14, 2024
1 parent 4a8a23b commit 37e2b45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { devices } from '@playwright/test';
export default {
testDir: './test/e2e',

// shard for file
fullyParallel: true,

globalSetup: './test/e2e/global.setup.js',
globalTeardown: './test/e2e/global-teardown.js',

Expand Down

0 comments on commit 37e2b45

Please sign in to comment.