Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I'll have to use a metaphor.</p> <p>NUnit it a testing program.</p> <p>So when you run </p> <pre><code>nunit-console.exe SomeDll.dll "c:\somefolder\NUnitTest_RESULTS.xml" </code></pre> <p>The console app itself will outsome some XML....with a specific name.</p> <p>So even if get an output xml file, this doesn't do anything for CC.NET.</p> <p>You use a CC.NET file-merge task to "suck up" the NUnitTest_RESULTS.xml into the "ThisBuildCCNet_SuperDuperXmlFile.xml". (That's not the name, that is the concept).</p> <p>And that doesn't do anything really.</p> <p>CC.NET has "NUnit" installed, which is a link to an xsl file.</p> <p>So after NUnitTest_RESULTS.xml is created AND NUnitTest_RESULTS.xml is "sucked up" into the super-duper.xml file AND you have the NUnit-Xsl enabled, when you click on the NUnit menu item (on the webpage of your project), CC.NET will take the nunit.xsl and apply it to the xml that now exists in the super-duper.xml file. Aka, a basic xsl-xml transformation.</p> <p>So to your question, if you want your console app to run tests, it should be able to output XML to a file. If it can't do that, then you're d3ad in the water.</p> <p>If you get xml, then you have to use the file-merge task to "suck it up", and you have to author or find an xsl file to transform it.</p> <p>.......</p> <p>EDIT</p> <p>If you cannot generate xml or hmtl (via htmlReportPlugin )</p> <p>then I suggest this article:</p> <p><a href="http://testquest.docs.bsquare.com/Integration_Samples_CCNet/Configuring_CCNet_dashboard_to_Display_Test_Execution_Logs.htm" rel="nofollow">http://testquest.docs.bsquare.com/Integration_Samples_CCNet/Configuring_CCNet_dashboard_to_Display_Test_Execution_Logs.htm</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload