Hi
My name is Mehrdad and I have a question about Cypress Cucumber Tagging
I'm trying to run a specific script by using tags. I used this command npx cypress run --env tags=@e2e, but it runs all scripts. How may I be able to run a specific script?
I would very much use tags
Is there anybody who may be able to help me with that?