How can I add tags to the Cypress tests I'm running?

How can I add tags to the Cypress tests I’m running?

Hi Emma,

You can specify tags for your Cypress tests using the ‘bt’ modifier. For example, you can run your tests with tags like this:

lambdatest-cypress run --bt='tag1,tag2,tag3'