From bac71f8b66decadd5e523488b74a40dfd3bb5699 Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza Date: Tue, 14 Jul 2026 01:32:43 -0300 Subject: [PATCH] fix(homolog): paraleliza o sweep de rotas do dashboard (fullyParallel + 8 workers) --- tests/homolog/ui/playwright.config.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"], [