How do I merge the JUnit reports generated after running the Cypress automation tests on LambdaTest?
How do I merge the JUnit reports generated after running the Cypress automation tests on LambdaTest?
Hi Brett M,
You can run the below command to merge the JUnit reports:
junitparser merge --glob "lambdatest-artefacts\e7932d3d-d74f-4b08-add0-73b489fd55e4\Chrome\110.0\**\reports\my-test-*.xml" "reports/junit-report.xml"