Versions Compared

Key

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

...

Image Added

File

The path and file to a testable file. You can specify a dll or a Visual Studio/NUnit project file.

Fail action if any tests fail

This field can a contain single testable file or multiple testable files. You can choose to input each file or you can choose to use a pattern that matches testable files. In order to match multiple files using patterns, you will need to put the pattern in Ant Pattern format. Each file/pattern must be on its own line.

Output file

When NUnit executes, the output will be stored in this file. Even when specifying multiple files to test, all of the output it put into a single fileIf 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.

Project configuration

If you've specified a Visual Studio or NUnit project then you can specify the configuration you want to test against. For example, Debug, Release, etc...

...

Select the .NET framework to run the tests under.

Fail action 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.

Using

The Using drop down is populated with any property collector whose namespace matches the pattern defined by the NUnit Action. The pattern for this action is ^NUnit.*

...