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
{{ message }}
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.
I am trying to implement a step which feature file looks like:
Scenario Outline: something something
Given an individual customer with an account
....
Then a warning tile will display the following message:
"""
Lorem ipsum etc etc
Lorem ipsum line 2
"""
Hi all,
I am trying to implement a step which feature file looks like:
Following this documentation https://cucumber.io/docs/gherkin/reference/#doc-strings I assumed this argument is passed just like a Data Table, so I create my step like this:
This step works, but the console.log() results in [ [], null ]
I have looked in a lot of documentations, but I can't find anything that could help me.
Is Doc String supported ? And if so, what is the correct usage?
Thanks!
The text was updated successfully, but these errors were encountered: