Reporting is a part of test process. Project team need to get a view of execution results after the tests are run.
With codecept providing options for parallel execution with cross browser testing(on browserstack/saucelabs), we need to come up with an aggregated report option embedded built in the current framework
We run tests in multiple chunks hence we have XML outputs generated in the codecept/output folder for each chunk. Is there a way to aggregate all the files into one so that we can have a consolidated report(using Allure or other reporter). Any help would be really great !
I think it’s possible to get it done with Allure but I don’t have experience on my own.
Right now I’m working on ReportPortal integration which is much better designed for aggregating reports. I’m looking for ReportPortal v5 to be launched to present my work.
hi @Sud , how did you get XML outputs generated in the codecept/output folder for each chunk ?
with each command to you run tests?and what you config in codcept.conf ?
thanks