-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data tables support #12
Comments
Data tables can be interpreted as simple arrays through `Cucumber.Ast.DataTable.raw()`.
Dear jbpros, have there been additions to the data tables' functionality, for example added methods like diff!, map_column!, map_headers, etc ? |
No, nothing was added to table objects. Do you have specific needs? |
actually, I was following the "The Cucumber Book" to learn cucumber, and came across many basic examples which are yet to be implemented in the js version, Seeing that the last update was about an year ago, I assumed new functionality may have been added. So I asked you this. If I come across some specific need wrt cukes.js, i'll add the issues here. Cheers. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Add support for data tables.
https://github.com/cucumber/cucumber/wiki/multiline-step-arguments
The text was updated successfully, but these errors were encountered: