docs: add images & fix typo

This commit is contained in:
technofab 2025-06-08 20:52:20 +02:00
parent b732e118df
commit 6ee3811b56
No known key found for this signature in database
5 changed files with 7 additions and 1 deletions

View file

@ -7,4 +7,6 @@ Flexible test runner for testing Nix code, written in Go.
- Snapshot, Unit (equal checks) and Script-Tests (unit tests with assertions you could say)
- Supports testing against raw Nix code or derivation output
- Simple and easy to read summary of test results
![screenshot](./images/summary_screenshot.png)
- Junit report support (eg. for displaying the results in GitLab etc.)
![screenshot](./images/gitlab_junit_screenshot.png)