对于并行测试执行,我需要“ NUnit”,但我也喜欢SpecRun的报告。 谁能帮助我指导如何在App.config中提及两个UnitTestProviders ??
答案 0 :(得分:0)
否,不可能同时拥有两个单元测试提供者。
若要并行运行方案,还可以使用SpecRun(SpecFlow + Runner)。它比NUnit具有更多的功能可以并行执行。
以下是用于不同测试线程隔离模式的示例:https://github.com/techtalk/SpecFlow.Plus.Examples/tree/master/TestThreadIsolation
完全公开:我是SpecFlow和SpecFlow +的开发商之一。