You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This action expects that dunit test executables will output NUnit compatible XML. An xml reporter implementation that produces the required xml output can be found here.

Test executable

Enter the path and file name of the executable you want to test.

Xml output report

Enter the path and file name of where you want the test output to go. This should be somewhere in the build workspace.

Fail if any tests fail

If any tests fail the build will be stopped and marked as failed. This option isn't applied to tests that have any errors. If a test errors then the build is stopped and marked as errored regardless of this option.

  • No labels