I am refactoring our BDD tests implemented in SpecFlow. As part of this work, I commented on most of the definitions of steps.
When I run the tests, I am provided with "Determining the appropriate step found for one or more steps." message.
However, I would prefer not to wait for the tests to actually run. Is there a way to get SpecFlow to check for missing step definitions without running tests?
source share