One way to use tags is with the cypress-grep plugi...
# cypress-cloud
a
One way to use tags is with the cypress-grep plugin:https://github.com/cypress-io/cypress-grep Another option is switch between multiple configs: - versions < v10: https://docs.cypress.io/api/plugins/configuration-api#Switch-between-multiple-configuration-files - versions v10+: I do not have a first-class example, but you will need to update your config since
cypress/plugins/index.js
is no longer supported