我正在尝试从maven命令设置黄瓜标签(通过命令行maven命令)。我使用Junit runner和cucumber选项来指定运行并指定黄瓜选项(格式,功能......)。在maven调用我的Junit运行器之前,如何将标签设置为黄瓜选项。
代码段:
Junit Runner
@RunWith(Cucumber.class)@CucumberOptions(features = {" src / test / resources / Features"},glue =" com.xxxxx.stepDefinition",// tags = {" @ run123"},格式= {"漂亮"," html:target / site / cucumber-pretty"," json:target / cucumber.json"})
公共类RunTest {
}
答案 0 :(得分:0)
mvn clean
MVN验证“ -Dcucumber.options =-tags @ run123”
在项目目录中运行此命令时应做的工作