Skip to content

Commit

Permalink
Resolve issue with Cucumber-js v1.2.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Cruikshanks committed Aug 12, 2016
1 parent 3f39b1e commit 29cd5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": "4.4.7"
},
"dependencies": {
"chimp": "^0.39.3"
"chimp": "0.38.0"
},
"scripts": {
"test": "node node_modules/chimp/dist/bin/chimp.js"
Expand Down

0 comments on commit 29cd5e7

Please sign in to comment.