Skip to content

Releases: carlpett/xUnit-TeamCity

1.3.1

15 Nov 20:16
Compare
Choose a tag to compare

Fixed bugs

  • Plugin descriptor had wrong version

1.3.0

14 Nov 20:26
Compare
Choose a tag to compare

Features

  • Support for xUnit 2.3 and 2.4 (#43)

Fixed bugs

  • The platform and framework version dropdown would reset to defaults when editing a build step (#41)

1.2.1

14 Nov 20:37
Compare
Choose a tag to compare

Features

#33 - Builds and releases are now automated through CircleCI

Fixed bugs

#31 - Agents with only .NET 4.7+ frameworks did not meet agent requirements for the plugin

1.2.0

15 May 07:28
Compare
Choose a tag to compare

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

05 Apr 16:20
Compare
Choose a tag to compare
1.2.0, alpha 1 Pre-release
Pre-release

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

06 Aug 19:32
Compare
Choose a tag to compare

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

24 Jul 10:18
Compare
Choose a tag to compare

Fixed bugs

  • #13 - Agent requirements now mirror the requirements of the actual test runner.

Compatibility

This release has been tested with TeamCity 9.1.6 and 10.0.

1.1.1

16 Mar 20:04
Compare
Choose a tag to compare

Fixed bugs

  • #1 - The plugin now accepts both forward and backward slashes in paths. It also warns when no assemblies are matched by the filters.

1.1

13 Mar 10:11
Compare
Choose a tag to compare
1.1

New features

  • Support for testing assemblies built against x86 platform, in addition to MSIL (#4)
  • Support for 1.9.2, 2.0.0 and 2.1.0 of xUnit
  • Internal refactoring to ease adding new features

Fixed bugs

  • Environment variables are now passed correctly into the test runner (#5)

1.1-prerelease2

13 Feb 22:06
Compare
Choose a tag to compare
1.1-prerelease2 Pre-release
Pre-release

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).