You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, can you please guide me, how to use steps definitions with Data Tables in swift?
I can see example in Objective-C Given(@"the following accounts exist", ^(NSArray<NSString *> *args, NSDictionary *userInfo) { NSArray * rows = userInfo[@"DataTable"]; });
but how to do the same in Swift?
The text was updated successfully, but these errors were encountered:
Hello, can you please guide me, how to use steps definitions with Data Tables in swift?
I can see example in Objective-C
Given(@"the following accounts exist", ^(NSArray<NSString *> *args, NSDictionary *userInfo) { NSArray * rows = userInfo[@"DataTable"]; });
but how to do the same in Swift?
The text was updated successfully, but these errors were encountered: