WasiqB / multiple-cucumber-html-reporter

Generate beautiful Cucumber HTML reports
https://github.com/WasiqB/multiple-cucumber-html-reporter/blob/main/README.md
MIT License
250 stars 119 forks source link

Screenshots are not getting attached to html report #332

Open Sweetie7 opened 6 months ago

Sweetie7 commented 6 months ago

Node.js version: [21.7.3] NPM version: [10.5.0] webdriver.io version: [8.35.1] @wdio/cucumber-framework version: [8.35.0] wdio-cucumberjs-json-reporter version: [5.2.1] multiple-cucumber-html-reporter: [3.6.2],

I have configured in my webdriverio framework to create json file using wdio-cucumberjs-json-reporter, and then I am creating using the same json file html report using multiple-cucumber-html-reporter. I have added in Steps to capture screenshot using browser.saveScreenshot(), but this screenshots are not getting attached to html report.

KimberlingYarihuaman commented 1 month ago

Hi! I´ve had the same issue and I haven´t been able to solved it.