Closed davidak closed 2 years ago
this is more of a nix, then a nixpkgs issue. also maybe piping it to https://github.com/maralorn/nix-output-monitor is enough
I have not much hope they make anything userfriendly, but moved the issue there: https://github.com/NixOS/nix/issues/6475
Issue description
It would be great to have userfriendly output when running tests. It can be like other unit testing tools.
Currently it looks like this:
There is a lot of clutter and the information that i want is hidden (which tests was run) or not there (where the tests successful?).
It should look like this:
✘ should be red ✔ should be green there can be a yellow symbol for timeout or similar status where the test did not run for some reason
This is how a tool i made for my company looks like: https://raw.githubusercontent.com/davidak/test/master/demo.svg
Of course every output of Nix should look user friendly like this, so it does not scare users away.
Related: