I use Serenity Junit archetype and I want to send back the results and update tests in XRAY.
Junit has very limited support, it can't be used at all for data driven tests and the test is mapped to a Generic test which doesn't have steps and datasets. Therefore I have to use XRAY JSON format to submit all the info I need.
The testcases are created manually in XRAY, they are of type "Manual". Using this format I can update correctly both all the iterations and all the steps. The problem is that Serenity JSON report even though it has a lot of info, it doesn't have everything that XRAY needs to correctly update the ticket.
I tried to omit adding in the JSON file "steps" object since they are already created in XRAY but omitting the field will delete the steps in XRAY too.
A nice thing would be to have in Serenity a custom report, ready to be updated in XRAY. Also XRAY should give the possibility to update only some fields without deleting what was omitted.
Did anybody try to submit the results from Serenity Junit to XRAY via XRAY own JSON format?
Thanks in advance