-
Notifications
You must be signed in to change notification settings - Fork 242
Home
jejacks0n edited this page Feb 14, 2014
·
41 revisions
Note: These pages have been updated to reflect 0.8, and may not be entirely accurate for previous versions of the gem.
- 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.
- 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.
- 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.
- The Story (as told by jejacks0n) - Background about why we wanted to create Teaspoon.
- Single File Teaspoon Setup - An example of a simple (one file) Teaspoon setup to write coffeescript / run your specs.
- Migrating from Jasminerice - Migrating from Jasminerice? Follow this simple walkthrough.