Skip to content

Releases: jonsamwell/dart_gherkin

3.1.0

01 Jul 02:53
Compare
Choose a tag to compare

[3.1.0] - 01/07/2022

  • Fix #40 scenarios can now contain descriptions
  • Json reporter: ensure exceptions, statuses and scenario descriptions are reported correctly
  • Changed reporter maybeCall to invoke

3.0.0+1

17 Jun 05:18
Compare
Choose a tag to compare

[3.0.0+1] - 16/05/2022

  • Update configuration object constructor to take in additional configuration parameters
  • The prepare method on the configuration object now returns a configuration object to allow for configuration to always be immutable

2.0.8

23 Nov 20:21
Compare
Choose a tag to compare
  • Fixed issue checking ANSI support on web environments in the StdoutReporter

2.0.7

09 Nov 22:28
Compare
Choose a tag to compare

[2.0.7] - 11/10/2021

  • Updated feature file visitor to provide parent feature information to child scenario

2.0.6

09 Nov 22:17
Compare
Choose a tag to compare

[2.0.6] - 11/10/2021

  • Ensure stdout reporter only print ANSI colours when the stdout supports it

2.0.5+1

15 Sep 04:23
Compare
Choose a tag to compare

[2.0.5+1] - 15/09/2021

  • Fixed first/last flag on FeatureFileVisitor
  • Fixed find feature files regex pattern fdr windows in example project

2.0.5

15 Sep 03:38
Compare
Choose a tag to compare

[2.0.5] - 15/09/2021

  • Added json reporter test case for multi-scenario
  • Added first/last flag on FeatureFileVisitor

2.0.4

20 Jun 22:50
Compare
Choose a tag to compare
  • Fixed late initialization error when invoking hooks
  • Updated float parameter parser so an exception is not thrown during parsing

2.0.2

25 May 05:09
10ec39e
Compare
Choose a tag to compare

[2.0.2] - 25/05/2021

  • Fix #45 executing feature files outside of the current working directory

2.0.1

02 May 08:20
Compare
Choose a tag to compare
  • BREAKING CHANGE: TestFailure is no longer thrown when an expect fails. Instead, use GherkinTestFailure when catching errors (i.e. replace on TestFailure catch with on GherkinTestFailure catch) (#37).