Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 592 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 592 Bytes

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