Reputation: 190
i did something when was creating new feature file and all feature files changed to simple .file format how can i return it back to gherkin format file?
Thank you
Upvotes: 1
Views: 145
Reputation: 190
I solved this by running CLT + ALT + S in Intellij, then Editor -> File Types and scrolled to the Text and inside I found .feature and deleted it from there.then I scroll up and find the cucumber scenario script and add the *.feature file there
Upvotes: 3