Smink is a test reporting tool (for now it converts xUnit test logs to pretty HTML)
- Clone the repository
- In the root folder, run:
$ dotnet test ExampleTestProjects/xUnit.ExampleTests/xUnit.ExampleTests.sln --logger:"xunit;LogFilePath=/tmp/logs/{assembly}.testresults.xml"
$ dotnet run --project smink -- /tmp/logs/*.xml /tmp/logs/testreport.html
$ open /tmp/logs/testreport.html
And, view the beautiful HTML report, showing all run tests.