SpecFlow - Find all scenarios from method step and Find all unimplemented steps
问题 New to SpecFlow. When specs project become larger, organizing files and refactoring Given/When/Then string become troublesome. How to find Scenarios in feature file from method step. Sometimes I have a steps shared in a few scenarios and features but from the C# step method view how to 'Find All References' in feature file? How to get all unimplemented scenario steps (font color purple) in all features files so that I can implement the steps. Currently when I Run All tests, no warn about