标签: java junit cucumber cucumber-junit
是否可以将值传递给跑步者类注释。
@RunWith(Cucumber.class) @CucumberOptions(format={"html:output"},features={"src\\Cucumber\\swift.feature"},tags={"@add"})
我想将值传递给" 标记"选项而不是硬编码,即我想从excel文件中读取@add。