PublishAllureReport@2 multi-project overview tab fetches pie chart images from external Cloudflare Workers URL, breaking rendering behind VPN #3300
pratikgoyal9
started this conversation in
Ideas & Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using PublishAllureReport@2 with multiple projects, the Azure DevOps Allure tab renders a project overview page. For each project's status thumbnail, the extension tab frontend makes an external HTTP GET request to
https://allurecharts.qameta.workers.dev/With VPN connection:

This request is non-functional in corporate environments with VPN because:
Expected behavior: Pie chart thumbnails render correctly — either as inline SVG or using D3.js (which is already bundled in the report itself) - with no external network dependency.
Actual behavior: Pie chart thumbnails fail to load behind VPN. The request to allurecharts.qameta.workers.dev stays pending.
ADO etension used: https://marketplace.visualstudio.com/items?itemName=qameta.allure-azure-pipelines
Installed version:
2.1.4Beta Was this translation helpful? Give feedback.
All reactions