Kavita Kulkarni
Kavita Kulkarni

Reputation: 411

unable to see cucumber with java in plugins of IntelliJ IDEA

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.

Upvotes: 3

Views: 5471

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402591

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.

Upvotes: 2

Related Questions