I would like to run jasmine for our Ruby on Rails client side on a Jenkins CI server machine using rake jasmine:ci . Ideally, I would like him to not use any browser, otherwise, if I try to start it with firefox v21 installed, he will not be able to get a connection (I think this is a known problem).
So, to summarize my short questions:
- Is there a stable way to run it without calling a browser?
- Does anyone know if the problem with firefox has been resolved?
- I believe that JASMINE_BROWSER can control which browser will be used, but I could not find instructions on what its legal meanings are.
source share