Hello,
I am using to updateTestRunStatus XRAY API to update status as either PASSED/FAILED for tests inside test execution
is it designed to only update single test run status? Am I really forced to execute separate api call for every test that i want to update? We have hundreds of tests.
Thank you for any help.
Welcome to the community!
GraphQL would only allow you to update one result at a time, however you can make use of REST API for importing execution results in bulk.
Find more here: Importing Execution Results
Best, Francisco.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.