How I can run my automation scripts parallel. My code is in C#.net using specflow.
I have changed my unit test provider as below:
<specFlow>
<!--<unitTestProvider name="MsTest.2010" />-->
<unitTestProvider name="SpecRun" />
<plugins>
<add name="SpecRun" />
</plugins>
<!-- For additional details on SpecFlow configuration options see http://go.specflow.org/doc-config -->
</specFlow>`