-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scenario Outline Examples do not work with Table parameters #389
Comments
Thanks for the submission! I'm not entirely sure about it, though. Scenario Outline: ...
When some step
"""
some <var> bla
"""
Examples:
| var |
| 1 | |
Thank you for the answer.
That would make my life a bit easier.=)
Well I could see it being useful. I've tried this approach yesterday too.
Result:
Best regards |
Yeah, well that's not how Step Doc Strings, work (sorry, I was referring to it as text which is wrong) ... You don't have to match the Doc String in the Step Pattern |
This Issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Hello.
I'm trying to get into Radish and found unexpected for me behavior.
I have a scenario with test parameterization via Scenario Outline, like this one:
And this step:
But for some reason values inside of the table are not replaced by values inside of Examples.
Output I received:
From my point of view that's a bug. Could you please provide some information about it? And is there any work around?
The text was updated successfully, but these errors were encountered: