Skip to content
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

Add option to use cucumber progress formatter #91

Merged
merged 1 commit into from
Mar 2, 2019

Conversation

Cruikshanks
Copy link
Member

The default way Cucumber prints to STDOUT is using its 'pretty' format. This essentially outputs the full scenario detail and the result of each step for every scenario.

This is great to see the detail and ensure your scenarios when read back make sense, however when running tests repeatedly you soon just want to know whether anything passed.

Hence adding this option for those that like to conserve their terminal space 😀.

The default way Cucumber prints to STDOUT is using its 'pretty' format. This essentially outputs the full scenario detail and the result of each step for every scenario.

This is great to see the detail and ensure your scenarios when read back make sense, however when running tests repeatedly you soon just want to know whether anything passed.

Hence adding this option for those that like to conserve their terminal space 😀.
@Cruikshanks Cruikshanks added the enhancement New feature or request label Mar 2, 2019
@Cruikshanks Cruikshanks self-assigned this Mar 2, 2019
@Cruikshanks Cruikshanks merged commit 38ec03e into master Mar 2, 2019
@Cruikshanks Cruikshanks deleted the add-progress-print-option branch March 2, 2019 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant