是否可以同时将 Nunit 和 SpecRun 作为 UnitTestProviders。?

Is it possible to have Nunit and SpecRun as UnitTestProviders at one time.?

对于并行测试执行,我需要 "NUnit",但我也喜欢 SpecRun 的报告。 谁能帮我指导如何在 App.config.?

中提及两个 UnitTestProvider

不,不可能同时拥有两个单元测试提供程序。
对于运行并行的Scenarios,也可以使用SpecRun(SpecFlow+Runner)。它比 NUnit 具有更多并行执行的功能。

以下是不同测试线程隔离模式的示例:https://github.com/techtalk/SpecFlow.Plus.Examples/tree/master/TestThreadIsolation


完全披露:我是 SpecFlow 和 SpecFlow+ 的开发者之一。