Posted By: Nick Sieger
Date: 2008-01-13 05:27
Summary: ci_reporter 1.5 Released
Project: Caldersphere
ci_reporter version 1.5 has been released!
CI::Reporter is an add-on to Test::Unit and RSpec that allows you to generate XML reports of your test and/or spec runs. The resulting files can be read by a continuous integration system that understands Ant's JUnit report XML format, thus allowing your CI system to track test/spec successes and failures.
Changes:
## 1.5
- Support for RSpec 1.1.1 example groups (which broke ci_reporter 1.4) - Change internal model to delegation instead of inheritance, allowing ci_reporter to wrap different output formatters - Add 'ci:setup:rspecdoc' task to output specdoc format instead of progress - Add support for pending examples; they will be listed in the report XML as successful, but the name will have a '(PENDING)' tag appended - Support for RSpec < 0.9 removed as promised; use 1.4 if you still need to use an older version of RSpec |
|