Install cucumber plugin in Intellij

Other topics

Remarks:

The Cucumber for Java IntelliJ plugin offers IDE features for conveniently developing with Cucumber, including

  • Gherkin step glue generation for unimplemented steps
  • Gherkin step code completion
  • Step-to-glue method code jumping
  • Gherkin syntax highlighting in ".feature" files matching step regex

and other convenient features.

Install Cucumber plugin

Go to File --> Settings --> click plugins in left hand pane --> Search for cucumber --> Install plugin

enter image description here

Install IntelliJ Cucumber for Java Plugin (Mac)

To install the Cucumber for Java plugin for IntelliJ on a Mac,

  1. Start IntelliJ IDEA.
  2. Click on the "IntelliJ IDEA" tab in the top bar. Preferences for IntelliJ
  3. Click on "Preferences".
  4. In Preferences/Settings, click "Plugins" in the left-hand pane.
  5. Click the "Browse Repositories" button, which brings up a new window.
  6. Search for "Cucumber" in the search bar. enter image description here
  7. Install the "Cucumber for Java" plugin.
  8. Restart the IDE for the plugin to take effect. The Cucumber for Java is now installed. Cucumber for Java is now installed

Contributors

Topic Id: 8356

Example Ids: 26779,28793

This site is not affiliated with any of the contributors.