How to generate Report from xunit console?
Hi Varadarajan,
You can generate report in xunit using following command at your base "dir" that is bin Folder in your project
dotnet test --test-adapter-path:. --logger:xunit
And you can install Allure to generate good looking report
allure serve TestResults