RailsCasts Pro episodes are now free!

Learn more or hide this

Jeroen van Ingen's Profile

GitHub User: jeroeningen

Comments by Jeroen van Ingen

Avatar

In the past I used Cucumber with Capybara and Selenium to test my javascript. It was just like the setup in this episode, but then with Cucumber instead of Rspec. Selenium also started Firefox automatically to test the javascript. But I was wondering how I could test this on a server instead of my own machine. I mean most servers don't have a GUI and don't have Firefox installed.

Anyone know if I can test javascript also on a server using Selenium and Firefox (or another browser)?