docs: add documentation

This commit is contained in:
technofab 2025-06-02 13:34:59 +02:00
parent c2ca17dfc5
commit fd58344ca7
9 changed files with 302 additions and 8 deletions

10
docs/index.md Normal file
View file

@ -0,0 +1,10 @@
# Nixtest
Flexible test runner for testing Nix code, written in Go.
## Features
- 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
- Junit report support (eg. for displaying the results in GitLab etc.)