-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reqnroll + nunit4 tests produce 2 sets of standard output #505
Labels
bug
Something isn't working
Comments
Thanks for reporting. Could you see something in the generated code that leads to this behavior? |
considering I don't really know how it should look like, nothing stands out to me :) |
I think it has something to do with this: Reqnroll/Plugins/Reqnroll.NUnit.ReqnrollPlugin/NUnitTraceListener.cs Lines 19 to 35 in 3cced0c
But not sure |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reqnroll Version
2.3.0
Which test runner are you using?
NUnit
Test Runner Version Number
4.3.2
.NET Implementation
.NET 6.0
Test Execution Method
Visual Studio Test Explorer
Content of reqnroll.json configuration file
we don't have reqnroll.json
Issue Description
output looks like this.
when I switch back to Nunit 3.14, output goes back to normal, no duplication. So my guess is this some kind of integration issue with Nunit 4.
when I switch back to specflow, nothing changes, output is still duplicated.
we also have raw nUnit tests without bdd, they don't have this issue.
our dependencies look like this, nothing fancy:
I specified MS test explorer as execution method, but it also reproduces on our CI pipeline, where tests are triggered by a command line.
please help :)
Steps to Reproduce
I wish I knew :)
Link to Repro Project
No response
The text was updated successfully, but these errors were encountered: