Skip to content

Commit 1fb7d42

Browse files
committed
fixed broken slug image
1 parent 20dacbf commit 1fb7d42

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

_posts/2025-10-27-new-tool-released-nUnit-viewer.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ excerpt: "Tired of trying to parse nUnit XML test results by hand? This new sing
1717
fileName: '2025-10-27-new-tool-released-nUnit-viewer.md'
1818
---
1919

20-
![](../assets/images/2025/pipelineVitestViewer.png)
20+
![](../assets/images/2025/testViewer.png)
2121
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?
2222

2323
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.
3030

3131
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.
3232

33-
![nUnit Test Results in a clean, organized view](<../assets/images/2025/pipelineView.png>)
33+
![nUnit Test Results in a clean, organized view](<../assets/images/2025/nunitViewer.png>)
3434

3535
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.
3636

@@ -43,14 +43,15 @@ Think of it as "Azure DevOps Test Results tab," except it works with any nUnit X
4343
- **Search and filter** - Quickly find specific tests or filter by status
4444
- **Runs entirely in your browser** - No installs, no servers, no hassle
4545
- **Complete privacy** - Your test results never leave your browser
46-
46+
- **Janky CSS** - Look, you get what you pay for.
4747

4848
### How to Use It
4949
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.
5050

5151
### 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!
5353

54+
I mean if you don't believe me, just check your network traces tab in devtools.
5455

5556
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).
5657

assets/images/2025/nunitViewer.png

115 KB
Loading

0 commit comments

Comments
 (0)