gkushang / cucumber-html-reporter

Generates Cucumber HTML reports in three different themes
MIT License
234 stars 156 forks source link

Playwright Cucumber `RangeError: Invalid string length` when report is generated #263

Open Meenumohan opened 2 years ago

Meenumohan commented 2 years ago

Hello,

I am using Playwright with Cucumber.js for Regression tests. I have 146 scenarios in the pack and I am attaching screenshots to all steps for QA review. When I run the report, I get the following error:

image

How can I solve this issue?