Hi there,
I am using following call in UiPath studio.
/odata/TestCaseExecutions?%24filter=TestSetExecutionId%20eq%20{Id}
I am getting following response for all of the testcases inside the specific testset (Id).
according to the swagger documentation I should receive more than shown there. I would need the TestCaseAssertions model. Why isn’t it showing in the response?
Workflow looks like this.
Thanks for your help!