I have SpecFlow tests in a Visual Studio project and I'd like to get code coverage for those tests.
The thing is that I can't seem to get SpecFlow tests listed in Visual Studio Test Explorer for some reason, which is a prerequisite for running Visual Studio provided code coverage.
Just as a note, all other tests (regular and not SpecFlow) from other test projects are listed in the test explorer.
So, effectively, this question comes to:
How to get SpecFlow tests listed into Visual Studio Test Explorer window?