Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

  • I can't see option to run from feature file
  • I can't go to step from feature file
  • it doesn't understand Give/When/Then

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?

like image 589
Gaurang Shah Avatar asked Sep 21 '26 07:09

Gaurang Shah


2 Answers

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

like image 156
neonidian Avatar answered Sep 22 '26 20:09

neonidian


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

like image 33
raghavreddy Avatar answered Sep 22 '26 22:09

raghavreddy