Show HN: We built unit/integration test results aggregator
github.comHi, we built an open source too that aggregates unit and integration tests into a single dashboard. One can integrate it into their existing CI system and start gathering test results data. TestHub will then visualize test statistics across all projects, drilling down to individual test runs and all the tests within. We focus on simplicity of onboarding so it takes 10-15 minutes to integrate in any pipeline. Check out how our UI looks: https://test-hub.io/test-hub
Love it.
Thanks!
Hey @orsol, looks promising - is there a tech stack recommendation for this?
Hey @tkkapeed, if you mean stack that testhub supports then there are no limitations. Test-results scraping is done via CLI, Rest interface or CI/CD system plugins(we have only Github Actions for now). Test results and coverage format is jUnit and cobertura, but it's pretty easy to add new parser (just let me know which one is needed)
Looks great, thanks for sharing!
Thanks!