What do we do about detecting generator Scenarios/generator Scenario files? #987
plocket
started this conversation in
Improving clarity
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now we're using a file naming convention. We could theoretically just check if the file has a generator Step in it. It would make excluding the files harder, but I bet we could do it.
Alternatively, keep the file naming convention and add
steps.jsSteps that take care of generator Steps. The Steps could give the author a message that they have named the files incorrectly or accidentally included multiple Scenarios in the file.Beta Was this translation helpful? Give feedback.
All reactions