Nunit Console 3.9 in TeamCity
See original GitHub issueI 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:
- Created 5 years ago
- Comments:7 (6 by maintainers)
@elinato the bug was fixed and the patch will be available in the next patch release of TeamCity. This issue should not block tests.
Closed as not a bug because it was in TeamCity. Thanks @NikolayPianikov.