Daniel Schell
Daniel Schell

Reputation: 51

Set Run Configuration for Cucumber in Webstorm

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

enter image description here http://screencast.com/t/oRaPpUUsuEy

Can anyone tell me how to set the configuration window for Cucumber?

Thanks in advance

Upvotes: 0

Views: 1237

Answers (1)

lena
lena

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

Related Questions