Does teamcity NUnit test launcher support /run: and /fixture: options for NUnit
NUnit supports the /run option to run specific tests:
nunit-console /run:NUnit.Tests.AssertionTests nunit.tests.dll
Is it possible to specify this in teamcity NUnit test launcher? If not , why not?
Please sign in to leave a comment.
Hi Yuvraj,
At the moment these options are not supported by TeamCity NUnit Test Launcher, just because it has not been implemented yet. Please create a feature request in our tracker: https://youtrack.jetbrains.com/issues/TW.
Since TeamCity 9.1 (is going to be released in few days) you can use NUnit runner for NUnit v3. It has "Additional command line parameters" (in the advanced options) field for the similar scenarios.