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
Opening batch results
- Run a tag from Tags (
/tags) or via the CLI withrevsnap run --tag <name>. - When the batch completes, open the batch run from Test Runs.
- 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
| Outcome | Meaning |
|---|---|
| All pass | Every snapshot in the tag matches its baseline |
| Some fail | One or more snapshots have drift: click into individual runs for diffs |
| Error | A 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