Taking long time to display report #2504
-
Hi Team, I am using below task in my azure devops pipeline.
As of now we have test result of just 52 test cases, Below is the log of the task: Downloading Allure CLI from https://github.com/allure-framework/allure2/releases/download/2.27.0/allure-2.27.0.tgz It takes log time (3-5 minutes) to display the report. For the first time it even takes more time. I am afraid as we are going to add many test cases and it may take more longer time to display the report. I have tried to generate the report using allure generate --single-file allure-results --clean but the above task does not support the command. I thought of generating the report and publishing it as artifact in the pipeline using PublishBuildArtifacts@1 task. But everytime it generates the report to a random UUID directory. Is there any way to reduce the time it takes to display the report or to publish the index.html file as pipeline artifact so that the report can be opened in seconds. Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The issue is that the report is 447MB, so it takes some time to download and open in the browser. The problem is most likely with excessive amounts of attachments. |
Beta Was this translation helpful? Give feedback.
-
Hi all. I am having the same issue. I tried to run only a few tests in regression suite but still taking 1 - 2 hours to upload the results to Github. |
Beta Was this translation helpful? Give feedback.
The issue is that the report is 447MB, so it takes some time to download and open in the browser. The problem is most likely with excessive amounts of attachments.