Parallel Testing

Testmo supports advanced test automation workflows for parallel testing jobs, which are often used to speed up CI pipelines.

You can use advanced CI/CD automation workflows with parallel testing jobs with Testmo. Testmo can capture the results for each parallel test job as part of a separate thread under a combined test run. You can then view the results of each thread separately as well as the entire test run at once.

The following illustration shows how you would report parallel test jobs with the testmo tool from your CI/CD pipeline:

So in order to integrate with and submit your parallel test jobs to Testmo, you would follow this approach:

With each command, you can also optionally pass additional fields, links and artifacts (see our topic on custom run & thread fields).

Examples for GitHub Actions, GitLab CI/CD, CircleCI and more

Ready to implement the Testmo integration with parallel test jobs in your CI/CD pipeline? We have ready-to-use examples, just see our CI/CD integration page to learn more.

Last updated