I would like to know how can I select a specific test session result in Allure report version 2.27.0. Let me give your more detail on my workflow.
pytest mytest.py --alluredir=allure-results/mytest_<YYYY_MM_DD_HH_MM_SS>
allure generate allure-results/mytest_<YYYY_MM_DD_HH_MM_SS> --clean --output allure-report/mytest_<YYYY_MM_DD_HH_MM_SS>
Let's say that i have a run like:
I do confirm i can see the differents execution in 'trend' graph and last results in Suites and Features by stories for mytest_2024_03_19_10_55_00
Now i would like to focus on past execution like mytest_2024_03_19_08_40_00. How can i do that ? I can go through each specific test case and click on 'history' but this is not what i expect.
Do you have a workaround for my need ? I appreciate your help.
To enable links to previous reports in the history trend, you need to provide executor.json with the reportUrl
property specified.