-
-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Realtime report #691
Comments
Our team are working towards realtime reporting feature: new files will be processed and displayed in the existing report as soon as they stored into results directory. Is this hits your needs? |
Awesome. That is what I need. |
@baev any news about real time reporting in allure 2? |
we have a prototype of realtime reporting in Allure 3, but it is not ready for production use yet |
Any update on RealTime reporting? |
Hi, how can I get into the beta of Allure3 for realtime reporting feature? |
@baev Is Allure 3 beta available ? please let us know the timeline. Thank you! |
Currently realtime reporting feature available in our enterprise solution (you can find information at https://qameta.io/ ). I would not expect it in open source edition any time soon |
@baev Hi, what if we just need the real time part and don't currently feel the need for the rest of allure enterprise’s awesome features. Is there a cheaper alternative? We love this solution and we think that it would be perfect for us if it just got real time reporting. |
This docker container update automatically the report when detects new results |
@fescobar Thank you for the response. I did try it out and it was one of the first things I did but I found it a bit unreliable and allure python behave version and the webserver Literally hanged and had a lag between every time the server was refreshed within the container. I was thinking of coming up with a solution Of bringing a new server up and taking the old server down after that and just reverse proxying with a mechanism like nginx every time but I think this is also inefficient |
It would be almost like a dream come true if Allure supported it out of the box |
Any updates here? |
Meanwhile, Allure TestOps provides a real-time reporting feature out of the box. No test code modification is needed. |
I'm submitting a ...
What is the current behavior?
Not reload new report when refresh browser and after run a test. If I want to see new report, I have to re-run
allure serve
What is the expected behavior?
Update report page with the latest report data
Allure version: 2.4.1
The text was updated successfully, but these errors were encountered: