IntelliJ with cucumber (java) and step definition location

后端 未结 6 1995
故里飘歌
故里飘歌 2020-12-09 06:02

Ok, so I\'m working on a project using IntelliJ and trying to take advantage of its cucumber functionality. I\'ve not worked with the java flavour of cucumber, but IntelliJ

6条回答
  •  粉色の甜心
    2020-12-09 06:40

    I go in EditConfiguration, Glue section and i put the path from the package above and the package where is your class for steps, ex: CucumberFramework.stepsDefinitions

提交回复
热议问题