Hi, I'm currently trying to modify individual steps of a test execution in XRAY using the XRAY REST API v2.0. I got my script working for executions with multiple iterations, but when trying to do a post request on a single iteration test execution, I get an error.
My end point is testrun/*execution_id*/step/*step_id*. I get the error:
Can not perform this operation, because the Test Run has iterations. Please use another endpoint for it.
This test run has no iterations, but I tried to find endpoints using a format below:
testrun/*execution_id*/iteration/*execution_id*/step/*step_id*
Haven't had any success. Thanks for the help in advance.
Hello,
I have the same issue. It appears that the system still creates an iteration_id even with a single row in the dataset (I found this through brute-forcing), but I have no way to find it with the API.
Did you solve your issue by any chance?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.