Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Info

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.