Forum Discussion

RahulS's avatar
RahulS
New Member
4 years ago

Update/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

No RepliesBe the first to reply