Skip to content

Releases: microsoft/testfx

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

1.3.2

07 Jun 09:43
953bfbb
Compare
Choose a tag to compare

Fixes part of this release:

  1. Hierarchical view support for data-driven tests (e.g. in TRX Viewer) #417

See release notes here

1.3.1

01 Jun 10:27
c5184f9
Compare
Choose a tag to compare

Fixes part of this release:

  1. AppDomain creation should honor runsettings #427
  2. Don't delete resource folder while clean/rebuild #424

See release notes here

v1.3.0

11 May 10:03
310b1dc
Compare
Choose a tag to compare

Fixes part of this release:

  1. TestTimeout configurable via RunSettings #403 [enhancement]
  2. Customize display name for DynamicDataAttribute #373 [Contributed by Brad Stoney] [enhancement]
  3. Fix incompatibility between multiple versions of mstest adapter present in a solution #404
  4. Fix multiple results not returning for custom TestMethod #363 [Contributed by Cédric Bignon]
  5. Run Class Cleanup in sync with Class Initialize #372
  6. Fix to show right error message on assembly load exception during test run #395
  7. Consistent behavior of GenericParameterHelper's while running and debugging #362 [Contributed by walterlv]

See release notes here

v1.2.1

03 Apr 09:02
22db939
Compare
Choose a tag to compare
  1. Fixing Key collision for test run parameters (#328)
  2. Don't call Class Cleanup if Class Init not called (#372)
  3. Fix masking assembly load failure error message (#382)
  4. Fix UWP tests discovery (#332)