-
Notifications
You must be signed in to change notification settings - Fork 0
Code-only mode #4
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Activity
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested
Brainstorming for a mode of Brine that doesn't require a feature file to dynamically generate test cases. This would likely require an implementation to mirror cucumber-ruby's
stepmethod that can be used to invoke a step from any step definition closure. However, that method is also expressed in their documentation to generally be bad practice, as it creates an unexpected test flow from the feature file.