-
Notifications
You must be signed in to change notification settings - Fork 17
Code Execution
Since Version 1.8.1 you can set the project path.
Since Version 1.7.4 you can customize the execution options.
Since Version 1.6.5 running features inside Netbeans is supported.
If you are using windows, then you have to add your ruby\bin directory to the system’s “path” variable, so that windows will find cucumber.
The options specified in the Execution Options will be appended to the execution command.
If you want to use profiles with cucumber, cucumber needs to know, where your cucumber.yml file is. Cucumber assumes that:
This file must be in your project’s root directory, config or .config.
For the freedom of choice and to guarantee that this option will be set correct, you can set it to your own preferred location.
By setting this option you enable the execution-feature of this module to use this directory as the working directory for the execution, hence cucumber will know where to search for this file.