Don't freeze tests when they fail

This commit is contained in:
Przemek Więch
2026-06-10 23:44:49 +02:00
parent 52b2937575
commit 899fc71197

View File

@@ -6,7 +6,10 @@ export default defineConfig({
forbidOnly: !!process.env.CI,
retries: process.env.CI ? 2 : 0,
workers: process.env.CI ? '100%' : undefined,
reporter: 'html',
reporter: [
['html', {open: 'never'}],
['list'],
],
use: {
baseURL: 'http://localhost:3000',
locale: 'en-US', // Forces consistent translation keys across locales for robust placeholder selectors