Skip to content
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

Multiline step arguments (table diffing) #28

Closed
paoloambrosio opened this issue Feb 21, 2011 · 2 comments
Closed

Multiline step arguments (table diffing) #28

paoloambrosio opened this issue Feb 21, 2011 · 2 comments
Labels
Milestone

Comments

@paoloambrosio
Copy link
Member

Implement passing tables to a step as documented in the Diffing tables section.

https://github.com/aslakhellesoy/cucumber/blob/master/legacy_features/wire_protocol_table_diffing.feature

@paoloambrosio
Copy link
Member Author

Table diffing is going to be tricky if requested to Cucumber through the wire protocol, since it would stop the normal execution of a test and resume it later after the server response. I believe it is going to be much easier to implement table diffing in C++.

@muggenhor muggenhor modified the milestones: Backlog, v0.4 Jun 3, 2017
@paoloambrosio
Copy link
Member Author

Reopen if we ever decide to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants