Cucumber Undefined Step, Though Defined Using IntelliJ

后端 未结 5 836
慢半拍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条回答
  •  猫巷女王i
    2020-12-16 22:35

    Sometimes it happens when there are saved references to the old names of the packages. If the packages have been renamed you should check if there are references to the old names (Cucumber Run/Debug Configurations) and delete them.

    Kind regards

提交回复
热议问题