VSTS Test Filter Criteria for SpecFlow tests

If your specflow scenarios have tags (for example @navigation) and you have a Visual Studio Test task in VSTS, then you can selectively run only tests with a certain tag by completing the Test Filter Criteria setting in the Visual Studio Test task:

For example:

TestCategory=navigation

will run only those tests with the “navigation” tag.