#Introduction To Testing Workshop These are the resources used for a workshop given at the Bristol CodeHub Meetup in July 2014.
Most of the examples have links to fully-working browser-based Jasmine tests run on JSFiddle (Example). So as long as you have an Internet connection you should be fine.
If you want to run the example specs under spec/
you will need to install jasmine-node
using npm
.
First you will need to install 'NodeJS' from http://nodejs.org/download.
Then you can install jasmine-node
with npm install jasmine-node@1.14.2 -g
.
To run any of the specs just use jasmine-node [path-to-spec]