-
Notifications
You must be signed in to change notification settings - Fork 242
Home
jejacks0n edited this page Feb 10, 2013
·
41 revisions
- 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 Teabag - 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 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 Teabag.
- Single File Teabag Setup - An example of a simple (one file) Teabag setup to write coffeescript / run your specs.
- Migrating from Jasminerice - Migrating from Jasminerice? Follow this simple walkthrough.