Does anyone know of a way to do continuous integration testing with Ruby on Rails with Jenkins?
I have followed Rspec for writing test cases in ROR application.
I need to integrate Test process with jenkins CI.
If you could provide any pointers, I really would appreciate it.
Since Jenkins can run anything on the command line, the important part is allowing Jenkins to interpret the test output.
Basically what you need is this gem:
https://github.com/nicksieger/ci_reporter
The CI Reporter gem will output Test::Unit and RSpec test results as a JUnit-compatible XML file which Jenkins can interpret. I believe this is the key to integration.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With