Reputation: 503
I'm using Windows 7 x64 and Cucumber, Selenium and Node are installed using -g
. In the WebStorm I'm using cucumber-js.cmd, because others don't work as they are not for x64.
Trying to run this example from GitHub and when I run using the Windows command line everything works, but when I run it using WebStorm I get an error that says that my steps are not defined, even though my feature
is in the features
folder and my step definitions
are in the step_definitions
folder.
Can't find anything decent in google to solve this as well.
Upvotes: 4
Views: 1993