-
Notifications
You must be signed in to change notification settings - Fork 1
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
Background outline #2
base: master
Are you sure you want to change the base?
Conversation
8c78963
to
8890611
Compare
8890611
to
7505014
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
tests/Behat/Gherkin/Fixtures/features/background_with_outline_multi.feature
Outdated
Show resolved
Hide resolved
09ffcd4
to
f85b54c
Compare
@dpakach we also need to think about the other PR Behat#161 that allows multiple examples tables with different tags. It should be possible to have multiple example tables in the background section, each having different tags. Maybe make another demonstration PR, cherry-pick the code from Behat#161 then cherry-pick the code from this PR and make whatever adjustments are needed for the combination of both features. Then we will know that all is well. |
af46846
to
9247289
Compare
Add Support for Outline table in Background.
The Example table provided in the background will be used in all the Scenario outline in that feature unless it is overridden in the scenario outline itself
In the above example,