If I write an assertion into a method with the annotation "@Test" and inside the method e.g. assertTrue(....) then the entire Xray report is not uploaded. I get this response from Xray-API: "{}".
That's how my logs look like:
[QTAF Xray Plugin] Failed to import test execution: 400 Bad Request: {"error":"There were 2 validation errors when trying to create the test steps."}
[QTAF Xray Plugin] Uploaded test execution. Key is null
I don't receive a key to look into the executions in Xray.
If I write an assertion into a method with the annotation "@Test" and inside the method e.g. assertTrue(....) then the entire Xray report is not uploaded. I get this response from Xray-API: "{}".
That's how my logs look like: [QTAF Xray Plugin] Failed to import test execution: 400 Bad Request: {"error":"There were 2 validation errors when trying to create the test steps."} [QTAF Xray Plugin] Uploaded test execution. Key is null
I don't receive a key to look into the executions in Xray.