Skip to content

Releases: b-yond-infinite-network/jest-cucumber-fusion

v0.8.1

02 Jun 17:28
Compare
Choose a tag to compare

0.8.1 (2021-06-02)

Bug Fixes

  • build: bump jest cli and other dependencies to last version (6b53166)

v0.8.0

17 Apr 22:54
Compare
Choose a tag to compare

0.8.0 (2021-04-17)

Features

  • add basic scenarios in language (1842919)
  • upgrade to jest-cucumber (a2fdc68)

v0.7.0

21 Jan 21:03
Compare
Choose a tag to compare

0.7.0 (2021-01-21)

Features

  • array: adding array support based on #18 (e4906ed)

v0.6.11

22 Jul 03:11
Compare
Choose a tag to compare

0.6.11 (2020-07-22)

Bug Fixes

  • bug: reactivated full test and upgraded npm (7729fd0)

v0.6.10

22 Jul 01:24
Compare
Choose a tag to compare

0.6.10 (2020-07-22)

Bug Fixes

  • bug: ending with a non-string variable in the step definition regexp failed (22f4071)

v0.6.9

17 Jul 18:34
Compare
Choose a tag to compare

0.6.9 (2020-07-17)

Bug Fixes

  • dependencies: security advisory (d7a8b85)

v0.6.8

23 Jun 03:24
Compare
Choose a tag to compare

0.6.8 (2020-06-23)

Bug Fixes

  • basic: Complex array for array definition should be allowed. (9b72e39), closes #9
  • basic: Complex array for array definition should be allowed. (c5d51ec), closes #9

v0.6.7

23 Jun 02:20
Compare
Choose a tag to compare

0.6.7 (2020-06-23)

Bug Fixes

  • basic: Non-outline expression bracket-enclosed (<>) with multiple words separated by a space break the matching of scenario and step definitions. (5a8a6d5), closes #2

v0.6.6

23 Jun 01:56
Compare
Choose a tag to compare

0.6.6 (2020-06-23)

Bug Fixes

  • scenario: when a scenario has a mix of outline variable and the definition have regular expression, is can all be mixed up and crash, this covers most cases that should be allowed (5d54bc2)

v0.6.5

04 May 21:55
Compare
Choose a tag to compare

0.6.5 (2020-05-04)

Bug Fixes