Skip to content

Releases: microsoft/testfx

v2.1.2

08 Jun 10:45
efebd7f
Compare
Choose a tag to compare

See release notes here.

v2.1.1

01 Apr 09:06
3c76ad3
Compare
Choose a tag to compare

See release notes here.

v2.1.0

03 Feb 11:11
Compare
Choose a tag to compare

See release notes here.

v2.1.0-beta2

18 Dec 14:01
Compare
Choose a tag to compare
v2.1.0-beta2 Pre-release
Pre-release
  1. Add the ability to specify Friendly test names for test methods (#466)

See release notes here

v2.1.0-beta

29 Nov 07:53
Compare
Choose a tag to compare
v2.1.0-beta Pre-release
Pre-release
  1. Fix incompatibility between multiple versions of mstest adapter present in a solution (#659)
  2. Build script fix to work with VS2019 (#641)

See release notes here

v2.0.0

04 Sep 08:50
67c9f43
Compare
Choose a tag to compare
  1. Implemented 'AddResultFile' for NetCore TestContext (#609)
  2. Datarow tests - support methods with optional parameters (#604)
  3. Implemented Initialize Inheritance for ClassInitialize attribute (#577)
  4. Apply TestCategory from derived class on inherited test methods (#513)
  5. Fixed IsNotInstanceOfType failing when objected being asserted on is null (#622)
  6. Setting MapNotRunnableToFailed to true by default (#610)

v2.0.0-beta4

10 Apr 12:29
a208ab7
Compare
Choose a tag to compare
v2.0.0-beta4 Pre-release
Pre-release
  1. Deployment Item support in .NET Core #565 [enhancement]
  2. Support for CancellationTokenSource in TestContext to help in timeout scenario #585 [enhancement]
  3. Correcting error message when DynamicData doesn't have any data #443

v2.0.0-beta2

15 Feb 12:19
b231cad
Compare
Choose a tag to compare
v2.0.0-beta2 Pre-release
Pre-release
  1. (BREAKING CHANGE) TestContext Properties type fixed to be IDictionary for .NET Core #563 [enhancement]
  2. Base class data rows should not be executed #546
  3. Setting option for marking not runnable tests as failed #524

v1.4.0

12 Dec 09:21
Compare
Choose a tag to compare
  1. (BREAKING CHANGE) Description, WorkItem, CssIteration, CssProjectStructure Attributes will not be treated as traits #482
  2. Added new runsettings configuration to deploy all files from test source location i.e. DeployTestSourceDependencies #391 [enhancement]
  3. Removed Test discovery warnings in Test Output pane #480 [Contributed by Carlos Parra]
  4. Allow test methods returning Task to run without suppling async keyword #510 [Contributed by Paul Spangler]

v1.4.0-beta

17 Oct 11:24
Compare
Choose a tag to compare
v1.4.0-beta Pre-release
Pre-release
  1. Enabling Tfs properties in test context object #472 [enhancement]
  2. Description, WorkItem, CssIteration, CssProjectStructure Attributes should not be treated as traits #482
  3. Adding appropriate error message for TestMethods expecting parameters but parameters not provided #457