I am working on CI tool by name QuickBuild, using this I am performing automated deployment with a single click.
Out build process includes following steps:
- Get Latest Version
- Build Code base
- Validate DB
- Perform Nunit
- Publish the results, pass or fail
Under QuickBuild --> Steps --> Publish there are number of options to publish the results:
During NUnit testing .xml file will be generated and I am trying to publish .xml file to QuickBuild using Publish NUnit Report. In addition I have setup QuickBuild on remote sever and Nunit.xml file on build server which is a relative path.
When I create a step and execute it, it fail to read the XML file (size more than 2 MB). Is there a way to see the all ready ran nUNit results in QuickBuild UI.
I have tried with other file formats (.log, .html) no luck.