使用黄瓜JVM 1.2.5版本代替HTML报告其生成的report.js文件
//以下是TestRunner的代码
@CucumberOptions(
features = "classpath:features",
glue = {"sfdcsteps", "steps"},
plugin = {
"pretty", "html:target/Test-reports" },
monochrome = true,
tags = {"~@ignore"}
)