Duplicate report links and rendering issues on rerun of test stage in Azure DevOps pipeline #2972
Unanswered
waleedKhalidCalrom
asked this question in
Bug Reports
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.
-
Hi team,
We're using the Allure Report Extension for Azure DevOps in our CI/CD pipeline. The report is generated correctly when the entire pipeline runs successfully.
However, we've noticed a consistent issue when rerunning only the test stage (e.g., due to test failures). The rerun causes duplicate report links to appear, and some of the Allure reports fail to render properly. It seems the extension does not handle reruns gracefully, possibly due to naming or ID conflicts between the original and rerun stages.
Steps to reproduce:
Run the full pipeline with Allure reporting enabled.
Let the test stage fail.
Rerun the failed test stage only.
Observe that Allure report links are duplicated.
Open the new report links – some fail to load or render correctly.
Expected behavior:
Reports should render properly after reruns.
Duplicate report links should be avoided or clearly handled.
Environment:
Azure DevOps Pipeline (YAML)
Beta Was this translation helpful? Give feedback.
All reactions