【发布时间】:2018-12-24 11:33:05
【问题描述】:
谁能帮我重新运行空手道中失败的功能。以下是用于并行的黄瓜选项和跑步者测试-
@CucumberOptions(features = "classpath:features/xxxxx/crud_api",
format = {"pretty", "html:target/cucumber","json:target/cucumber/report.json", "rerun:target/rerun/rerun.txt" })
@Test
public void test() throws IOException {
Results results = KarateRunnerTest.parallel(getClass(), threadCount, karateOutputPath);
assertTrue("there are scenario failures", results.getFailCount() == 0);
}
【问题讨论】:
-
是的@PeterThomas,接受了这些。
标签: karate