无法更新量角器多黄瓜html报告程序中的报告名称



报告不是用config.js 中提到的名称生成的

我已经更新了报告名为的插件的选项

Config.js
plugins: [{
package: require.resolve('protractor-multiple-cucumber-html-reporter-plugin'),
options:{
automaticallyGenerateReport: true,
removeExistingJsonReportFile: true,
reportName : "Test",
reportPath:  "C:/Cucmber/reports" 
}
}

我希望生成名为"Test.html"的报告,但报告名称为"index.html">

automaticallyGenerateReport设置为fasle

希望它能帮助你

最新更新