Отчет не создается с именем, указанным в 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"