For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tag Test

Tag a Flow Branch so filters and recipes can include or skip that Test Case.

Tag Test labels the current Flow Branch with a tag. Use it so Run Recipes, Schedules, and CI/CD filters can include smoke tests, skip slow paths, or group journeys without editing every Run by hand.

Tag test Test Step

When to use it

  • Mark smoke, regression, or environment-specific branches.

  • Set Manual Run Mode to Ignore Test Case when a branch should run in CI or Schedules but not when someone starts a Run from the Flow Builder.

  • Place Tag Test early on the branch so the label is obvious when you read the Flow.

See Choose Flow Branch shapes for the join and split patterns, then Build smoke and regression coverage and Run across environments.

Configure

Basics

Field
What to set

Tag

The tag to apply to this Flow Branch

Manual Run Mode

Run Test Case (default) keeps the branch for manual Runs. Ignore Test Case skips it on manual Starts while filters can still select it elsewhere

Advanced

Field
What to set

Status on fail

Pro tip: Keep tag names short and consistent (smoke, staging, checkout) so Recipes and CI withAll filters stay easy to read.

Tags: utility, tag, test, branch

Last updated