continuous integration - Continue running NUnit after failures -



continuous integration - Continue running NUnit after failures -

i running nunit-console ci configured in teamcity run tests various assemblies. 1 time 1 of testfixtures has failing test, test execution stop.

currently able see first tests failed, unaware if there more testfixtures might fail downwards line.

i summary lists failing tests , test fixtures, without details of exceptions thrown.

anyone have ideas? thanks.

nunit should run of unit tests in specified assembly, regardless of number of test failures. first thing check raw xml output unit test run. may find tests beingness executed, build server failing display of results. if case, there may faulty xslt needs modified.

another thing seek running of tests on box using command-line tool, , see if runs of tests. if run on box not server, may have configuration problem on build box.

yet possibility failure critical 1 (failure load assembly perhaps) causing nunit error out.

nunit continuous-integration teamcity nunit-console

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -