Tags

Tags are custom labels you add to your tests to help filter and organize your tests.

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.

Adding/Removing Test Tags

  1. On the Tests listing page, click on the options icon of a test

  2. Click on 'Tags' from the popup menu

  3. 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.

  4. Once you have added all your desired tags, click on the 'Save' button.

Filter tests by tag

To get test cases based on the tags assigned to them:

  1. Go to the test listing page

  2. Click on the 'Filters' button

  3. 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.

Last updated