Skip to content

Instantly share code, notes, and snippets.

@sheelc
sheelc / README.md
Last active January 2, 2016 23:49
phantomjs runner for standalone distribution of Jasmine 2.0.0

Jasmine 2 Phantom Runner

Use to run your Jasmine 2 specs using phantom.js. Useful for running your tests in your console or CI.

Setup:

  1. Download phantom_runner.js and put it in your project
  2. Include the phantom_callback.html snippet in your SpecRunner.html after other Jasmine files are included

To use: