We need to export the latest run with every step and its attachments in AzureDevOps. It is a 300 Test Cases run/execution report that needs to be approved, as we have many use cases, it is not plausible to go one run by one run and download every attachment step and print it by hand.
I tried exporting TestPlans, the export from Test Plan does not apply in this case as it does not care about the runs steps and its attachments. I do not see a solution with the new AzureDevOps run Page,
Would like to know if I am missing any configuration option or if there is an API or even product to export the data. e.g. Example one of many Runs to save in Report Many
I saw other similar questions but still missing how to export runs reports with its steps and attachment. Image below,
Example of one of the 300 runs to export
Many Thanks
UPDATE: As I do not see any an out of the box solution I am trying to get the information from this API ResultsAPI but I am not able yet to get the ActionResultModel that includes the stepIdentifier. Also problems downloading the attachments.
You have a try with the export option in Test Plans. First you need to create a test plan and add all your manual test cases using query to this test plan.
You can follow the detailed steps of Creating test plans and test suites.
Go to Test plans under Test Plans of your project. Then click the 3 dots beside your test plan and selet Export
Then check the options you to export.
Then you will get an export of all the manual test cases included in this test plan with their steps and attachments.
Hope above helps!