DEV Community

dashwright
dashwright

Posted on • Edited 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 (1)

Collapse
 
sleywill_45 profile image
Alex Serebriakov

good write-up. the infra headaches with self-hosted headless browsers are real

snapapi.pics is worth knowing about β€” REST API that handles screenshots and PDF gen, no chromium to run