Releases: carlpett/xUnit-TeamCity
1.3.1
1.3.0
1.2.1
1.2.0
A smaller release than planned, 1.2 contains support for xUnit 2.2.0. Some planned refactorings which would enable implementing some features took longer than planned, and rather than delay 2.2 support further, those have been pushed into a future 1.3.
Fixed bugs
#21 - Proper handling of return codes from xUnit
#22 - Some files were missing due to overzealous .gitignore
#25 - This release contains the 2.2 support that is advertised in the README
1.2.0, alpha 1
This pre-release includes the merging of a number of features developed by @Jogge and others on a fork, and some additional work including the inclusion of xUnit 2.2 RTM (rather than beta).
There are a few other things going into 1.2, but this allows you to start testing this, as well as using xUnit 2.2.
1.1.3
Fixed bugs
- #14 (partly, see below) - The xUnit runner process was not terminated when a build was aborted
- #15 - Build steps defined in plugin-version 1.0 did not have certain configuration values stored in them, leading to a crash.
Known bugs
- #14 - If spawning subprocesses from the tests, those processes are not terminated. Work in progress.
1.1.2
1.1.1
1.1
1.1-prerelease2
Fixed bugs
#5 - Correctly pass environment variables into test runner
#7 - Filtering supported runtimes could be done before the dropdowns were initialized, causing the ui to lack some elements (such as the save button)
Known issues
Build steps created with 1.0 will show null
in the setting view instead of runtime platform and version, since they do not have values. Tests are still run using the default settings for the selected xUnit version, however (AnyCPU and .NET 4.5 for 2.x, AnyCPU and .NET 3.5 for 1.9).