add retry

This commit is contained in:
2024-08-27 11:45:43 +02:00
parent 7691dc80f8
commit b5590bb5ef
2 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ const config: PlaywrightTestConfig = {
outputDir: './test-results',
testDir: './test',
timeout: 30_000,
retries: 2,
webServer: {
command: 'pnpm run docker:up',