Undefined step definitions in IntelliJ

后端 未结 9 2625
予麋鹿
予麋鹿 2021-02-18 23:25

I\'m trying to follow this article to match Cucumber specs with step definitions in IntelliJ.

When I press Alt+Enter, I see Inspection \'Undefined Step\' options

9条回答
  •  半阙折子戏
    2021-02-18 23:35

    I had the same issue where all of a sudden my feature to step definition glue was missing. All i did was goto Run->Edit Configurations->and removed the cucumber java configuration and restarted IntelliJ. it worked fine.

提交回复
热议问题