mavdi / grunt-cucumberjs

Grunt plugin for cucumber.js
MIT License
31 stars 36 forks source link

Breasks with cucumber@4 #110

Open dignifiedquire opened 6 years ago

dignifiedquire commented 6 years ago

The binary path has changed on unix to cucumber-js resulting in

Running "cucumberjs:ci" (cucumberjs) task
>> cucumberjs binary not found at path node_modules/cucumber/bin/cucumber.js
>>  NOTE: You cannot install grunt-cucumberjs without bin links on windows
afonsobarrenha commented 5 years ago

Same problem here,

{ "name": "cucumberjs-demo", "version": "0.0.0", "private": true, "scripts": { "clean": "rm -rf tmp" }, "dependencies": { "chai": "^4.2.0", "chromedriver": "^75.1.0", "cucumber": "^5.1.0", "geckodriver": "^1.16.2", "grunt": "^1.0.4", "grunt-cucumberjs": "^2.0.2", "selenium-webdriver": "^3.6.0" } }