Skip to content

Releases: microsoft/testfx

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)

v1.3.0-beta2

15 Jan 13:39
c1ec764
Compare
Choose a tag to compare
v1.3.0-beta2 Pre-release
Pre-release

In-Assembly Parallel (#296)
Add missing Microsoft.Internal.TestPlatform.ObjectModel (#310)
Adding warning message for vsmdi file (#323)
Fixing Key collision for test run parameters (#328)
Fix for csv x64 scenario (#329)
DataRow DisplayNameFix in .Net framework (#335)
Update Fileversion for adapter and framework dlls (#337)
Add information about which assembly failed to discover test into (#299)

v1.2.0

11 Oct 15:02
Compare
Choose a tag to compare
  1. DataSourceAttribute Implementation (#238)
  2. Adding support for DiaNavigation in UWP test adapter (#258)
  3. Wrong order of arguments to ArgumentException (#262)
  4. Adding filtering support at discovery (#271)
  5. Improve handling of Assert.Inconclusive (#277)

And few small improvements.

v1.2.0-beta3

09 Aug 19:53
Compare
Choose a tag to compare
v1.2.0-beta3 Pre-release
Pre-release

This release fixes following issues:

  1. Added Mapping for TestOutcome.None to the UnitTestOutcome Enum to achieve NotExecuted behaviour in VSTS. #217 [Contributed By Irguzhav] [enhancement]
  2. TestMethod failures masked by TestCleanUp exceptions. #58
  3. Multiple copies added for same test on running multiple times in IntelliTest. #92
  4. Adapter is not sending TestCategory traits in Testcase object to Testhost. #189
  5. All the Assert constructor's has been made private and the classes sealed. #223

See release notes here