-
Notifications
You must be signed in to change notification settings - Fork 106
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
NUnit3TestAdapter 3.17.0 empty output file regression? #780
Comments
So... at NUnitEngineAdapter.cs:136 there is
and at NUnitResults.cs:50 there is
which unless I am mistaken makes |
Is there a solution or a work around? |
@sauravwcm The fix is done. Once the PR is through, it should be on the dev feed. Appreciate confirmations :-) |
@zpqrtbnk @sauravwcm Link to the dev package: https://www.myget.org/feed/nunit/package/nuget/NUnit3TestAdapter/4.0.0-dev-01535 |
Thanks @OsirisTerje The solution implemented in the dev package indeed works. Any info on when NUnit3TestAdapter_4.0.0 will be officially released? |
Cool Thanks!! |
Has anyone of you observed that "run selected test" feature sometimes fails with NUnit3TestAdapter 4.0.0-dev-01535 on visual studio 2017 |
@sauravwcm No really, but what I have observed is that when I add a new test or change the test name (method or class), it needs to be run twice, once to make it reappear in the test explorer, then again for actually running it. But, not that it sometimes fails or not. Sounds like something flaky. If you can drill down that a bit, slim it, and perhaps come up with a repro ? |
Hi, is there any news for an official release after 5 months? |
@ngyukman Might be able to get one out during easter. Can you confirm the beta is working as it should for you ? |
@OsirisTerje yes, so far I don't see issues in my execution |
NUnit3TestAdapter version 4.3.0 used with Stryker.NET still have this issue; |
Versions: NUnit v3.12.0, NUnit3TestAdapter v3.17.0.
Visual Studio Pro 2019 v16.7.2.
.NET SDKs & runtimes 2.1.804, 3.1.401, 5.0.100-preview.8.
Running tests as:
With version 3.16.1 of the adapter this produces a result files in
(path)
will complete details of all tests. With version 3.17.0 of the adapter that same file only contains:That is,
command-line
as root element without any other content.Expected: same file as with 3.16.1.
I can repro by switching back and forth the adapter NuGet package between 3.16 and 3.17.
Happy to run more tests or provide more details as needed. Will try to have a look into why this is happening.
The text was updated successfully, but these errors were encountered: