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.

Nunit Console 3.9 in TeamCity

See original GitHub issue

I installed Nunit Console 3.9 in TeamCity Administration | Tools page.

But I get this Error:

`[08:44:40]Step 5/5: Run tests (NUnit) (4m:15s) [08:44:42][Step 5/5] The TeamCity NUnit runner requires the following NUnit extensions to be installed: NUnit.Engine.Listeners.TeamCityEventListener, NUnit.Engine.Services.ProjectLoaders.NUnitProjectLoader. Please follow our instructions at: https://confluence.jetbrains.com/display/TCDL/NUnit#NUnit-NUnit3Extensions

[08:44:47][Step 5/5] Error message is logged

[08:44:45][Step 5/5] Starting: C:\BuildAgent\tools\NUnit.Console.3.9.0\nunit3-console.exe C:\BuildAgent\temp\buildTmp\GERpfJMfD6Q8vUtmwBbKkm80LFuqozTN.nunit --result=C:\BuildAgent\temp\buildTmp\GERpfJMfD6Q8vUtmwBbKkm80LFuqozTN.nunit.xml --noheader --x86 --where cat==NoDependencies --framework=net-4.0 --noresult --workers=4 --labels=All

[08:44:45][Step 5/5] in directory: C:\BuildAgent\work\a66df898adece9eb\Trustee.Common.Test\bin\Debug [08:44:45][Step 5/5] Runtime Environment

[08:44:45][Step 5/5] OS Version: Microsoft Windows NT 10.0.14393.0

[08:44:45][Step 5/5] CLR Version: 4.0.30319.42000

[08:44:45][Step 5/5]

[08:44:45][Step 5/5] Test Files`

as you can see I can run tests, but it report Error

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
NikolayPianikovcommented, Sep 10, 2018

@elinato the bug was fixed and the patch will be available in the next patch release of TeamCity. This issue should not block tests.

1reaction
rprousecommented, Sep 10, 2018

Closed as not a bug because it was in TeamCity. Thanks @NikolayPianikov.

Read more comments on GitHub >

github_iconTop Results From Across the Web

TeamCity On-Premises - Getting Started with NUnit
The NUnit build step is a straightforward and user-friendly way to run NUnit tests in TeamCity. It provides the maximum range of options ......
Read more >
NUnit runner
I have c# project targeting .net core 2.1 with unit tests. Project references NUnit 3.9.0 (tried 3.10.1 - same result) via NuGet.
Read more >
NUnit.Console 3.9.0
* TeamCityEventListener - supports special progress messages used by teamcity. Other extensions, if needed, must be installed separately.
Read more >
Downloads
Latest NUnit 3 Releases. NUnit 3.13.3, March 20, 2022. NUnit Console 3.16.3, January 11, 2023. NUnit Test Adapter 4.5.0, May 30, 2023.
Read more >
Missing NUnit extensions while using bundled NUnit tool
I checked if the extensions on TeamCity agent are installed along with the bundle and it looks like they're - dlls are in...
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