feat(reporter): add omitTags option to omit auto-appended tags#41968
feat(reporter): add omitTags option to omit auto-appended tags#41968dcrousso wants to merge 1 commit into
omitTags option to omit auto-appended tags#41968Conversation
the terminal reporters automatically append a test's tags to its title, which clutters the output when a test declares many tags add an off-by-default `omitTags` option that suppresses the appended tags in the `list`, `line`, `dot`, `github`, and `junit` reporters note that tags written directly into a test title are left untouched
Test results for "MCP"1 failed 7794 passed, 1266 skipped Merge workflow run. |
Test results for "tests 1"5 flaky50292 passed, 1190 skipped Merge workflow run. |
🟢 CI is clear — the one failure is a pre-existing flakeHi, I'm the Playwright bot and I took a look at the failing CI. The single hard failure — DetailsThis PR adds an off-by-default Pre-existing flake / infra
Triaged by the Playwright bot - agent run |
the terminal reporters automatically append a test's tags to its title, which clutters the output when a test declares many tags
add an off-by-default
omitTagsoption that suppresses the appended tags in thelist,line,dot,github, andjunitreportersnote that tags written directly into a test title are left untouched
fixes #41945