unit testing - How can I run ignored tests with TeamCity's NUnit runner? -
i want run ignored tests in solution in different build configuration in teamcity. didn't see explicit why in build step configuration page.
can done?
the ignore attribute wrong thing use here. should used tests not wish run @ all. try using categories instead. teamcity has 2 properties can set within nunit build step.
nunit categories include , nunit categories exclude control tests run.
Comments
Post a Comment