mclay / azure-pipeline-allure-report

Other
5 stars 4 forks source link

Unable to download traces from Azure Devops pipeline #14

Open dreams-oneindia opened 10 months ago

dreams-oneindia commented 10 months ago
  1. I have my playwright automation project available in Azure DevOps
  2. I have added the "Publish Allure Report" task to the pipeline.
  3. The report is being displayed in a separate tab in the pipeline, post-execution
  4. Traces are available for the failed test cases.
  5. If I try to download the traces, it simply opens empty tabs. But no download happens

Used this task: image

If I try to download it in Windows: Office Chrome account -> opens 3 tabs with URL text "about:blank" Personal Chrome account -> opens 1 tab with URL text "about:blank"

If I try to download it in Mac: Opens 1 tab with URL text "https://michaelclay.gallerycdn.vsassets.io/extensions/michaelclay/azure-pipelines-allure-report-viewer/1.0.21/1677573881498/dist/tabContent.html"

However, neither anything is visible on any of the opened tabs, nor the traces get downloaded.