How can I save testing results in Azure DevOps release pipeline

前端 未结 1 1447
温柔的废话
温柔的废话 2021-01-25 19:04

During the release pipeline I\'m launching Selenium tests. Those tests, in case of fail, make screenshots. I\'m looking for a way to upload them so I could look through them and

相关标签:
1条回答
  • 2021-01-25 19:20

    Here's and old answer I've found useful:

    How do you publish files back to VSTS Release Management as part of a release?

    So if you zip the images and upload them like this, the zipfile appears as a part of logfiles.

    On a sidenote, I think you can explore these for more options:

    https://github.com/microsoft/azure-pipelines-tasks/blob/master/docs/authoring/commands.md

    0 讨论(0)
提交回复
热议问题