Skip to content

Support for tables in gherkin undocumented #63

@onetroll

Description

@onetroll

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions