I am trying to run tests using SpecRun. I would like to run them using the .feature file, but so far I have not succeeded :(
I am using this as a filter:
/filter:testpath:Feature:FeatureFile.feature
but no tests are run.
How can I do to specify a .feature file in SpecRun?
Thanks