Allure.XUnit
Allure.XUnit copied to clipboard
Allure.XUnit is a library for displaying xunit .NET Core and .NET 5 tests in Allure reports.
This should fix the issue with issue #28 Grab the TestMethodArguments instead of iterating through the objects.
…gged for success test. Fixes #31
If we use xunit's TestOutputHelper to log something, it also appear in allure, but only for success tests. For failed tests exceptions are logged but test output is missing in...
Hello Team, I have cloned the Allure.Xunit repository to my local host and opened the project in Visual Studio. When I navigate to Allure.XUnit.Examples with git Bash and run _dotnet...
When trying to run a parameterized test using [AllureXunitTheory] attribute along with [MemberData] pointing to a static class member, tests cannot be found and executed. As static class I use...
If add Xunit.dependencyInjection nugget package and Startup class to .NET project then allure reports stop being created. I suppose it's a matter of changing the entry point to the application...