microsoft / playwright

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
https://playwright.dev
Apache License 2.0
67.22k stars 3.7k forks source link

[Enhance HTML report]: #30887

Open alexhvastovich opened 6 months ago

alexhvastovich commented 6 months ago

🚀 Feature Request

Please add pie charts with pass/fail percentage to default html reporter. In general have more details produced by html reporter.

Example

image

Motivation

Built in detailed out of the box report will increase value and usability of playwright.

gskierk commented 3 months ago

In the default HTML reporter, we already have numbers for passed, skipped, and failed tests. What kind of additional information can a pie chart bring in? Percents?