IntelliJ IDEA 2019.1 Help

Cucumber

Cucumber supports BDD, and enables using features and scenarios written in a human-readable language. Cucumber becomes available in IntelliJ IDEA, provided that the following prerequisites are met:

Cucumber for Java
  • The Cucumber for Java bundled plugin is enabled.

  • cucumber-java version 1.xx is specified as a dependency.

Cucumber for Groovy
  • The Cucumber for Groovy bundled plugin is enabled.

  • cucumber-groovy version 1.xx is specified as a dependency.

Cucumber for Ruby
Cucumber for JavaScript
  • The JavaScript support bundled plugin is enabled.

  • Node.js is installed.

  • The Cucumber.js and Gherkin plugins are installed and enabled.

Cucumber support

IntelliJ IDEA supports:

Cucumber files are marked with the Cucumber icon.

Last modified: 20 June 2019

See Also