flutter_gherkin icon indicating copy to clipboard operation
flutter_gherkin copied to clipboard

help to use data table for flutter gherkin testing

Open AliKarimiENT opened this issue 2 years ago • 2 comments

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 | [email protected] | +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 | [email protected] | +989121234567 | 01-JAN-2000 | IR000000000000001 |

AliKarimiENT avatar Jan 19 '23 06:01 AliKarimiENT

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

AliKarimiENT avatar Jan 19 '23 06:01 AliKarimiENT

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

DiegoVega19 avatar Jan 16 '24 17:01 DiegoVega19