Skip to content

ablok/JunitLoggerExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This sample solution is meant to demonstrate a possible bug wrt the JunitXMLLogger. The behaviour described here only happens on MacOS. It works fine on Windows.

If you run the following command, there will be a JUnit report in the output folder.

dotnet test Example.sln --results-directory "./output" --logger "jUnit"

However, when you add the option to also cellect code coverage, the JUnit file will no longer be created:

dotnet test Example.sln --results-directory "./output" --logger "jUnit" --collect "Code Coverage"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages