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

Rewrite the Progress, Usage, Stepdefs formatters to the new formatter api #859

Merged
merged 2 commits into from
Jun 19, 2015

Conversation

brasmusson
Copy link
Contributor

Since these formatters are related through inheritance they are modified together. Since the Stepdef formatter neither defined any method of the old formatter api, nor defines any methods of the new formatter api, it is updated to the new formatter api by the changes in the Progress and Usage formatters.

Also some deficiencies of the Progress formatter are fixed, both that outline steps were printed as skipped (fixes #316), and some cases where the printed progress characters did not match the step count in the summary (here only 8 '-' were printed, but the step count says 11 skipped).

Related to #839.

Also some deficiencies of the Progress formatter are fixed, both that
outline steps were printed as skipped, and some cases where the printed
progress characters did not match the step count in the summary.
@mattwynne
Copy link
Member

WOW! Thanks @brasmusson, you absolute champ. Looking forward to reading through this one and getting it merged. Well done!

mattwynne added a commit that referenced this pull request Jun 19, 2015
Rewrite the Progress, Usage, Stepdefs formatters to the new formatter api
@mattwynne mattwynne merged commit c913838 into master Jun 19, 2015
@brasmusson brasmusson deleted the progress-formatter-new-api branch June 20, 2015 06:23
@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scenario Outline steps are reported as skipped steps (in progress formatter)
2 participants