Releases: cezarypiatek/NScenario
Releases · cezarypiatek/NScenario
4.0.0
What's new:
- Generate proper scenario name for camel/pascalcase test naming
- BREAKING CHANGES: Added duplicated test scenario detection
3.4.0
What's new:
- Add overload to
TestScenarioFactory.Default()
that acceptsIScenarioOutputWriter
- Update sample project for
XUnit
3.3.0
What's new:
- #10: Add option for exporting scenario transcription as Markdown and HTML. More details
- Added option to setup scenario output globally. More details
3.2.0
What's new:
- dont ignore stepPrefix
3.1.0
3.0.0
2.0.0
What's new:
- BREAKING CHANGES: Introduce ITestScenario interface
1.2.0
What's new:
- Add extension methods for steps returning values
- Add sub-steps ordering
1.1.0
What's new:
- Add package description
- Update README.md
1.0.0
What's new:
- Add source link
- Add generating nuget package
- Add CI scripts
- Add initial implementation
- Update README.md
- Initial commit