Reputation: 51
Trying to run features files from WebStorm IDE
When trying to execute the feature files I get following message
I'm not able to set "Executable Path" so when I click on the green arrow I get following message "Cannot run program D:\example-protractor-master\node_modules-bin"
Attaching the screenshot
http://screencast.com/t/oRaPpUUsuEy
Can anyone tell me how to set the configuration window for Cucumber?
Thanks in advance
Upvotes: 0
Views: 1237
Reputation: 93848
'Executable path' should be a full path to cucumber-js executable (cucumber-js.cmd
on Windows), like C:\Users\User.Name\AppData\Roaming\npm\cucumber-js.cmd
. Directory you have specified, indeed, can't be executed
Upvotes: 2