-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
Allure 2.6.0 is not able to generate history trends #813
Comments
I'm not having this issue and am using. Python 3.6, OSX, Allure 2.6.0, behave 1.2.6. |
Hi @Jiff21, Thanks for your reply. Now I can see history trends in the allure report by following your commands, I should have specified the results folder when creating the reports. Thanks, |
Hi. I have a similar issue. My dev config: Step by step:
Now, as a result I see the report BUT no history trends there. I need some help here. Thanks |
@ikostan Apologies if this doesn't help, can't debug your exact setup as I'm not on Windows. My instructions are a bit brief above, more detailed instructions can be found here. My instructions above are say missing |
Hi Jiff21. You have nothing to apologies for. I think this is pure Windows (or maybe PowerShell) issue. What I mean by that is that Thanks and have a nice weekend. |
It could be the recursive copy, which is the |
Can someone please help me with this? codeceptjs/CodeceptJS#1706 (comment) |
Is there somewhere that documents this requirement of copying the history folder to the results? I've been trying to get this to work in GitHub Actions and have had no end of trouble getting the trends to show up. This issue is the first I've come across noting that the |
Still seems to be buggy even when copying over that folder. |
Why don't use the latest version |
@fescobar does the latest version automatically save the results now? That would be sweet! |
@cinderblock no. Use Allure docker container if you want that automatically |
@fescobar fair enough. I figured out a different way :) I'm using a git branch as a data store the results and copying the data in ci scripts. My readme automatically gets the latest trends with no services besides what are available on github! :D Check it out: https://github.com/cinderblock/github-action-working-directory#allure-2-test-report |
This does populate the history trend on the first execution. When I execute the same set of steps again,
Has anyone come across a similar problem. |
@praful-transcarent how are you generating the history? Manually? |
@fescobar @Jiff21
|
@fescobar got a chance to look into the above comments ? |
Hi @praful-transcarent https://github.com/fescobar/allure-docker-service#keep-history-and-trends |
Not sure if this is the right place to submit bugs, but I'm having trouble in generating history trends with the latest Allure 2.6.0.
I followed the instructions in this ticket #682 and copied the history folder from ./allure-report to ./allure-results before generating new report, however, after invoking below command, I still can't see the history trends in TREND section.
allure generate -c
Does anyone else have the same issue? I am expecting your solutions on this. Thansk in advance!
BTW, I am using python behave as our test framework, and we're using the plug-in allure formatter convert behave result to allure result.
The text was updated successfully, but these errors were encountered: