TestSuiteShell of CakePHP. The plugin, adds a few features and
reformats the output to mimic a rake test in Rails.
http://www.webtechnick.com/blogs/view/232/CakePHP_Rake_Plugin
If you're not familiar with rake, tests report their status as they
run to the user almost like a progress bar. passes are represented by
dots (.), failures are represented by f, with all the details of that
failure buffered until the end of all tests.
The plugin also adds the feature of verbose output that was missing
for the original testsuite shell, this will buffer passing tests and
outputs them for the user to review, much like Show Passing Tests does
in the HTML test reporter.
I hope you find it useful, any comments/feedback is appreciated,
Nick
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
To unsubscribe, reply using "remove me" as the subject.
No comments:
Post a Comment