Allure 2.6.0 is not able to generate history trends
See original GitHub issueNot 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.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:13 (2 by maintainers)
Top Results From Across the Web
Allure Framework
Allure Framework is a flexible lightweight multi-language test report tool that not only shows a very concise representation of what have ...
Read more >allure-framework/allure-core - Gitter
Hello, I am trying to use PlayWright with Allure and I am unable to get historical data and trends to appear. I have...
Read more >shelex/cypress-allure-plugin/README.md - UNPKG
3, > Plugin for integrating allure reporter in Cypress with support of Allure API. 4. 5 ![Build][gh-image]. 6, [![Downloads][downloads-image]][npm-url].
Read more >Generating allure report using pytest - python - Stack Overflow
But I am not able to generate any XML's. When I execute the py file using py.test sample.py, it did create pycache dir....
Read more >How To Show Historical Trend In Allure Report - ADocLib
This did not resolve the issue has anyone else come across this? using phpunit adapter and successfully able to generate reports with history...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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/
@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.