3

I'm new member for IntelliJ. I am trying to install a plugin for Cucumber in IntelliJ IDE.

Following are the steps which I am trying:

  1. File > Settings (Ctrl+Alt+S)
  2. From left hand pane, landing on Plugins tab.
  3. In Search box, I am trying to search "Cucumber for Java".

But no result is displaying for same.

Can anyone help me on this ?

On search I am not able to see the option Cucumber for java, which is visible here in given stack.

Kavita Kulkarni
  • 193
  • 2
  • 4
  • 12

1 Answers1

1

Please see the documentation.

Use the Browse Repositories button.

Cucumber for Java plug-in is available out of the box in IntelliJ IDEA Ultimate.

For IntelliJ IDEA Community edition it's available as a free plug-in that you need to install:

install

In case IDE doesn't see the plugins list, please check the proxy settings. Disabling this option may also help.

It's also possible to download install plugins manually from disk. Make sure to get the version which is compatible with your IntelliJ IDEA build.

Cucumber for Java can be downloaded here.

The version compatible with IntelliJ IDEA 2018.1.x is available by this link.

Please also note that there is no Cucumber for Java plug-in version that is compatible with IntelliJ IDEA 2018.2 EAP builds at the moment. If you need this plug-in, please use 2018.1.4 release version.

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904
  • Yeah, I did try that as well and even tried to search there. But no luck. It says "Nothing to show". – Kavita Kulkarni May 31 '18 at 10:04
  • @1164444 please see the updated answer, I've tried to cover all possible problem cases and provided the alternative installation instructions. – CrazyCoder May 31 '18 at 10:14