damianszczepanik / cucumber-reporting

HTML reports for Cucumber
GNU Lesser General Public License v2.1
543 stars 402 forks source link

JSON File Limit #1117

Closed NSsnowCorey closed 9 months ago

NSsnowCorey commented 9 months ago

When a json file beng passed to the library to build the html file is large, an error is being thrown. The error is: "is not a valid Cucumber report! String length (20054016) exceeds the maximum length (20000000) (through reference chain: java.lang.Object[][0]->net.masterthought.cucumber.json.Feature["elements"]->java.lang.Object[][3]->net.masterthought.cucumber.json.Element["steps"]->java.lang.Object[][2]->net.masterthought.cucumber.json.Step["doc_string"]->net.masterthought.cucumber.json.DocString["value"])"

damianszczepanik commented 9 months ago

Duplicate of https://github.com/jenkinsci/cucumber-reports-plugin/issues/449