I added some cucumber dependencies to my pom.xml
file and tried to create .feature
file from TEST package but when I do that, it says ".feature is not associated with any file type". I went through the file types and there's no type that'd be assosiated with cucumber. Any ideas why? Thanks
Asked
Active
Viewed 321 times
0

rooddah
- 21
- 6
-
1Do you have "Cucumber" plugin installed/enabled? – y.bedrov Apr 20 '20 at 11:09
-
No, I didn't have it. Now it works. I was not aware it has to be installed, I thought it's only dependencies... Thank you! – rooddah Apr 20 '20 at 11:40