r4j4h / jasmine-phantom-utils

jasmine-phantom-utils is a small library providing helper functions for parsing Jasmine's Html SpecRunner's DOM when using a headless browser like PhantomJS, especially geared for its run-jasmine.js example.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jasmine-phantom-utils is a small library providing helper functions for parsing Jasmine's Html SpecRunner's DOM when using a headless browser like PhantomJS.

Geared for its run-jasmine example.

It is broken up into evaluators and transformers.

Evaluators are intended to be given to page.evaluate and return information about the DOM.

Transformers are intended to parse and transform that information into a more readable or otherwise useful format.

About

jasmine-phantom-utils is a small library providing helper functions for parsing Jasmine's Html SpecRunner's DOM when using a headless browser like PhantomJS, especially geared for its run-jasmine.js example.


Languages

Language:JavaScript 100.0%