Can allure server host real time test reports (during test suite execution)? #2926
sudo-naim
started this conversation in
General Discussion
Replies: 2 comments 1 reply
-
Hey there, @sudo-naim! As far as I know, there is still no real-time mode for the allure2 report. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@epszaw is there a PR or branch about it ? I would like to look into the implementation and maybe help out? |
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
-
I use allure report plugin for Jenkins and it works great by opening and reading the reports when the Jenkins job (tests) is finished. However recently I've been having the need to check the reports for some tests during the test suite execution and I believe this is a feature not offered by current allure server (correct me if i'm wrong).
From what I noticed allure server and allure open commands start a static server so there is no way to check the reports during the process of a test suite execution. For example: let's say i'm running a test suite of 50 tests and after 2 or 3 tests are finished I want to be able to open and check the allure report (in real time i guess) while the other tests are still being executed.
Question: Does this (feature) already exist or is it something that can be thought for future implementation ?
My temporary solution: I wrote a shell script that generates and opens the reports every 20 seconds.
Beta Was this translation helpful? Give feedback.
All reactions