I am running behat tests using https://github.com/paratestphp/paratest , and using Jenkins xUnit plugin, but the results are getting overwritten. Is there an alternate way to run behat tests in parallel and displaying the results in Jenkins?
Thanks
I am running behat tests using https://github.com/paratestphp/paratest , and using Jenkins xUnit plugin, but the results are getting overwritten. Is there an alternate way to run behat tests in parallel and displaying the results in Jenkins?
Thanks
Does paratest give you a way to specify the report output path? Jenkins junit step should take multiple paths. So ideally each parallel would output to a separate directory and then the junit step would combine them into a report.