我们可以将值传递给来自excel文件的黄瓜转轮类注释

时间:2017-01-06 06:55:34

标签: java junit cucumber cucumber-junit

是否可以将值传递给跑步者类注释。

@RunWith(Cucumber.class)
@CucumberOptions(format={"html:output"},features={"src\\Cucumber\\swift.feature"},tags={"@add"})

我想将值传递给" 标记"选项而不是硬编码,即我想从excel文件中读取@add。

0 个答案:

没有答案