Closed
Description
In dealing with batch testing, it made sense to create a helper that could run tests on many orgs at once.
However, this doesn't need to be part of the Commander repo, and should be in its own repo.
Additionally, rather than running commands from the CLI using Gradle, it should be using Docker instead, with the batch config pulling from the latest source and building an image or, better yet, just pulling from the Commander image that gets built when code is merged.