I am implementing a project for the proof of concept and here is what i am using:
VS 2013,MSTest/Test Explorer, Specflow and specrun
I have created 3 specflow feature files, each having it's own sets of different scenarios. When I run these tests from test explorer i can successfully see all the scenarios in each feature file running one by one and that's absolutely fine.
Next, I want to run all the 3 feature files in parallel. Is there a way to do this? All my feature files are completely independent from each other and have their own different set of scenarios.
I have seen few links that only tells how to run scenarios in parallel by using Default.srprofile but can't find anything on running feature files in parallel.