allure-framework / allure-maven

Maven plugin generating Allure report from test results
Apache License 2.0
94 stars 54 forks source link

Is it possible to merge multiple allure results into one report #308

Closed hunterabhi212223 closed 3 months ago

hunterabhi212223 commented 3 months ago

Currently i am running one cucumber file and storing json files into allure-results. By using cmd allure serve i am seeing the report

Now i added another runner file. First runner will execute entire suite, if it founds any failure it will create a text file and it will store the details of failure. with the help of second runner i am rerunning only failed one

when i execute first runner it is creating json files and storing in allure0results folder. when i run second runner it is deleting old one and craeting new one where i can see only failed details

is there any way in allure, it will merge both first and second json and give one report