xUnit working example? #1588
Unanswered
pmcg86
asked this question in
Questions & Support
Replies: 1 comment 1 reply
-
Surely someone must have a working example? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
As the title suggests, has anyone got a working example for Visual Studio and using xUnit?
The examples online are few and far between with very little insight of usage. I have downloaded the appropriate nuget packages and changed my Fact to AllureXunit etc but when I run dotnet test, the tests are not found. When i use the Test Runner the tests are ignored.
Also, when I attempt to run allure serve from the powershell terminal in VS it's saying JAVA_HOME is the incorrect directory (It's not, as I use allure with Jenkins and can also run allure commands from the command line outside of the project).
Any guidance would be great appreciated.
Beta Was this translation helpful? Give feedback.
All reactions