Open
Description
🚀 Feature Request
After #32930 tags are automatically appended to test titles in list
and line
reporters.
Could you still consider making this behavior configurable?
Imho one of the benefits of tags annotations is cleaner output. In case of many tags appended to the test title, it may look cluttered and unexpected to users.
Here is the report I've got for playwright-bdd vitalets/playwright-bdd#251
Example
I'd suggest to keep originally proposed appendTags
option (with default to true
):
reporter: [
['list', { appendTags: false }]
],
Motivation
- cleaner reporter output
- no unexpected modifications of user's input