Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd CLI option to list tags defined in tests #957
Labels
Comments
|
Yes, that would be useful indeed and you're welcome to submit a PR. Thanks! |
|
Great, I'll try and squeeze it in tomorrow afternoon |
@gordysc Any news on this ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


We currently have options to execute tests that match specific tags, as well as skip tests that match specific tags. What'd be really handy is to have a 3rd option that'd list the tags defined in the tests. This way testers know if they've mispelled tag names, or accidentally created new tags that focus on the same area. Furthermore it'd allow testers to see at a quick glance the different combinations/parameters they could pass in when executing tests. I'd be happy to submit a pull request implementing this.