SpecRun.exe:从命令行

时间:2017-01-09 12:41:58

标签: testing automated-tests specflow autotest specrun

美好的一天。我有几个.feature文件:

1.feature

2.feature

1.playlist

2.playlist

我可以在visual studio中单独运行它们:

- 调试模式下的任何功能文件

- 使用Test Explorer的任何播放列表。

但是如果我需要从命令行运行其中一个,我该怎么做?

如果我使用SpecRun.exe运行

SpecRun.exe run %profile%.srprofile "/baseFolder:%~dp0\bin\Debug" /log:specrun.log

这将在所有.feature文件中执行所有方案的启动。

1 个答案:

答案 0 :(得分:1)

在这里查看SpecRun.exe的命令行开关http://specflow.org/plus/documentation/SpecFlowPlus-Runner-Command-Line/

您正在寻找/过滤器来将您的执行过滤到单个场景。 其格式如下:http://specflow.org/plus/documentation/SpecFlowPlus-Runner-Profiles/#Filter