we currently behave framework setup where test result or extra log is sent from behave framework to xRay when test have failed only.
For passed test, I would like to send test detail such as order id when step has passed. At the moment we are only the below two field being sent to Xray. Any idea how we can expand to cover more data ?
"result": {
"duration": 1003381252,
"status": "passed"