如何并行运行我的自动化脚本。我的代码在C#.net中使用 specflow。
我已经改变了我的单元测试提供者如下:
<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>`