Story Progress bar formatter + colour(plain text story formatter summary)
Reported by Joseph Wilk | July 22nd, 2008 @ 01:33 PM | in 1.1.5
Story progress bar for scenarios. The major use case I have for this is the build log on my Continuous integration Server. Its also very useful when you are running stories regularly trying to fix a failure.
Green dots - Pass
Red F - Failure
Yellow P - pending
Example:
ruby stories/all.rb -f r
Running 19 scenarios
.................
Finished in 1.066282 seconds
19 scenarios: 17 succeeded, 0 failed, 0 pending
Since I use plain text formatter as my super class I wanted to get the Plain text story formatter outputting its test summary in colour.
yellow if pending.
red if error.
green if all pass.
While I was there I made the errors given after all the stories have run display in red.
Comments and changes to this ticket
-
David Chelimsky August 5th, 2008 @ 11:20 AM
- → Milestone changed from No-Milestone-Assigned to 1.1.5
- → Tag changed from formatter plaintext story storyframework to featurerequest formatter patch plaintext story storyframework
- → Assigned user changed from to David Chelimsky
Nice patch! Thanks.
-
David Chelimsky August 5th, 2008 @ 11:22 AM
- → State changed from new to resolved
Applied: http://github.com/dchelimsky/rsp...
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Behaviour Driven Development for Ruby.
