NUnit3 using NUnit.ConsoleRunner post v3.2.1 and TeamCity
See original GitHub issueWhat You Are Seeing?
Using v3.2.1 of the NuGet for NUnit.ConsoleRunner and the settings:
NoResults = true,
NoHeader = true,
TeamCity = true
TeamCity identified and displayed test results. Using v3.4.1 it does not. Not sure if Cake plugin needs to be updated or if it’s an NUnit thing.
What is Expected?
Test results to be identified and reported in TeamCity.
What version of Cake are you using?
0.15.2
Are you running on a 32 or 64 bit system?
64
What environment are you running on? Windows? Linux? Mac?
Windows
Are you running on a CI Server? If so, which one?
TeamCity 9.1.1
How Did You Get This To Happen? (Steps to Reproduce)
Upgrade from NUnit.ConsoleRunner v3.2.1 to 3.4.1
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
TeamCity On-Premises - Getting Started with NUnit
This tutorial aims at describing the basic practices of using NUnit 3 in TeamCity. The test project and script samples can be found...
Read more >How to install nUnit 3 nunit3-console.exe in TeamCity 9.x
NUnit 3.0 is supported by TeamCity 9.1.x now however you have to install the runner and specify the path to the nunit3.console.exe in...
Read more >Inconsistencies between nunit3-console and running the ...
I installed nunit3-console using dotnet add package NUnit.Console --version 3.15.2 . The project references: <PackageReference Include="NUnit" ...
Read more >Making NUnit tests run in Team City for NUnit 3.x
The following guide shows how you can prepare the Team City build agent to run NUnit 3.x tests. We need first to install...
Read more >Chocolatey Software | NUnit 3 Console Runner 3.7.0
The V2 Framework Driver extension comes with the addins directory. The driver contains the assemblies from NUnit V2 and they handle the addins....
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 FreeTop 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
Top GitHub Comments
Used packages.config and then it worked with latest versions.
You could config the paths, but there’s no guarantee it’ll work as addin assemblies are loaded by cake.