testdouble / jasmine-example

testdouble.com
1 stars 5 forks source link

jasmine-example

Build Status

This is just a sandbox app for playing with some Jasmine tests, updated for September 2015.

Prerequisites:

Validate installation

Run npm test and ensure the tests pass and that it exits cleanly

Running the test runner

While working on tests or code, start testem in interactive mode, which will launch an isolated Chrome instance:

$ npm start

You should see a runner like this:

screen shot 2015-09-20 at 17 37 36

To re-run your tests, either change a watched file, hit the Return / Enter key, or navigate to Chrome and refresh the test runner page.

What now?

First, keep a bookmark to this wiki on testing handy. We'll be referencing it a lot.

Second, visit the issues page and look through the issues Open for Voting. Feel free to :+1: up to 3 topics that you're most interested in, and we'll prioritize our time tackling those ones first!