Running unit tests after build
It's important to us that we only deploy working code. That's why we're offering to run unit tests after every successful build.
We run all tests in assemblies referencing a library associated with the supported test frameworks (see below).
Remember that your tests have to follow the same guidelines as your application.
To set up resources specific for your tests, see managing environments.
Currently supported test frameworks:
- MbUnit (2.4.0.0 - 2.4.2.175)
- MSTest
- NUnit (2.4.8.0, 2.5.0.0 - 2.5.3.9345 and 2.5.4.0 - 2.5.9.10348)
- xUnit.net (1.1.0 - 1.9.1)
- MSpec (0.5.8.0 and 0.5.12.0)