Allure3 history persistence in an Azure pipe #3269
Unanswered
andjb
asked this question in
Questions & Support
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, I am serving an Allure3 report in my Azure Dev Ops project pipeline.
I have the report rendering correctly, using the Qameta plugin but have not been able to populate test history.
I am able to persist files between pipeline runs but am not sure how the history is built.
I would assume that history is built from the history file here:

but there is also an allure-hostory.jsonl file in the project.

If anyone has successfully integrated test run history I'd love to know how.
Many thanks
"devDependencies": {
"@axe-core/playwright": "^4.10.2",
"@playwright/test": "^1.56.0",
"@types/node": "^24.7.2",
"allure": "^3.2.0",
"allure-playwright": "^3.4.2"
Beta Was this translation helpful? Give feedback.
All reactions