I'm not sure is that possible but i want get scenario steps like scenario name in karate.info. If it's possible how can do it. Or can you give me an other solution. My objective is create a json result file and i will send this file objects to elastic index. My json schema like this.
[{
"scenarioName" : "",
"description" : "",
"status" : "",
"executionTime" : "",
"environment" : "",
"failStep" : "",
"buildNumber" : "",
"feature" : "",
"scenarioSteps" : "",
"scenarioStartTime" : "",
"scenarioEndTime" : "",
"scenarioDuration" : "",
"projectName" : ""
},
{
The other
}]
Thank you in advance.