!SLIDE # `jasmine-headless-webkit` ## The fastest way to test your browser-targeted JavaScript! !SLIDE # JavaScript Testing !SLIDE bullets incremental # Ajax-y apps are complex nowadays! * jQuery * Backbone * Tons of other JavaScripty things * Client/server communication !SLIDE # A lot can break! !SLIDE # Lots of different ways to test !SLIDE bullets incremental # Standalone JavaScript Engines * Node.JS * EnvJS * Rhino * ...and others! !SLIDE # Great for testing JS Libraries !SLIDE # Not so great in testing in "real" browsers !SLIDE # Fake DOMs aren't quite the same !SLIDE bullets incremental # Integration testing tools * Capybara * Cucumber * Selenium !SLIDE # Very thorough !SLIDE # Sloooooow !SLIDE # Server-side dependency management !SLIDE # Sprockets !SLIDE bullets incremental # Continuous testing * Guard !SLIDE bullets incremental # A JS testing tool that... * Runs fast * In a real browser * That supports modern Ruby webapp conventions * Is built for continuous testing !SLIDE # Enter `jasmine-headless-webkit`