How do I apply tags to my Cypress tests?

How do I apply tags to my Cypress tests?

Hey Ana,

Applying tags to your Cypress tests is very easy.

You can use the 'bt' modifier to specify the build tags.

For example: lambdatest-cypress run --bt="tag1,tag2,tag3"