diff --git a/playwright.config.ts b/playwright.config.ts index e79f27a3d4..7a51a27ff4 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -18,8 +18,9 @@ export default defineConfig({ retries: isCI ? 2 : 0, workers: isCI ? 1 : undefined, reporter: [ - ['line'], + ['list', { printSteps: true }], ['html', { open: 'never' }] + ], projects: [ {