ContributionsMost RecentMost LikesSolutionsUpdate/Customize Cucumber.json I am using Cucumber JVM with JUnit having following plugin options plugin = {"html:target/cucumber" , "json:target/cucumber.json" }, The cucumber.json file is created after the execution is completed and it is used by jenkins reports plugin. How I can add/update meaningful test message along with the assertion stack trace in cucumber.json when any test fails