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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

help to use data table for flutter gherkin testing #281

Open
AliKarimiENT opened this issue Jan 19, 2023 · 2 comments
Open

help to use data table for flutter gherkin testing #281

AliKarimiENT opened this issue Jan 19, 2023 · 2 comments

Comments

@AliKarimiENT
Copy link

Hello
I wanna write a scenario which contains information like this and I don't know how to implement it.
Could you please help me with this馃檹
When user creates a customer with following data by sending 'Create Customer Command'
| FirstName | LastName | Email | PhoneNumber | DateOfBirth | BankAccountNumber |
| John | Doe | john@doe.com | +989121234567 | 01-JAN-2000 | IR000000000000001 |
Then user can lookup all customers and filter by below properties and get "1" records
| FirstName | LastName | Email | PhoneNumber | DateOfBirth | BankAccountNumber |
| John | Doe | john@doe.com | +989121234567 | 01-JAN-2000 | IR000000000000001 |

@AliKarimiENT
Copy link
Author

Actually the implemented codes for gherkins are few and I couldn't find anything for this.

@DiegoVega19
Copy link

Did you resolve your issue? I want to implement something like your example but I can't

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

No branches or pull requests

2 participants