Adding screenshots as artifacts to Azure Pipeline #2421
iceman8420
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found example code to attach screenshots captured during tests run in Azure Pipeline, thought I would share a working example here.
I referenced the base Azure Pipeline example in the seleniumbase.io docs.
Called within my test script:
Then these two tasks in the azure_pipelines.yml to collect the screenshot and attach to the release
Then it will show as an artifact on the pipeline:
Beta Was this translation helpful? Give feedback.
All reactions