diff --git a/src/frontend/admin/playwright.config.ts b/src/frontend/admin/playwright.config.ts index 906744ba6..e463c3cc8 100644 --- a/src/frontend/admin/playwright.config.ts +++ b/src/frontend/admin/playwright.config.ts @@ -21,11 +21,11 @@ export default defineConfig({ /* Fail the build on CI if you accidentally left test.only in the source code. */ forbidOnly: !!process.env.CI, /* Retry on CI only */ - retries: process.env.CI ? 2 : 0, + retries: process.env.CI ? 4 : 2, /* Opt out of parallel tests on CI. */ workers: process.env.CI ? 1 : undefined, /* Reporter to use. See https://playwright.dev/docs/test-reporters */ - reporter: "html", + reporter: "list", testMatch: "**/*.test.e2e.?(c|m)[jt]s?(x)", /* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */ use: {