Hari Ram

Results 3 comments of Hari Ram
trafficstars

Any workaround for this issue ? Not able to attach base 64 screenshots to cucumber reports. io.cucumber - 6.9.1 Report - net.masterthought cucumber-reporting -5.6.1 Language -- Java Example : final...

> You can, and should, attach a byte array. Use `OutputType.BYTES`. Attaching as Byte array is working , how to attach a screenshot which is encoded into base 64 ,...

> fwiw in cucumber-js we [handled it like this](https://github.com/cucumber/cucumber-js/blob/main/docs/support_files/attachments.md): > > > If you've already got a base64-encoded string, you can prefix your mime type with base64: to indicate this:...