rspec_formatters
rspec_formatters copied to clipboard
RSpec 3 compliance
Hi, we're looking to use rspec3 on a new project and want the JUnitFormatter to work with a zero exit status. The formatter API has changed, but it wasn't too hard to get the code here working with it. Let me know if you have any issues or want things done differently.
Thanks for working on updating your formatters! Just a heads up...there will probably be a few more changes before 3.0 RC (the next release, due pretty soon) and then we'll keep the API very stable for a long time. @JonRowe is focused on formatter improvements and I know he'd be happy to help :).
Thanks @JonRowe and @myronmarston for taking a look! Looking again at the formatters, I don't believe they need to subclass rspec formatters any more, so I will see if I can remove that to simplify the code a little bit. Very much looking forward to the next RC for RSpec 3!
@myronmarston / @mrerrormessage - any update on this PR? Updating to 4.2 and RSpec 3, but definitely need JUnit parsing support for CI. Thanks!
@myronmarston / @mrerrormessage - any update on this PR? Updating to 4.2 and RSpec 3, but definitely need JUnit parsing support for CI. Thanks!
No update from me. I'm not involved in this repo at all, but can answer RSpec questions or provide general advice.