All Versions
16
Latest Version
Avg Release Cycle
72 days
Latest Release
1032 days ago

Changelog History
Page 1

  • v2.2.0-preview Changes

    November 26, 2020

    ๐Ÿš€ See release notes here.

  • v2.1.2 Changes

    June 08, 2020

    ๐Ÿš€ See release notes here.

  • v2.1.1 Changes

    April 01, 2020

    ๐Ÿš€ See release notes here.

  • v2.1.0 Changes

    February 03, 2020

    ๐Ÿš€ See release notes here.

  • v2.1.0-beta2 Changes

    December 18, 2019

    โœ… 1. Add the ability to specify Friendly test names for test methods (#466)

    ๐Ÿš€ See release notes here

  • v2.1.0-beta Changes

    November 29, 2019

    โœ… 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 Changes

    September 04, 2019

    โœ… 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 Changes

    April 10, 2019

    ๐Ÿš€ 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 Changes

    February 15, 2019

    โœ… 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 Changes

    December 12, 2018

    โœ… 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]