-
Notifications
You must be signed in to change notification settings - Fork 71
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 doesn't work inside a Rule scope #86
Comments
Closing in favour of #64. |
Right, then it's a slightly different issue. Will reopen. 😄 Seemingly, the next obvious step to fix this issue then is to replicate the logic under the rule handling part of the code. |
bbqsrc
changed the title
Scenario outline doesn't work
Scenario outline doesn't work inside a Rule scope
Nov 10, 2020
Fixed in #128 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to make an secnario outline - it didn't work. I'm not sure whether this is relevant, but it resides inside a
Rule
. Looking at the matches I seems to just put the placeholder<name of a col in the Examples table>
instead of a value from the regarding table. How is this supposed to work?This is a minimal example to reproduce the issue:
Feature
Step Definition
Output
Changing the
(\d+)
to(.+)
reveals:Output
The placeholder rate of rage is not replaced by an actual number from the table.
The text was updated successfully, but these errors were encountered: