Genetec / azure-devops-extension-publishtestresultscreenshot

Azure DevOps extension used in CI pipeline to upload screenshot in test results report.
https://marketplace.visualstudio.com/items?itemName=Genetec.publish-test-result-screenshot
Apache License 2.0
10 stars 6 forks source link

Custom domain not supported #8

Closed LuisOsv closed 2 months ago

LuisOsv commented 3 years ago

Agent pool: [Private pool] Agent specification: [windows] Context: [ Web] Test result format: [jUnit]

Describe the bug It's not possible to use the task screenshots when using custom domain e.g. https://custom.visualstudio.com instead of https://dev.azure.com

To Reproduce Steps to reproduce the behavior:

  1. Add the task Publish screenshots for test failure to the pipeline
  2. Add custom domain in the Organization field e.g. https://custom.visualstudio.com/{organization}
  3. Run the pipeline image
tyler-j-jackson commented 2 years ago

@LuisOsv What's the output you're seeing? I'm getting the following: ##[error]{"$id":"1","innerException":null,"message":"A potentially dangerous Request.Path value was detected from the client (:).","typeName":"System.Web.HttpException, System.Web","typeKey":"HttpException","errorCode":0,"eventId":0}

kjgen commented 2 months ago

Closing issue because the extension is being deprecated and will no longer be maintained. An alternative solution is to use the Publish Test Result task which now supports file attachments.