question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allure 2.6.0 is not able to generate history trends

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

19reactions
Jiff21commented, Jul 19, 2018

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/

1reaction
Jiff21commented, Aug 18, 2019

@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 on cp and a bit silly but you would have to generate a report before your steps above to have a history to copy.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found