Nunit 3.0 Tests not running in parallel in TeamCity -
we have suite of api tests have been running on teamcity mbunit. there around 200 tests set run 12 in parallel , take 7 minutes run. nunit released version 3 , supports fixture parallelism. works me locally , have seen tests run fast within visual studios did in mbunit.
in teamcity using nunit runner type tests took on 3 hours run. first 20 test each took right around 90 seconds remainder took 15 minutes each , not run in parallel.
the change made tests switching mbunit nunit.
i have attached teamcity nunit build step config using here
for else running this, teamcity bug. update latest version , fix it. version upgraded 9.1.6
Comments
Post a Comment