DEV Community

dashwright
dashwright

Posted on

Playwright reports in CI are painful to navigate — so I built a dashboard to fix it 🚀

Playwright reports in CI are painful to navigate — so I built a dashboard to fix it 🚀

I got tired of digging through CI artifacts just to understand test failures 😩

Playwright reports work fine locally, but in CI :

  • 📁 Results scattered across multiple runs
  • 🔗 Hard to share with others
  • 🏢 No centralized view
  • 🧩 Traces are difficult to access
  • 💾 Must download artifacts to debug failures

So I built DashWright, a tool that aggregates artifacts into a single dashboard 🎯

It provides:

  • ❌ Failures across runs at a glance
  • 📊 Visual summaries of test results
  • 📤 Shareable reports for the team

Try it here: https://dashwright.com
LinkedIn: https://www.linkedin.com/company/dashwright

Top comments (0)