Settings

Theme

Show HN: We built unit/integration test results aggregator

github.com

4 points by orsol 4 years ago · 7 comments

Reader

orsolOP 4 years ago

Hi, 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

tkkapeed 4 years ago

Hey @orsol, looks promising - is there a tech stack recommendation for this?

  • orsolOP 4 years ago

    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)

moasda 4 years ago

Looks great, thanks for sharing!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection