First off, is autotest and cruisecontrol performing the same sort of CI tasks?开发者_开发问答 I want to setup something that will run my unit tests, and also integration tests on my local MBP compute
I jus开发者_如何学Pythont setup cruise control on my server for my projects . But now i am little bit confused how these rake task and capistrano work .
In a VPS I have Postgres installed and 2 Rails projects. Both are running on production mode and connecting PG as different users.
I\'m using cruisecontrol.rb for continuous integration, and have the following settings in cruise_config.rb.
I would like to setup cruisecontrol with rspec and rcov (+ metrical). I see one old post http开发者_JS百科://jerrett.net/entries/general/enforcing-spec-coverage-with-cruisecontrol-rcov-and-rspec writt
How do you unit/integration test code that requires a different privilege level than exists in your continuous integration environment?
I can\'t seem to figure this out.I setup my email address in cruisecontrol.rb but no matter how I set it, it always gives me this error.
I\'m moving my continuous testing to a dedicated server (autotest slows down my local laptop too much). What I\'d like is for my testing server (which happens to be running CruiseControl.rb) to be con
I\'m curious as to why when I build my project using CruiseControl.rb, it runs it in production mode? Even though my application should not be in production开发者_如何学编程 mode. I even tried to spec