0
如何並行運行我的自動化腳本。我的代碼在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>`