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
I stuck on swift implementation part and unable to write any correct swift code as I can't find any example or documentation. The simple steps without parameters are working as they should but I'm unable to match step implementation with step definition and even pass actual arguments. Everything I found is usual steps without parameters or it's obj-c code. If anyone can help me with step definition in Swift for this particular step I'll be more than happy.
The text was updated successfully, but these errors were encountered:
And then use like this OR use as per your step defination And i type "<username>" into "<username field>" And i type "<password>" into "<password field>"
I have
Then
step in my .feature fileThen I have entered valid <username> and <password>
And also examples provided like:
I stuck on swift implementation part and unable to write any correct swift code as I can't find any example or documentation. The simple steps without parameters are working as they should but I'm unable to match step implementation with step definition and even pass actual arguments. Everything I found is usual steps without parameters or it's obj-c code. If anyone can help me with step definition in Swift for this particular step I'll be more than happy.
The text was updated successfully, but these errors were encountered: