flutter_gherkin
flutter_gherkin copied to clipboard
help to use data table for flutter gherkin testing
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 |
Actually the implemented codes for gherkins are few and I couldn't find anything for this.
Did you resolve your issue? I want to implement something like your example but I can't