Как запустить фичу по названию через Specrun, не используя теги?

Всем привет!

Как в Specrun запустить отдельную фичи по названиию, не используя теги?

Нашел такую возможность, но пока не совсем ясно как запустить через cmd.

Scenario: Should be able to filter for feature
Given the filter is configured to ‘testpath:Feature:Feature_1’
When I execute the tests
Then the execution summary should contain
| Total |
| 3 |

Фрагмент *.srprofile:

<TestAssemblyPaths>
   <TestAssemblyPath>smth.dll</TestAssemblyPath>
 </TestAssemblyPaths>
   <Filter></Filter>
 <DeploymentTransformation>

Cmd:
SpecRun.exe run Default.srprofile /filter:“features:Feature:FeatureName”

Нашел решение:
SpecRun.exe run Default.srprofile /filter:testpath:Feature:FeatureName