I need to update the test case execution status ("Pass" or "Fail") once the test case is executed. This needs to be done through pytest execution. I looked into a couple of resources but I don't get any way to update the Test Case execution status like "Pass" or "Fail" through API. Along with that, I can get the execution detail with Execution ID but there is no reference found using I can get execution details of a Test Case by Test Case ID.
Please guide me here.