I am trying to integrate Junit, Jenkins with Xray such that post automation it has to update the Xray test cases. I have specified the dedicated Test Execution value so that after every execution, same issue needs to be updated with the Xray results. But here after each execution, previous results are been replaced with the newer results.
As in say i have 3 test cases that runs as part of Test Execution type. Post execution, you can see the 3 test cases listed but execution details will be overridden (replaced)
Is there any way to configure so that i can preserve all the test runs that are being executed?