allure2: Allure 2.6.0 is not able to generate history 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 https://github.com/allure-framework/allure2/issues/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.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 2
- Comments: 19 (4 by maintainers)
I’m not having this issue and am using. Python 3.6, OSX, Allure 2.6.0, behave 1.2.6. cp path/to/allure-reports/history path/to/allure_results/history allure generate path/to/allure_results/ -o path/to/allure-reports/ --clean allure open path/to/allure-reports/
@fescobar @Jiff21 below are the steps i am following.
@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
-R
oncp
and a bit silly but you would have to generate a report before your steps above to have a history to copy.