Description
Reduces Ruby test-suite time by splitting supported test frameworks across parallel workers. It is useful for CI and local development when a large suite is too slow in a single process.
Parallel test runs require isolation. Separate databases, files, ports, environment variables, and random seeds before trusting faster CI results.