Jenkins NUnit plugin lacks useful info -


we have implemented integration tests using nunit under jenkins , have used nunit plugin produce report output. output devoid of useful info, error messages , console output. doing wrong?

the test uses following, names changed protect innocent.

"c:\program files (x86)\nunit 2.6.4\bin\nunit-console.exe"  "d:\public\data\sweb\enterprisetesting\enterprisetesting.library\bin\debug\enterprisetesting.library.dll"  /run:enterprisetesting.library.tests.ordertest /xml:d:\public\data\sweb\enterprisetesting\enterprisetesting.library\bin\debug\testresult.xml 

any ideas other using reportunit?

thanks


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -