Releases: microsoft/testfx
Releases · microsoft/testfx
v2.0.0-beta2
v1.4.0
- (BREAKING CHANGE) Description, WorkItem, CssIteration, CssProjectStructure Attributes will not be treated as traits #482
- Added new runsettings configuration to deploy all files from test source location i.e. DeployTestSourceDependencies #391 [enhancement]
- Removed Test discovery warnings in Test Output pane #480 [Contributed by Carlos Parra]
- Allow test methods returning Task to run without suppling async keyword #510 [Contributed by Paul Spangler]
v1.4.0-beta
1.3.2
1.3.1
v1.3.0
Fixes part of this release:
- TestTimeout configurable via RunSettings #403 [enhancement]
- Customize display name for DynamicDataAttribute #373 [Contributed by Brad Stoney] [enhancement]
- Fix incompatibility between multiple versions of mstest adapter present in a solution #404
- Fix multiple results not returning for custom TestMethod #363 [Contributed by Cédric Bignon]
- Run Class Cleanup in sync with Class Initialize #372
- Fix to show right error message on assembly load exception during test run #395
- Consistent behavior of GenericParameterHelper's while running and debugging #362 [Contributed by walterlv]
See release notes here
v1.2.1
v1.3.0-beta2
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
v1.2.0-beta3
This release fixes following issues:
- Added Mapping for TestOutcome.None to the UnitTestOutcome Enum to achieve NotExecuted behaviour in VSTS. #217 [Contributed By Irguzhav] [enhancement]
- TestMethod failures masked by TestCleanUp exceptions. #58
- Multiple copies added for same test on running multiple times in IntelliTest. #92
- Adapter is not sending TestCategory traits in Testcase object to Testhost. #189
- All the Assert constructor's has been made private and the classes sealed. #223
See release notes here