Skip to main content
This release builds on the previous Grouped Runs launch by adding full Run Config management and multi-config execution workflows across tests, plans, and ad-hoc runs.

Features

A dedicated Run Configs tab is now available in the Runs page to manage reusable execution profiles.
Run Configs tab list view in light mode
  • Named run configs - Save reusable browser and viewport presets with clear names
  • Locale + timezone controls - Configure locale and timezone directly in each config
  • Central management - Create, edit, and archive run configs from one place
Create Run Config form in light mode
Supatest now supports attaching and executing multiple run configs across different run entry points.
  • Test case-level attachments - Attach multiple run configs directly to a test case
  • Test plan-level attachments - Apply run configs across entire scheduled/manual plan runs
  • Ad-hoc run overrides - Select run configs in Create Run for one-off execution
  • Default fallback - If no run config is attached, Supatest uses the system default configuration
Test case settings with multiple run config attachments in light mode
Run history now better represents expanded runtime executions generated from multi-config runs.
  • Grouped runtime rows - Related runtime executions are grouped together for cleaner history
  • Lazy expansion - Expand groups to inspect concrete run entries only when needed
  • Config/browser/viewport context - Each concrete run row shows run config, browser, and viewport details

Improvements

  • Improved run-type icon distinction - Subtle pastel icon tints now differentiate run types in Runs and Grouped Runs tables
  • Cleaner execution documentation - Docs now clearly describe run config precedence and matrix behavior