【发布时间】:2021-07-28 05:33:45
【问题描述】:
我想通过命令行从一组 200 个测试中运行 5 个测试。该框架使用 Selenium 和 nunit,并基于 c# 构建。 在网上寻找解决方案后,我认为 /run 可以解决我的问题,但它说参数无效。有人可以指导我通过 nunit selenium 的命令行从套件中仅运行少数测试的参数是什么?
【问题讨论】:
-
docs.nunit.org/2.6.4/consoleCommandLine.html
nunit-console assembly1.dll assembly2.dll assembly3.dll
标签: selenium nunit nunit-3.0 nunit-console