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

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -