Offload is a Rust-based parallel test runner that distributes test execution across up to 200 isolated cloud sandboxes to accelerate test suite runtime.
It supports multiple test frameworks including pytest and cargo test, with pluggable execution providers for local or remote environments like Modal. The tool achieved up to 6x speedup on browser-based integration tests while maintaining automatic retry capabilities and flaky test detection via JUnit XML reporting.