Skip to content

Commit eca0da9

Browse files
renemadsenclaude
andcommitted
feat: add list reporter to Playwright config for verbose CI output
Shows each test name as it starts and finishes in the GitHub Actions logs, making it easy to see which test is currently running. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 65f6256 commit eca0da9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eform-client/playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default defineConfig({
77
retries: process.env.CI ? 1 : 0,
88
workers: 1,
99
reporter: [
10+
['list'],
1011
['html', { open: 'never' }],
1112
['json', { outputFile: 'playwright-report/results.json' }],
1213
],

0 commit comments

Comments
 (0)