srushti / goldberg

Goldberg is a lightweight CI server written in Ruby which worries about Bundler & RVM so that you don't have to.
Other
243 stars 29 forks source link

Run ajax functionality specs using goldberg #154

Closed sivagollapalli closed 11 years ago

sivagollapalli commented 11 years ago

I am testing ajax functionality using rspec by provided ':js => true' option to describe block. It opens firefox browser and run the specifications. On local it's working fine but on goldberg server it fails as couldn't open the browser and run the specifications.

How to make these specifications to pass?

srushti commented 11 years ago

It's hard to figure out why that might be, but off the top of my head I'd guess firefox hasn't been setup to open in headless mode.

sivagollapalli commented 11 years ago

It works for me. Thanks!!