Is it possible to make a selection of feature-files that cucumber tests from the commandline? #330
Unanswered
exo-cortex
asked this question in
Q&A
Replies: 1 comment
-
You don't need to look into sources for that. However, if you would like too, here is the piece responsible for that: https://github.com/cucumber-rs/cucumber/blob/v0.20.2/src/parser/basic.rs#L99-L102 Usually, it's enough either to run the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to understand how I can let cucumber "see" only a subset of feature files. Like sending a pattern to cucumber that expands to a certain set of feature-files. Like we can to in the commandline with wildcards etc.
The internal Code of the parser is very complicated to read though. That's why I thought it's better to ask here instead first.
Beta Was this translation helpful? Give feedback.
All reactions