cmpenn's avatar
cmpenn
Contributor
8 days ago
Status:
New Idea

Desktop Testing Parallelization for CI/CD

Right now, when we want to parallelize our desktop tests with TestComplete, we assign tags to various groups, then use GitHub Actions to run the various tags in parallel.

While this works, it's also a very manual process that requires rebalancing test groups by hand.

It would be ideal if there was some way to have TestComplete split groups of tests for running in batches, that I could then feed into our CI/CD Actions.

This could work for non-Desktop tests as well, but I'm focusing on Desktop testing since there is at least some parallelization for web and mobile.

No CommentsBe the first to comment