You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ever find yourself staring at a massive nUnit XML test results file, trying to figure out which tests passed, failed, or were skipped? Isn't it SPOOOKY when you have to scroll for forever, or try to read test results in Pester?
22
22
23
23
Ever wish you could see your test results in the same clean, organized view you get when running tests in an Azure DevOps pipeline?
@@ -30,7 +30,7 @@ Well, now there is.
30
30
31
31
This single-page application takes your nUnit XML test results and renders them in a beautiful, pipeline-style view that makes it easy to understand your test outcomes at a glance.
32
32
33
-

33
+

34
34
35
35
No more squinting at raw XML trying to count passed vs failed tests, or hunting through massive files to find that one test that's been causing issues.
36
36
@@ -43,14 +43,15 @@ Think of it as "Azure DevOps Test Results tab," except it works with any nUnit X
43
43
-**Search and filter** - Quickly find specific tests or filter by status
44
44
-**Runs entirely in your browser** - No installs, no servers, no hassle
45
45
-**Complete privacy** - Your test results never leave your browser
46
-
46
+
-**Janky CSS** - Look, you get what you pay for.
47
47
48
48
### How to Use It
49
49
Simply upload your nUnit XML results file or paste the XML content directly into the viewer. The app will parse your test results and display them in an organized, easy-to-read format that mimics the test results view you're familiar with from Azure DevOps pipelines.
50
50
51
51
### It's Completely Private!
52
-
There's no telemetry, monitoring, or data collection of any kind. Your test results stay completely within your browser tab - nothing is ever sent to a server or stored anywhere.
52
+
There's no telemetry, monitoring, or data collection of any kind. Your test results stay completely within your browser tab - nothing is ever sent to a server or stored anywhere. Don't believe me? GOOD!
53
53
54
+
I mean if you don't believe me, just check your network traces tab in devtools.
54
55
55
56
If you've ever spent way too long trying to parse XML test results by hand, this tool will save your sanity (and probably some time too).
0 commit comments