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"])"
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"])"