Skip to content

2.0.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ivanz ivanz released this 08 Mar 10:39
· 171 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-beta1

New

  • Full support for [Behavior] and Behaves_like<>
  • The test discovery engine has been rewritten to use Machine.Specification for test discovery (rather than custom discovery engine using Mono.Cecil), which means full support for all scenarios and also resolves issues around assembly binding configuration in *.dll.config files.
  • Major performance improvement when running tests in CI
  • The test execution pipeline should now work when running tests in parallel.

Fixed

  • Inner exceptions not being displayed on test failure