-
Notifications
You must be signed in to change notification settings - Fork 221
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
Let gherkin-terminal-reporter-expanded enable gherkin output #275
base: master
Are you sure you want to change the base?
Changes from 3 commits
055c668
ebbf2bc
fca7a50
166ef6c
465764b
fb04d98
85c1893
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,5 +43,10 @@ Feature: Gherkin terminal reporter | |
|
||
Scenario: Should step parameters be replaced by their values | ||
Given there is gherkin scenario outline implemented | ||
When tests are run with step expanded mode | ||
When tests are run with step expanded option | ||
Then output must contain parameters values | ||
|
||
Scenario: Should step parameters be replaced by their values also when used together with gherkin reporter option | ||
Given there is gherkin scenario outline implemented | ||
When tests are run with step expanded and gherkin reporter options | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It would make it clearer to have a step like "when tests are run with --gherkin-terminal-reporter --gherkin-terminal-reporter-expanded". There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I moved both tests into parameterized scenario :) |
||
Then output must contain parameters values |
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.
It would make it clearer to have a step like "when tests are run with --gherkin-terminal-reporter-expanded". What do you think?