Gaurang Shah
Gaurang Shah

Reputation: 12970

cucumber java plugin not working properly in Intelij

I have been using my cucumber project on the Intelij for a very long time and it was working perfect. However, I upgraded the machine and so installed the latest version of Intelij.

I installed the cucumber-java plugin (and gherkins), however it doesn't work properly.

Intelij Version: 2017.3.4 Cucumber-Java Version: 173.4301 Platform; Mac OS

Would someone please let me know what else I need to do to enable full support of cucumber java plugin?

Upvotes: 3

Views: 9370

Answers (5)

Abhishek Pal Singh
Abhishek Pal Singh

Reputation: 1

I had faced a similar issue but on install "cucumber for Java" and "Gauge" plugin resolved this issue.

Upvotes: -2

neonidian
neonidian

Reputation: 1263

Check if you have the Substeps plugin in IntelliJ. If yes, uninstall it since Cucumber for java plugin does not work along with Substeps plugin

Upvotes: 2

Mate Mrše
Mate Mrše

Reputation: 8444

This was fixed in IntelliJ IDEA 2019.2.1. Build #IC-192.6262.58.

Upvotes: 0

raghavreddy
raghavreddy

Reputation: 11

I ran into same problem this might help you fix: Please check if you have ruby plugin also installed, which is needed for step definitions

Upvotes: 1

Manju
Manju

Reputation: 1

Check whether you have Right Plugin, i had this issue , struggled for 2 days..

1) Have - Cucumber for Java

2) Remove (if you have it)- Cucumber (ion)for Java - Both have identical symbol.

Cross Check...

1) once you create .feature it will have right logo..

All the Best

Upvotes: 0

Related Questions