Tags
Tags allow selective execution and classification.
Workflow context
Section titled “Workflow context”Tags matter most during run creation, but they also make suites and cases easier to organize long before execution.
You can create tags ahead of time from the Tags screen, or create/select tags from the test case form while authoring a case. The standalone screen is still useful when you want to prepare reusable labels for run scope, priority, ownership, or feature area.
Do this
Section titled “Do this”Use this path when preparing tags ahead of time:
- Go to
Tags -> Create. - Set
Name. - Set
Tag Expression(example:@smoke). - Save.
During test case creation, use the tag control in the test case form to add existing tags or create new ones without leaving the creation flow.
Minimal example
Section titled “Minimal example”@smoke@regression@auth@critical
What good looks like
Section titled “What good looks like”- Attached to test cases and test suites.
- Used in test-run creation when selection mode is
By Tags. - Separate scope tags (
@checkout) from priority tags (@p1).