Releases: koenbeuk/ScenarioTests
Releases · koenbeuk/ScenarioTests
v1.0.0
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
Exposed a Timeout as a configurable property on the Scenario attribute
v0.6.1
Fixed a regression issue with Theories not recording all possible cases correctly when running in isolation mode
v0.6.0
- Added support for non-isolated tests
- Minor perf improvement
v0.5.2
Added additional diagnostics and fixed several small issues
v0.5.1
Fixed regression with ScenarioTestRunner
v0.5.0
Merge pull request #16 from koenbeuk/test-execution-policy-2
Test execution policies
v0.4.2
Fixed issue with skipping tests
v0.4.1
Merge pull request #15 from koenbeuk/test-case-runner-cleanup
Refactored TestCaseRunner