playwright
playwright copied to clipboard
[Feature] separate `fixme` and `skip` in html report
Both test groups are shown inside 1 column. but could be nice to see them independent
176 skipped
1912 passed (25m)
Skipped Breakdown: 19 skipped, 157 fixme
related to this https://github.com/microsoft/playwright/issues/15239
agree, would be nice
yeah, it would be very helpful
Please provide this functionality, It would be super helpful !
Voted for this feature!
So, the Annotations docs currently say that:
test.fixme() marks the test as failing. Playwright Test will not run this test, as opposed to the fail annotation. Use fixme when running the test is slow or crashes.
but fixme
tests aren't actually tallied in the "Failed" tab of the reporter. 🤨 This is confusing. Please:
- add a
fixme
tab/column to the HTML Reporter - clarify in the docs that fixme tests aren't actually marked as failing