Allure reports to see historic trends

You can integrate your build with Jenkins, where you can use Allure plugin to generate reports.

You have to install it from Manage plugin. Once installed you can configure it to run post build in your job configuration.

This will generate allure reports for each build you run and store it in build number folder. You'll also get the trend tile populating automatically.

For more information you can refer allure documentation here: Allure Jenkins configuration


Process to make Trend and History work:

Before generating the report, copy the history folder from your previous allure-report folder inside your current allure-results folder.

Therefor your new allure-report will have a new history folder that you need to save for the next day, and so on and so forth.