Search code examples
unit-testingautomationallureextentreportsselenium-extent-report

Historical or Extended test history


Will allure provide a historical report of all the tests that have been run over a long period of time? I am open to other options as well. I am looking for a solution to having a bunch of individual test reports. Previously, Extent Reports has been used but would rather to have all the results in a centralized area that is available to all.

Update: we use Selenium, junit, cucumber, and java


Solution

  • Take a look at Klov.

    1. Docs
    2. Demo

    There you have a "Builds" menu where you can see all the reports. I like it because:

    • The testcases are updated in real time after execution
    • I can track progress on different versions

    What I don't like:

    • Screenshots issue
    • Description and Author are not displayed

    Hope it helps!