Capybara/Selenium testing with Chrome
While headless tests are faster, they are a pain to debug. I like to see tests running, and it provides the opportunity to see any styling issues throughout the application. A problem I've encountered with all testing, whether using Selenium/Firefox, Poltergeist or headless Webkit, they've all got their specific…