如何在黄瓜 - 量角器框架工作中更改默认的html报告页脚文本

时间:2018-04-23 13:26:17

标签: protractor

我使用量角器52.2,黄瓜3.2和量角器多重黄瓜-html-reporter-plugin 1.4.0进行报告生成。我关注this。在我的配置文件中,我添加了

plugins: [{
    package: require.resolve('protractor-multiple-cucumber-html-reporter-plugin'),
    options:{
        automaticallyGenerateReport: true,  
        pageFooter: "newfooter" ,   
    }
}]

但是报告仍然显示默认的页脚文本。如何将页脚文本更改为新值。提前感谢。

1 个答案:

答案 0 :(得分:0)

您需要根据更改日志将protractor-multiple-cucumber-html-reporter-plugin升级到1.7.01.4.0不支持。

enter image description here

您可以从here

找到更改日志