Skip to content
/ smink Public

Smink is a test reporting tool that converts xUnit and NUnit test logs to pretty HTML

License

Notifications You must be signed in to change notification settings

erikbra/smink

Repository files navigation

smink

Smink is a test reporting tool (for now it converts xUnit test logs to pretty HTML)

Running (for testing)

  1. Clone the repository
  2. 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.

image