Skip to main content

Tags and batch runs

Pro feature

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>.

Video coming soonRunning a tag batch
Group snapshots and run them all at once.

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

  1. Go to Tags in the sidebar (/tags).
  2. Click Create tag.
  3. Give the tag a name and API-friendly identifier.
  4. Add snapshots to the tag from the tag detail page.
Screenshot coming soontags-listTags dashboard listing created tags
Each tag shows its member snapshots and last batch run status.
Multi-rule configurator snapshots

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.

Batch run results · CI/CD integration