restore concurrency

This commit is contained in:
Cory LaViska
2023-07-03 11:25:43 -04:00
parent 4c22e72390
commit d9703a64fd

View File

@@ -5,7 +5,7 @@ import { playwrightLauncher } from '@web/test-runner-playwright';
export default {
rootDir: '.',
files: 'src/**/*.test.ts', // "default" group
concurrentBrowsers: 1,
concurrentBrowsers: 3,
nodeResolve: true,
testFramework: {
config: {