I have my playwright automation project available in Azure DevOps
I have added the "Publish Allure Report" task to the pipeline.
The report is being displayed in a separate tab in the pipeline, post-execution
Traces are available for the failed test cases.
If I try to download the traces, it simply opens empty tabs. But no download happens
Used this task:
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"
Used this task:
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.