You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given I have installed the Specflow Plugin
And I have a feature file which has no matching step definition in any project
And I go into Rider's Inspection Severity and change the Undefined step as "Warning" not "Error"
When I load the Solution in Rider
Then There should be only warnings for undefined step definitions in my feature file
I may have missed something in the documentation here, but we have a repo with 800+ undefined steps in 70 files, it would be amazing to be able to configure the severity of "Undefined step" to "Warning" instead of "Error" so that we can see real compilation errors in real-time without having to filter out Feature files.
The text was updated successfully, but these errors were encountered:
I may have missed something in the documentation here, but we have a repo with 800+ undefined steps in 70 files, it would be amazing to be able to configure the severity of "Undefined step" to "Warning" instead of "Error" so that we can see real compilation errors in real-time without having to filter out Feature files.
The text was updated successfully, but these errors were encountered: