diff --git a/playwright.config.ts b/playwright.config.ts index 83412c0cd..371071d03 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -45,7 +45,7 @@ export default defineConfig({ /* Opt out of parallel tests on CI. */ workers: process.env.CI ? 1 : 1, /* Reporter to use. See https://playwright.dev/docs/test-reporters */ - reporter: process.env.CI ? [["list"], ["github"], + reporter: process.env.CI ? [["dots"], ["allure-playwright", { resultsDir: defOutDir + "/allure-results",