cucumber-kotlin icon indicating copy to clipboard operation
cucumber-kotlin copied to clipboard

Remove warning "unused" on feature classes

Open jactor-rises opened this issue 4 years ago • 0 comments

I am using io.cucumber.java8.No to manage my scenarios from feature files.

Even though the steps of these scenarios are picked up (code completion is working and running features are functioning), the feature class itself is getting the warning: "unused"

This is a warning/inspection that is wrong and annoying to say the least. Please remove it!

Screenshot 2021-08-21 at 11 52 48

jactor-rises avatar Aug 21 '21 09:08 jactor-rises