Skip to content
jejacks0n edited this page Feb 16, 2014 · 41 revisions

Note: These pages reflect the master branch, and may not be entirely accurate for previous versions of the gem.

General

  • Quick Start Walkthrough - New to Javascript testing? Get started with this basic walkthrough.
  • Testing Engine Assets - Building a Rails Engine? Test your code relative to your engine with this technique.
  • RequireJS with Teaspoon - Using RequireJS or AMD? This outlines a good integration technique.
  • Changelog - Updating? Seeing deprecation warnings, or just want to know what's new?

Test Frameworks

  • Using Jasmine - Examples and information about using Jasmine.
  • Using Mocha - Examples and information about using Mocha.
  • Using QUnit - Examples and information about using QUnit.
  • Using Angular - Examples and information about using Angular.

Drivers

  • Using PhantomJS - Trouble locating the phantomjs bin, or the gem not working for you? This might help.
  • Using Selenium WebDriver - Don't like or don't have support for PhantomJS? Use Selenium WebDriver with Firefox instead.

Blogish