grunt-cucumberjs icon indicating copy to clipboard operation
grunt-cucumberjs copied to clipboard

Breasks with cucumber@4

Open dignifiedquire opened this issue 6 years ago • 1 comments

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

dignifiedquire avatar Mar 15 '18 12:03 dignifiedquire

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" } }

afonsobarrenha avatar Jul 19 '19 01:07 afonsobarrenha