Hi I think you want the test results to appear under the Nunit section or so, correct?
if so, your batch file should create an xml file that has the same layout as a result file from Nunit, and merge that xml file with the merge publiser. So you fool the system ;-) with kind regards Ruben Willems On Thu, Apr 23, 2009 at 8:53 PM, Carlos Sandi <[email protected]>wrote: > > Hi, > > I am setting up Cruise Control to be monitoring a Cobol project. Once > a change is detected, i am compiling the project through a batch file, > until that step everything is working fine. > > Now I need to setup some tests to be run when the compilation is > successful, those tests will be executed by calling another batch > file. I know i can set up another <exec> task and run the batch file > from there, but is there a way to setup that test file results to be > publish as TEST results for example, not as part of the Build report? > > Thanks for your help. >
