Open
Description
When having test cases inside a test.describe()
block, the test titles can become quite long in the test report, which leads to truncation.
An easy way to alleviate this would be to be able to hide the tags from the test report.
The only purpose of the tags is to be able to run certain test cases via --grep
from the command line, so there's no need to have them clutter up the test report.
Therefore I would suggest a feature that allows you to hide tags from test reports via the playwright.config
.
Of course another way to approach this would be to just widen the design of the test case view of the test report as they currently don't fully utilize the free space on the page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment