cucumberjs

Cucumber HTML report with Protractor

那年仲夏 提交于 2019-11-29 01:35:32
I am using Protractor with Cucumber (js). I would like to generate report files just like with the Cucumber-JVM version. I have seen examples when using Protractor with Jasmine, but practically nothing with Cucumber. How do you generate reports when using this configuration? The final goal is to publish this report in Jenkins, or anywhere else if they are directly generated in HTML. Thanks! With the latest version of protractor (from version 1.5.0), you can now generate a JSON report. When I asked this question about 7 months ago that feature was not there. All you need to do is add this to