Skip to content

Commit

Permalink
test: set concurrent browsers of web-test-runner to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lingbopro committed Jan 20, 2025
1 parent fa64a05 commit 575563f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-test-runner.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { playwrightLauncher } from '@web/test-runner-playwright';

export default {
concurrency: 10,
concurrentBrowsers: 3,
files: ['test/**/*.test.ts', 'test/**/*.test.js'],
nodeResolve: true,
preserveSymlinks: true,
Expand Down

0 comments on commit 575563f

Please sign in to comment.