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