Skip to content

Capability

Tags & filtering

A flexible tagging system that lets you slice the same suite a dozen different ways — smoke, regression, MVP, sprint scope, or anything else your team labels work with.

How to use it

  1. 1 Open Tags in the side panel to see every tag in use across your suites.
  2. 2 Click New tag to create one, pick a color, and add a short description.
  3. 3 Apply tags to test cases in bulk: select rows in the test case list and Add tag.
  4. 4 In the runner or dashboard, filter by one or more tags — combine with AND/OR to refine.
  5. 5 Save a filter combination as a view so the next regression cycle is one click.

Use cases

Smoke vs. regression

Tag your 20 critical-path tests as <code>smoke</code>. Run that slice in under 15 minutes before every deploy.

Sprint scope

Tag cases with the sprint key (e.g. <code>S397</code>) so this sprint's work is one filter away from any backlog noise.

Risk-based runs

A <code>P0</code> tag lets you focus a hot-fix sanity sweep on just the highest-risk cases.

Cross-story regressions

Tag related cases from multiple stories with <code>auth-flow</code> to run them together as a logical suite.

Tips

  • Tags are case-insensitive and trimmed automatically.
  • Color-coding helps you spot tag distribution at a glance in the test case list.
  • Tag changes are reflected immediately in the dashboard — no rebuild step.