node-jasmine-phantomjs
v0.1.2
Published
PhantomJS Runner for Jasmine 1.x
Downloads
5
Maintainers
Readme
node-jasmine-phantomjs
PhantomJS Runner for Jasmine 1.x
The jasmine-phantomjs module provides the jasmine-phantomjs.js
script and extensions to drive PhantomJS to enable testing your specs within a browser with Jasmine from the console. The preferred usage is to install mocha-phantomjs
via node's packaged modules and use the mocha-phantomjs
binary wrapper.
Jasmine is a feature-rich JavaScript test framework running on node and the browser. PhantomJS is a headless WebKit with a Javascript API. It has fast and native support for various web standards like DOM handling, CSS selectors, JSON, Canvas, and SVG.
Attribution
This plugin was created with a significant amount of inspiration from mocha-phantomjs.