...
How Do I Identify Which Tags Will Verify My Changes?
When a change is 100% covered by existing unit tests, there is no need to run specify additional teststags.
When a change is covered by new unit tests, you might need to specify the corresponding Feature Tag.
When a change is not covered by unit tests, you do need to specify the corresponding Feature Tag.
E.g. Middleware applications, high-level flowsfunctional verification, 3rd-party libraries
When a change modifies Functional Tests or the Functional Test Framework, you do need to specify the corresponding Feature Tags and/or specific Test Tags.
List of Frequency Tags
These tags determine when a test runs. Some tests might be ran at multiple frequencies.
...