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

Progress bar doesn't reflect failures coming from After callbacks #10

Closed
betelgeuse opened this issue Aug 13, 2011 · 2 comments · Fixed by #16
Closed

Progress bar doesn't reflect failures coming from After callbacks #10

betelgeuse opened this issue Aug 13, 2011 · 2 comments · Fixed by #16

Comments

@betelgeuse
Copy link
Contributor

/home/betelgeuse/.rvm/rubies/ruby-1.9.2-p290/bin/ruby -S bundle exec cucumber  --profile default
Using the default profile...
  263/270:     100% |========================================================================================================================================================================================| Time: 00:00:51


Failing Scenarios:
cucumber features/failing1.feature:13 # Scenario: failing1
cucumber features/failing2.feature:3 # Scenario: failing2

Above everything is green. Looking at cucumber --format=pretty After callback are raising an exception. The progress bar should turn red in this case. Now the only indication is that executed steps is at 263/270.

@Unpakt
Copy link

Unpakt commented Apr 6, 2012

We're running into this same issue. Has anyone taken a look?

Ian & Robbie

@nashby
Copy link
Collaborator

nashby commented Apr 6, 2012

@Unpakt @betelgeuse guys, can you test it with my fix? #16

@nashby nashby closed this as completed in 4d4d3a7 Jul 20, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants