Test automation sandbox

Give test automation a bounded workspace.

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

One execution model across browser and native runners

Run-scoped isolation

Use an isolated sandbox for the scripted run instead of relying on a long-lived shared build machine.

Control the boundary

A batch can reuse its run sandbox, or use separate-per-test isolation when that option is selected.

Framework-aware output

Capture Playwright artifacts or structured pytest, Jest, Go, Rust/Cargo, and k6 results.

Example

Run the right test without maintaining another runner fleet

Workflow: a scripted run needs bounded execution and captured evidence before release.
Create run sandboxStage self-contained testsRun with timeoutCapture and tear down
sandbox   isolated · run-scoped
budget    bounded hard timeout
runner    playwright
artifacts trace.zip · screenshots · result.json
status     passed · environment ended

Run tests in isolation, not in another silo.

Use the cloud sandbox when you need it and local execution when you do not.