Live data from Hacker News

Show HN: Analyze JUnit test files in the browser

reportoire.kaafihai.com

1–2 of 2 posts

Re: Show HN: Analyze JUnit test files in the browser

#2
I have looked at lots of testing platforms and they don't do much. This is my first iteration of a tool that runs in the browser and uses DuckDB WASM to analyze multiple JUnit files. I have been testing with files from kubernetes and it seems to work fine with ~160k rows.

Ideally, I'd want this to point to a link in the query params from where it could fetch the latest JUnit files and show a dashboard. I'd then want to put it up in my office. Should be fun.

I would love to hear feedback and thoughts!