I'm running a manual test on Azure Devops / TFS, and I'm sturggling with attaching files/ screenshots that I would like saved on my computer.
Is there a way to attach multiple screenshots at once? The current attachment window allows only 1 file/ screenshot at a time.
I would really appreciate your help
I am afraid that there is no out-of-box method could meet your requirements.
It only supports uploading one file at a time in Test Runner UI.
Workaround:
You could try to use the Powershell script to run Rest API to achieve it.
Here is the sample:
The powershell script will traverse the file path and upload it to the test result attachment.