|
Navigation: Actions > Test Driven Development > NUnit > NUnit Action Output Tab |
![]() ![]()
|
This tab of the NUnit action configures output settings.

Label each test: Logs an identifying label at the start of each test case.
XML output file: Specifies the filename to log output to (optional). If not specified, the file is named TestResult.xml and is placed in the working directory.
XML transform file: Specifies the output transform file (optional). If not provided, NUnit uses a default transformation.
Do not transform output: If checked, logs raw XML output rather than transforming it. This is useful when debugging problems with the XML format.
Redirect output to a file: Specifies a filename to redirect output to instead of logging to the Output pane (optional).