Skip to content

Tags

Tags allow selective execution and classification.

Tags matter most during run creation, but they also make suites and cases easier to organize long before execution.

  1. Go to Tags -> Create.
  2. Set Name.
  3. Set Tag Expression (example: @smoke).
  4. Save.
  • @smoke
  • @regression
  • @auth
  • @critical
  • 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).