Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This action expects that dunit dunitx test executables will output NUnit compatible XML. An xml reporter implementation that produces the required xml output can be found here. DUnitX generates nunit compatible XML using TDUnitXXMLNUnitLogger  in DUnitX.Loggers.XML.NUnit.pas

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.