Join Discord
Powered by
One way to use tags is with the cypress-grep plugi...
# cypress-cloud
a
adventurous-dream-20049
08/19/2022, 5:40 PM
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
Previous
Next