IntelliJ IDEA not recognizing .feature files

前端 未结 8 721
走了就别回头了
走了就别回头了 2021-01-02 07:12

I have installed the cucumber-java and gherkin plugins in IntelliJ IDEA but when I create a .feature file it is not recognized as a feature file. I did restart IntelliJ and

8条回答
  •  轮回少年
    2021-01-02 07:31

    I had a typo in the file name extension. Easy to miss. Verify that the feature file name ends with .feature.

提交回复
热议问题