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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -