Skip to content

2.0.0

Compare
Choose a tag to compare
@ivanz ivanz released this 18 Mar 14:05
· 151 commits to master since this release

Get it

Visual Studio Plugin: attached below
NuGet Package: https://www.nuget.org/packages/Machine.Specifications.Runner.VisualStudio/2.0.0

What's new and improved

This is a significant update to the Test Adapter:

  • New test discovery engine built directly on top of MSpec replaces old Mono.Cecil based one:
    • Full support for [Behavior] and Behaves_like<> and everything MSpec
    • Full support for assembly binding (.config) during test discovery (and execution)
  • Greatly improved support for Visual Studio Team Services, TFS,etc (works out of the box with the NuGet package)
    • Major performance improvements when running whole test assemblies
    • Much clearer test result output
    • Fully compatible with VS parallel assembly execution (enabled through MaxCpuCount set to 0 in *.runsettings )
  • Inner exceptions are now displayed in failed test results
  • Tests in Visual Studio IDE are now displayed as English text

image

image

image