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)?
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)?