【发布时间】:2017-12-27 00:25:27
【问题描述】:
我需要使用 Nunit 3.6 控制台运行我的 Speflow 功能文件。只需要知道如何运行特定功能?由于不再支持fixure,所以只需要知道还可以使用什么?试过 --test = 但没有运气。
我在命令行下试过
%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe "C:\jenkins\workspace\Nunit_ME_Test\Automation\Automation.csproj"
C:\nunit\nunit3.7.0\nunit3-console.exe C:\jenkins\workspace\Nunit_ME_Test\Automation\bin\Debug\Automation.dll --test=ME_NTJ_Include
我使用了-test=ME_NTJ_Include,其中“ME_NTJ_Include”是功能文件。我确定有些地方不对劲,谁能帮忙解决这个问题。
谢谢
【问题讨论】:
标签: c# nunit specflow nunit-console