offload
Parallel test execution across local and cloud sandboxes
All Skills in This Repository (3)
Pure Emerald Level Indicatorsoffload-onboard
Onboard a repository to Offload for parallel test execution on Modal.
offload-benchmark
Automate local and Offload benchmarks for mng and sculptor, computing timing metrics and updating the README.
offload
Distribute and execute tests in parallel across local and Modal sandboxes.
Frequently Asked Questions
FAQPage SchemaHow to install Offload?โผ
Run `npx skills add imbue-ai/offload --all -g -y` in your terminal to install all skills in this suite globally.
What does Offload do?โผ
Offload is a parallel test runner that distributes your test suite across multiple sandboxes, either locally or on Modal cloud, cutting test runtimes by up to 6x compared to standard local runs.
Which test frameworks does Offload support?โผ
It supports pytest, cargo nextest, and vitest out of the box, plus any custom test runner through its generic default framework with configurable discovery commands.
How does Offload handle flaky tests?โผ
You can configure per-group retry counts, and any test that passes on retry is flagged as flaky with a distinct exit code so intermittent failures never block your pipeline.
Can I use Offload without a Modal account?โผ
Yes. The local provider runs tests in parallel processes on your own machine, while the Modal provider is only needed for scaling out to remote cloud sandboxes.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core