My requirement is to combine 2 test results to publish an allure report. Basically, our framework needs run 2 exclusive sets of related tests bases on system status as 2 different test runs. These will run from 2 different JVMs. I need to combine the result of these 2 runs to show 1 report.
As allure provides an adapter for testng, I'm wondering if this is possible or where should I start.
Thanks in advance for all the guidance.