Tags and batch runs
Tags require a Pro plan or above. Free workspaces see an upgrade prompt on the Tags page.
Group snapshots into CI-addressable batches. Run a tag from the web or via revsnap run --tag <ApiName>.
What is a tag?
A tag is a named group of snapshots. Instead of running each snapshot individually, you run the entire tag as a batch: one action replaces dozens of one-off run clicks.
Tags are useful for:
- Pricing surfaces: all quotes for a product line
- Release trains: snapshots tied to a specific deployment
- CI matrices: the same tag name in your pipeline and the web UI
Create a tag
- Go to Tags in the sidebar (
/tags). - Click Create tag.
- Give the tag a name and API-friendly identifier.
- Add snapshots to the tag from the tag detail page.
A multi-rule configurator snapshot is added to a tag as a single member, and shows as a single entry in Test Runs. When the tag batch runs, it occupies one slot: its own rules run one at a time, while the tag's other snapshots run in parallel around it.
Run a tag
From the tag detail page, click Run batch. Revsnap executes all member snapshots (up to three in parallel) and produces a combined result.
From the CLI:
revsnap run --tag pricing-core-baseline
Tag limits
Your plan sets a tag limit for the workspace. Check usage on the billing page.