+Merging timings files when running on multiple machines in parallel depends on each CI provider. For example, if you use GitHub Actions, you need to upload each timings file at the end of the test job, then download all artifacts and grab all timings files to merge in a separate job. You can find an example of such workflow in my repository [bahmutov/cypress-workflows](https://github.com/bahmutov/cypress-workflows/blob/main/.github/workflows/split.yml). You can find another example of merging JSON files from downloaded GitHub Actions artifacts in [bahmutov/cypress-visited-urls-example](https://github.com/bahmutov/cypress-visited-urls-example/blob/main/.github/workflows/ci.yml).
0 commit comments