Skip to main content

Batch run results

When you run a tag (a group of snapshots), Revsnap executes them as a batch and produces a combined results view.

Screenshot coming soontags-batch-resultsBatch run results page showing multiple snapshot outcomes
Batch runs show pass/fail status for each snapshot in the tag.

Opening batch results

  1. Run a tag from Tags (/tags) or via the CLI with revsnap run --tag <name>.
  2. When the batch completes, open the batch run from Test Runs.
  3. The batch detail page (/runs/batch/[id]) shows results for every snapshot in the tag.

Parallel execution

Revsnap runs up to three snapshots in parallel within a batch, so large tags finish faster than running each snapshot one at a time.

Interpreting batch results

OutcomeMeaning
All passEvery snapshot in the tag matches its baseline
Some failOne or more snapshots have drift: click into individual runs for diffs
ErrorA snapshot could not run (org unhealthy, auth failure, etc.)

CLI parity

The same tag you run from the web UI is addressable from the CLI:

revsnap run --tag pricing-core-baseline

→ See Tags overview and CI/CD integration