Replies: 1 comment 1 reply
-
There is currently no implementation for that. You could create a function to read and parse your csv and add a step that calls the function - but hiding examples to an external file contradicts the original goal of having gherkin files- since they wont have a full meaning with the examples hiding in an external file. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello all,
I would like to know if Godog has a built-in feature or a way to use data from a CSV file in Scenario Outline. I want to be able to test scenarios with different combinations of data taken from a CSV file.
Beta Was this translation helpful? Give feedback.
All reactions