NUnit3TestAdapter 4.0.0: test owner no longer is written to .trx file
See original GitHub issueSince using version 4.0.0 of the NUnit3TestAdapter a test owner is no longer written to the .trx file when using the TFS VSTest@2 task. (With NUnit3TestAdapter 3.17.0 this worked for me.)
I specify a test owner via the NUnit framework property ‘Owner’:
[assembly: NUnit.Framework.Property("Owner", "......")]
My context is:
- NUnit 3.12.0
- NUnit3TestAdapter 4.0.0
- Visual Studio 16.11.1
- TFS on-premises Dev18.M170.8 (using VSTest@2)
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Exception in OneTimeSetUp has no stack trace · Issue #671
I run them in one of two ways: Visual Studio 2019 with ReSharper. The "Exception doesn't have a stacktrace" message is printed as...
Read more >Adapter V4 Release Notes
NUnit3 Test Adapter for Visual Studio and Dotnet - Version 4.5.0 - May 30, 2023. This is a version supporting the upcoming NUnit...
Read more >Unable to run NUnit tests after upgrading to VS2022 17.4.0
After updating VS Pro 2022 to the newest available version 17.4.0, I am no longer able to run any NUnit tests in one...
Read more >NUnit3TestAdapter 4.0.0
The NUnit3 TestAdapter for Visual Studio, all versions from 2012 and onwards, and DotNet (incl. .Net core). Note that this package ONLY ...
Read more >NUnit3TestAdapter 4.5.0
The NUnit 3 Test Adapter runs NUnit 3.x tests in Visual Studio 2012 and newer. You can download the latest release version alternate...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanx a lot, works as expected for me now.
This issue has been fixed in NUnit 3.13