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

Support for tables in gherkin undocumented #63

Open
SamuelMV opened this issue Sep 22, 2016 · 3 comments
Open

Support for tables in gherkin undocumented #63

SamuelMV opened this issue Sep 22, 2016 · 3 comments

Comments

@SamuelMV
Copy link

Hello, we have started to use white-bread for acceptance tests this week and we have some features (written long time ago) that use tables, for example:

Scenario: Send message to external service
    Given the customer "Joe" that have an account with id "123456"
    When the customer send a message with the following data
        | origin id | destination id | destination name  | title                                   |
        | 123456  | 9789797         | Harry Potter         | Hello from the other side |
    Then the message is sent to the service bus

But it seems that white-bread doesn't support this kind of gherkin, is this correct? Are you planning to add this feature?

Thanks.

@SamuelMV
Copy link
Author

Ok, we have found by chance that there is a table_data in the map with this information. Maybe is something that should be described in the docs or examples. Although we are quite new to Elixir, we'll try to help with this ;-)

@meadsteve
Copy link
Collaborator

@SamuelMV You're right I've somehow completely failed to document this in the readme!

@meadsteve meadsteve changed the title Support for tables in gherkin Support for tables in gherkin undocumented Sep 29, 2016
@pgore
Copy link

pgore commented Oct 25, 2016

@maedsteve would it be possible to have the documentation updated in the near future?

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

No branches or pull requests

3 participants