Hi Team,
I have test cases in Azure Test Plan and these get executed as per schedule in the Self Hosted Agent.
Now I want the results of these test cases to be updated in the Test Plan.
Can someone help me out on this?
Thanks,
Sekhar
Hi Team,
I have test cases in Azure Test Plan and these get executed as per schedule in the Self Hosted Agent.
Now I want the results of these test cases to be updated in the Test Plan.
Can someone help me out on this?
Thanks,
Sekhar
Hi Sekhar,
At the most simple level you would probably want to configure the Azure Test Plan to capture the return data from Robot Framework, the 3 things you’d want to capture from the robot command line are:
Sorry, I am not familiar with Azure Test Plan so I don’t know how to configure them.
Dave.
Last time i checked, Azure supported JUnit reports that RF can generate. In the past thought, RF’s junit format hasn’t been so great and in some cases i had to resort to 3rd party RF listener…