cucumber-kotlin
cucumber-kotlin copied to clipboard
Remove warning "unused" on feature classes
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!
