-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Description
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.
Reactions are currently unavailable