diff --git a/tests/homolog/ui/playwright.config.ts b/tests/homolog/ui/playwright.config.ts index f6afbbb7b4..1ca51097ff 100644 --- a/tests/homolog/ui/playwright.config.ts +++ b/tests/homolog/ui/playwright.config.ts @@ -9,7 +9,10 @@ export default defineConfig({ testDir: ".", timeout: 60_000, retries: 1, - workers: 4, + // Sem fullyParallel, os 98 testes de routes.spec.ts (mesmo arquivo) rodam + // SERIALIZADOS num Ășnico worker (~10min); com ele, distribuem entre os workers. + fullyParallel: true, + workers: 8, reporter: [ ["list"], [