How to run Specrun using a filter of feature's name
Fragment of Default.srprofile:
<TestAssemblyPaths>
<TestAssemblyPath>smth.dll</TestAssemblyPath>
</TestAssemblyPaths>
<Filter></Filter>
<DeploymentTransformation>
Cmd: SpecRun.exe run Default.srprofile /filter:"features:Feature:FeatureName"
Here example from github:
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 |