More test retries

This commit is contained in:
ernstmul
2024-10-18 14:32:56 +02:00
parent ee1dc83391
commit 2d63ff03bb
+1 -1
View File
@@ -4,7 +4,7 @@ const config: PlaywrightTestConfig = {
timeout: 120000,
reportSlowTests: null,
reporter: [['html', { open: 'never' }]],
retries: 1,
retries: 3,
use: {
baseURL: 'http://localhost:4173/console/',
trace: 'on-first-retry'