ci: Increase Playwright test parallelism (#18484)

This commit is contained in:
shortstacked
2025-08-19 09:13:05 +01:00
committed by GitHub
parent 3386047321
commit e87395304d
15 changed files with 251 additions and 96 deletions

View File

@@ -36,7 +36,6 @@ export function getProjects(): Project[] {
testDir: './tests/ui',
grep: SERIAL_EXECUTION,
workers: 1,
dependencies: ['ui'],
use: { baseURL: process.env.N8N_BASE_URL },
},
);