Tags
Tags are custom labels you add to your tests to help filter and organize your tests.
Last updated
Tags are custom labels you add to your tests to help filter and organize your tests.
Last updated
When you label tests with tags, you are categorizing them based on certain shared similarities even if they don't necessarily belong in the same folder/suites.
A test case can have multiple tags, you can apply these tags as filter when searching for test cases.
For example, you can add a Critical
label tag to tests that must run in your pipeline.
On the Tests listing page, click on the options icon of a test
Click on 'Tags' from the popup menu
From the appearing modal, type in your desired tag/label name, and press Enter on your keyboard. You can also select from the list of existing tags.
Once you have added all your desired tags, click on the 'Save' button.
To get test cases based on the tags assigned to them:
Go to the test listing page
Click on the 'Filters' button
On the Filters modal, click on the 'Filter by Tags' dropdown, then select the tags you want to apply to your filter
Only tests assigned to the selected tags will be displayed, irrespective of the folder they are contained within.