Cucumber Undefined Step, Though Defined Using IntelliJ

后端 未结 5 809
慢半拍i
慢半拍i 2020-12-16 22:12

I\'m trying to run a .feature file to test a simple RESTEasy web application: https://github.com/dashorst/jaxrs-quickstart-resteasy.

However, the IntelliJ keeps say

5条回答
  •  执念已碎
    2020-12-16 22:34

    Double check you 'glue' in the Idea (Configuration), in my case I caught such issue while entering incorrect (glue from dependent project not current) glue.

提交回复
热议问题