简体   繁体   中英

dotnet test logger html: Show all executed tests, not just the ones that failed

I am looking for a way to get a formated html file from my xUnit test cases. At the moment, I use dotnet test -l:html which is almost what I want. Unfortunately, it only shows failed test cases - but I would like it to show all test cases.

Is there a way to accomplish that?

Any hints are greatly appreciated.

Just as a side note: I am not interested in code coverage reports.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM