Skip to content

Commit 29cd5e7

Browse files
committed
Resolve issue with Cucumber-js v1.2.1
xolvio/chimp#441 cucumber/cucumber-js#610 The latest version of Chimp uses Cucumber-js v1.2.1 which appears to have an issue when any unexpected error is thrown (e.g. element not found). It looks like cucumber-js have fixed this, but until Chimp updates to the lastest version am downgrading Chimp to a version that uses Cucumber-js v1.2.0
1 parent 3f39b1e commit 29cd5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"node": "4.4.7"
88
},
99
"dependencies": {
10-
"chimp": "^0.39.3"
10+
"chimp": "0.38.0"
1111
},
1212
"scripts": {
1313
"test": "node node_modules/chimp/dist/bin/chimp.js"

0 commit comments

Comments
 (0)