gherkin 1.1.4 copy "gherkin: ^1.1.4" to clipboard
gherkin: ^1.1.4 copied to clipboard

outdated

A Gherkin parsers and runner for Dart which is very similar to Cucumber, it provides the base BDD functionality ready for use in platform specific implementations i.e. flutter/web

1.1.4 05/12/2019 #

  • Allowed comments at the end of a table line
  • Moved onBeforeScenario hook to run after the scenerio world has been created to allow the hook to access the world

1.1.3 27/09/2019 #

  • Relaxed constraint on the test lib

1.1.2 22/09/2019 #

  • Fixed issue with scenerio outline name being reported incorrectly

1.1.1 22/09/2019 #

  • Added asMap helper method to a table so a table can be represented as a map to help with serialisation to types

1.1.0 20/09/2019 #

1.0.12 18/09/2019 #

  • Fixed version constraint analysis errors

1.0.11 18/09/2019 #

  • Fixed path dependency to be backwards compatible with flutter_driver

1.0.10 18/09/2019 #

  • Updated test dependency

1.0.9 16/09/2019 #

  • Fixed issue where tags were not allowed on features
  • Refactor of the way tags are handled so they are inherited by children if requried (see https://cucumber.io/docs/cucumber/api/#tag-inheritance)
  • Fixed the JSON reporter so that is adheres to to the cucumber json reporter spec.

1.0.8 13/09/2019 #

  • Fix an issue where line terminators where not allowed in well known {string} parameters

1.0.7 25/08/2019 #

  • Fix path dependency resolution

1.0.6 25/08/2019 #

  • Added 'Scenario Outline' and 'Example' functionality (see: example/features/calculator_scenerio_outline_example.feature)
  • Fixed issue with parsing a negative number when using the '{num}' parameter in a step

1.0.5 23/08/2019 #

  • Fixed complex co-variant issue with step code definitions
  • Fixed parsing issue when Background block has no name

1.0.4 11/07/2019 #

  • Fix for dart analysis covariance complaints with step definition input generic types

1.0.3 20/06/2019 #

  • Fix dependencies conflict with flutter_test and flutter_driver

1.0.2 20/06/2019 #

  • Updated dependencies

1.0.1 20/06/2019 #

  • Added the ability to add attachments which gives the ability to set screenshots or other data against the scenerio
  • Added before & after hooks for step execution

1.0.0 04/06/2019 #

0.0.4 23/04/2019 #

  • Exported missing step and process classes
  • Added JSON reporter that can be use to generate HTML reports (PR from @Holloweye)

0.0.3 15/03/2019 #

  • Fixed up more issues with pubspec.yaml

0.0.2 15/03/2019 #

  • Fixed up issues with pubspec.yaml

0.0.1 15/03/2019 #

40
likes
0
points
10.7k
downloads

Publisher

unverified uploader

Weekly Downloads

A Gherkin parsers and runner for Dart which is very similar to Cucumber, it provides the base BDD functionality ready for use in platform specific implementations i.e. flutter/web

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

glob, matcher, path, test

More

Packages that depend on gherkin