RubyMine 2017.3 Help

Creating .feature Files

Prerequisite

Cucumber should be downloaded and installed on your computer!

Once Cucumber support is enabled, you can create feature files under the test sources.

Creating feature files

To create a feature file

  1. In the Project tool window, right-click a directory, where feature files should be created.
  2. On the context menu of the target directory, choose New | File, and in the New File dialog box, type <name>.feature.
  3. In the feature file, type your scenario. Since there are no step definitions, the steps will be highlighted as unresolved.
  4. Create step definitions.
Last modified: 4 April 2018

See Also