Playwright generates excellent debugging artifacts (traces, screenshots, videos, logs), but when tests fail in CI those artifacts are often scattered across logs and storage.
In practice this means debugging a failure usually involves downloading multiple files and trying to reconstruct what happened.
I built an open-source Playwright reporter that aggregates all artifacts from a test run into a single report.
It works locally and in CI using the artifacts Playwright already produces.
The goal is to make it faster to understand why a test failed without digging through CI outputs.
Would love feedback from teams using Playwright at scale.
GitHub: https://github.com/adnangradascevic/playwright-reporter