Question
Explain Cucumber Tags
Answer
Cucumber tags are used to organize scenarios in your feature file. You can have as many tags as you like before a scenario or feature. @ is used to represent tags. Example: @regression, @sprint5, @EndtoEnd Tags are used to
Group scenarios
Ignore scenarios from execution
Logically group (OR & AND