Importing nunit results into teamcity with cake -
i using cake build script , teamcity ci. having cake run unit tests nunit , teamcity pulling in results 'xml report processor'.
as can see importing file, 'test' tab missing can't see test output.
am missing step?
my cake task testing , tests report tab appears
nunit3(testsdir.tostring() + "/*tests.dll", new nunit3settings { noresults = true, noheader = true, framework = "net-4.0", workers = 5, timeout = 10000 });
do need report xml?
Comments
Post a Comment