Releases: badeball/cypress-cucumber-preprocessor
Releases · badeball/cypress-cucumber-preprocessor
v4.0.0
16 Oct 14:16
Compare
Sorry, something went wrong.
No results found
4.0.0 (2020-10-16)
Bug Fixes
Features
tags: improve the tags behavior, to base the glob on the cypress.json configuration (df8066a )
BREAKING CHANGES
tags: Glob pattern is no longer "cypress/integration/**/*.feature", but is now based on
cypress.json configuration, and takes into account the ignoreTestFiles
v3.0.0
29 Sep 11:50
Compare
Sorry, something went wrong.
No results found
3.0.0 (2020-09-29)
Bug Fixes
release: manually release a major version (7f4395b ), closes #443
BREAKING CHANGES
release: We are removing the lowercase given/when/then, please switch to Given/When/Then
v2.5.5
24 Aug 16:09
Compare
Sorry, something went wrong.
No results found
2.5.5 (2020-08-24)
Bug Fixes
release: manually release a patch version (919bc4d ), closes #426
v2.5.4
19 Jul 17:55
Compare
Sorry, something went wrong.
No results found
2.5.4 (2020-07-19)
Bug Fixes
docstring.feature: extend DocString.feature tests to cover failing scenario (eb838d5 )
featuresloader.js: pass spec as string to createTestsFromFeature fn (bc6dfb3 ), closes #415
loader.js: pass spec as string to createTestsFromFeature fn (cbe8c6e ), closes #415
v2.5.3
07 Jul 07:07
Compare
Sorry, something went wrong.
No results found
2.5.3 (2020-07-07)
Bug Fixes
define commonPath based on nonGlobalStepBaseDir. (47f360a )
define commonPath based on stepBase. (fbbbc20 )
v2.5.2
03 Jul 10:25
Compare
Sorry, something went wrong.
No results found
2.5.2 (2020-07-03)
Bug Fixes
nonGlobalStepDefinitions: .features files now work with webpack (8b92ed3 )
v2.5.1
30 Jun 14:53
Compare
Sorry, something went wrong.
No results found
2.5.1 (2020-06-30)
Bug Fixes
v2.5.0
11 Jun 12:39
Compare
Sorry, something went wrong.
No results found
2.5.0 (2020-06-11)
Features
getstepdefinitionspaths: configurable nonGlobalStepDefinitions base directory (1a7b57e )
v2.4.0
01 Jun 08:55
Compare
Sorry, something went wrong.
No results found
2.4.0 (2020-06-01)
Features
Don't ignore skipped features and scenarios when generating the cucumber.json files (5a28f9e ), closes #288
add support for custom step timeout (#385 ) (ff9d006 )
v2.3.1
17 Apr 08:49
Compare
Sorry, something went wrong.
No results found
2.3.1 (2020-04-17)
Bug Fixes
import exactly what we need from cucumber to avoid bringing node-related dependencies (926b20e ), closes #362 #362