[Azure] View the published report before the whole pipeline is complete #2870
Unanswered
hetvart
asked this question in
Questions & Support
Replies: 1 comment 1 reply
-
Hey there! At the first look there is no any other ability to check, that we can retrieve report except the current approach. But, I have an idea to poll the report files until they will be available for downloading. Seems it could work even when the build isn't finished. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is it possible to view the published report if a step running tests and publishing report is complete, without waiting until all the stages in the pipeline are complete?
I have several stages in a pipeline: Deployment in DEV -> Run tests and publish report (DEV) -> Approve prod deployment -> Deployment in PROD -> Run tests and publish report (PROD).
I want to view DEV report before moving (approve stage) to next stage (deploying in PROD) but if I try open "Allure report (DEV)" tab it says "Build is still in progress".
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions