Skip to content

Releases: koenbeuk/ScenarioTests

v1.0.1

02 Feb 16:46
0960fac
Compare
Choose a tag to compare

What's Changed

  • Ensure to fully qualify Task return types by @koenbeuk in #20
  • Fixed theories stopping evaluation on first exception by @koenbeuk in #21

Full Changelog: v1.0.0...v1.0.1

v1.0.0

09 Sep 19:24
Compare
Choose a tag to compare

Having run this in production for quite a while, it's time for a proper v1 release!

What's new:

  • Comments are now included in the package
  • SharedFacts. If you have a fact that should always run a pre- or postcondition while still being reported as its own fact than SharedFacts are for you.
  • The nuget package now has a proper readme

v0.6.2

27 Jul 14:50
7de9816
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

Exposed a Timeout as a configurable property on the Scenario attribute

v0.6.1

23 Jun 18:03
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Fixed a regression issue with Theories not recording all possible cases correctly when running in isolation mode

v0.6.0

14 Jun 14:28
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • Added support for non-isolated tests
  • Minor perf improvement

v0.5.2

16 May 17:39
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release

Added additional diagnostics and fixed several small issues

v0.5.1

03 May 18:44
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
Fixed regression with ScenarioTestRunner

v0.5.0

01 May 10:12
62558c5
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
Merge pull request #16 from koenbeuk/test-execution-policy-2

Test execution policies

v0.4.2

26 Apr 18:49
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

Fixed issue with skipping tests

v0.4.1

26 Apr 13:00
4aedcd8
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
Merge pull request #15 from koenbeuk/test-case-runner-cleanup

Refactored TestCaseRunner