Do you support tags with Cypress tests? If yes, how can I give tags to my tests?
Hi Tim,
Yes, we support tags for both builds and tests.
-
For TEST tags:
lambdatest-cypress run -t="Tag1, Tag2, Tag3"
-
For BUILD tags:
lambdatest-cypress run --bt="tag1,tag2,tag3"