less pipeline flakes 🤞🏻

This commit is contained in:
Cory LaViska
2023-04-13 11:58:46 -04:00
committed by konnorrogers
parent 8f1de40825
commit a915fdd463

View File

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