Labels is a great feature that allows to easily organize tests and then include them in your CI/CD process.
You can add multiple labels to each test flow by clicking on Labels or select a few test flows and click the labels icon.
When running a test suite or test plan via the CLI, you can select to run flows that are assigned to a specific label by using the --labels command line option:
1
// Note, you can provide multiple labels separated by commas.