Skip to content

Releases: badeball/cypress-cucumber-preprocessor

v2.3.0

09 Apr 15:05

Choose a tag to compare

2.3.0 (2020-04-09)

Features

  • tags: fallback to globally installed cypress executable if doesn't exist locally (fa32d8c), closes #328

v2.2.1

07 Apr 14:08

Choose a tag to compare

2.2.1 (2020-04-07)

Bug Fixes

  • getstepdefinitionspaths: custom commonPath (26aed23)

v2.2.0

28 Mar 19:40

Choose a tag to compare

2.2.0 (2020-03-28)

Features

  • allow extensions for the rc configuration file. (6dff207)

v2.1.0

26 Mar 17:33

Choose a tag to compare

2.1.0 (2020-03-26)

Features

  • tags: make the TAGS env. variable optional (c912db4), closes #301

v2.0.3

26 Mar 17:20

Choose a tag to compare

2.0.3 (2020-03-26)

Bug Fixes

  • addressed cases where options passed to preprocessor would result in a TypeError (69f8f3c), closes #345

v2.0.2

26 Mar 17:03

Choose a tag to compare

2.0.2 (2020-03-26)

Bug Fixes

  • tags: allow empty feature files (36c2091), closes #239

v2.0.1

13 Jan 19:44

Choose a tag to compare

2.0.1 (2020-01-13)

Bug Fixes

  • cucumbertemplate: apparently the path.sep doesn't work consistently on windows (01e7622)

v2.0.0

13 Jan 19:08

Choose a tag to compare

2.0.0 (2020-01-13)

Bug Fixes

  • stepdefinitionpath: do not rely on cypress configuration for determining the stepDefinitionPath (0160151), closes #283

BREAKING CHANGES

  • stepdefinitionpath: You need to configure the stepDefinitions if you use the nonGlobalStepDefinitions
    option.

v1.19.2

13 Jan 16:00

Choose a tag to compare

1.19.2 (2020-01-13)

Bug Fixes

  • cucumbertemplate: dynamically create require paths on win32 as well as other platforms (8866ba3), closes #291

v1.19.1

13 Jan 09:47

Choose a tag to compare

1.19.1 (2020-01-13)

Bug Fixes

  • tags: adding conditions to avoid features running if no matching tags are found (e0b92f9)
  • fix unwanted remove of windows checks (83cea5c)