ci: stabilize Playwright runner installs and smoke tests

This commit is contained in:
Jeppe B
2026-06-10 02:57:02 +02:00
parent 2fe50729a5
commit 724ad8e7a1
6 changed files with 90 additions and 30 deletions
+3
View File
@@ -43,6 +43,9 @@ export default defineConfig({
fullyParallel: true,
forbidOnly: isCI,
retries: isCI ? 2 : 0,
expect: {
timeout: 15_000,
},
workers,
...(process.env.PLAYWRIGHT_BASE_URL
? {}