allure-csharp
allure-csharp copied to clipboard
xUnit tests do not work completely in Rider
I'm submitting a ...
- [x] bug report
- [ ] feature request
- [ ] support request => Please do not submit support request here, see note at the top of this template.
What is the current behavior?
Download all sources from github and try to run xUnit tests via Rider
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
Download all sources from github and try to run xUnit tests via Rider
What is the expected behavior?
All tests are green
Rider issue 😢 https://youtrack.jetbrains.com/issue/RSRP-488382/Load-custom-reporter-dll
Issue happened after https://github.com/allure-framework/allure-csharp/pull/366
Hello, @NikitaEgorov ! Thank you for your report. I'll look into how Rider runs xUnit and if we can do something about it.
Just for now, I see two options:
- Use
dotnet test
from the console. - Roll back to a version prior to 2.10.0-preview.1 and use [AllureXUnit] and [AllureTheory] attributes.
I'll put any updates here.
Hi @delatrie Do you have any update?
https://youtrack.jetbrains.com/issue/RSRP-495879