allure-framework / allure2

Allure Report is a flexible, lightweight multi-language test reporting tool. It provides clear graphical reports and allows everyone involved in the development process to extract the maximum of information from the everyday testing process
https://allurereport.org/
Apache License 2.0
4.18k stars 709 forks source link

History doesn't hold more than 5 test run #917

Open DamianAmbrozkiewicz opened 5 years ago

DamianAmbrozkiewicz commented 5 years ago

Describe the bug Test history doesn't hold more than 5 last test runs even history json files contains more data

To Reproduce Steps to reproduce the behavior:

  1. create test
  2. run test around 10 times, each time copy history from previous run to test result folder
  3. after 10 runs go to test
  4. click on History tab
  5. There're only displayed 5 last runs of this test even in history.json I can see 10 results

Expected behavior History should present all test runs which are in history.json

Screenshots

Screen Shot 2019-03-20 at 15 08 48
Allure version 2.9.0
Test framework pytest
Allure adaptor allure-pytest 2.6.1
Generate report using allure2 command 'allure generate' in console
pauravp commented 4 years ago

Hi @DamianAmbrozkiewicz did you get this working somehow ? any workaround ?

DamianAmbrozkiewicz commented 4 years ago

unfortunately I didn't, do you have any solution which might help here?

pauravp commented 4 years ago

Nopes. I haven't looked into it myself yet. I reported it in their gitter chat and it was mentioned as by design for now. May change it someday.