Skip to content

Releases: cezarypiatek/NScenario

4.0.0

02 Apr 15:38
Compare
Choose a tag to compare

What's new:

  • Generate proper scenario name for camel/pascalcase test naming
  • BREAKING CHANGES: Added duplicated test scenario detection

3.4.0

16 Mar 18:07
Compare
Choose a tag to compare

What's new:

  • Add overload to TestScenarioFactory.Default() that accepts IScenarioOutputWriter
  • Update sample project for XUnit

3.3.0

15 Mar 19:02
Compare
Choose a tag to compare

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

27 Jul 17:32
Compare
Choose a tag to compare

What's new:

  • dont ignore stepPrefix

3.1.0

29 Jun 07:49
3ae4197
Compare
Choose a tag to compare

What's new:

  • Assert bug with suggested fix (#8)

3.0.0

22 Jun 17:18
Compare
Choose a tag to compare

What's new:

  • #4: Update documentation
  • #4: BREAKING CHANGES: Change interface for step executors

2.0.0

14 Jun 05:46
Compare
Choose a tag to compare

What's new:

  • BREAKING CHANGES: Introduce ITestScenario interface

1.2.0

27 May 21:51
007d286
Compare
Choose a tag to compare

What's new:

  • Add extension methods for steps returning values
  • Add sub-steps ordering

1.1.0

13 May 18:17
Compare
Choose a tag to compare

What's new:

  • Add package description
  • Update README.md

1.0.0

13 May 17:34
Compare
Choose a tag to compare

What's new:

  • Add source link
  • Add generating nuget package
  • Add CI scripts
  • Add initial implementation
  • Update README.md
  • Initial commit