Run-scoped isolation
Use an isolated sandbox for the scripted run instead of relying on a long-lived shared build machine.
Test automation sandbox
QualityMax executes workflows in isolated, bounded cloud sandboxes. A scripted batch can reuse its run-scoped sandbox; separate-per-test isolation is available when selected. Results and artifacts are captured before the environment ends.
Isolation for mixed stacks
Use an isolated sandbox for the scripted run instead of relying on a long-lived shared build machine.
A batch can reuse its run sandbox, or use separate-per-test isolation when that option is selected.
Capture Playwright artifacts or structured pytest, Jest, Go, Rust/Cargo, and k6 results.
Example
sandbox isolated · run-scoped
budget bounded hard timeout
runner playwright
artifacts trace.zip · screenshots · result.json
status passed · environment endedUse the cloud sandbox when you need it and local execution when you do not.