question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NUnit3 using NUnit.ConsoleRunner post v3.2.1 and TeamCity

See original GitHub issue

What 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:closed
  • Created 7 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
danielwertheimcommented, Sep 6, 2016

Used packages.config and then it worked with latest versions.

0reactions
devleadcommented, Sep 6, 2016

You could config the paths, but there’s no guarantee it’ll work as addin assemblies are loaded by cake.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found