Skip to content
QuBiT edited this page Sep 22, 2010 · 3 revisions

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.

Requirements

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.

Customize Options

The options specified in the Execution Options will be appended to the execution command.

What is the Project Directory Option good for?

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.

Clone this wiki locally