Is there a command line option to list all the tags in your cucumber test suite?
For example, I would want something like:
cucumber --show-tags foo.feature
That would give me something like:
@ci
@development
@regression
@wip
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For a single file:
You could also find the tags of all features in a directory:
Or even features that are shared with a particular tag:
The output generated for all these is a wiki style table: