-
Notifications
You must be signed in to change notification settings - Fork 12
Phantomjs JooUnit Integration
mkleine edited this page Jan 6, 2012
·
3 revisions
JooUnit integrates with phantomjs since version 0.9.0. PhantomJs executes a runner script to preconfigure the jangaroo runtime and to load perform the tests.
joo/phantomjs-joo-config.js |
basic jangaroo configuration and utilities for phantomjs |
joo/phantomjs-joo-runner.js |
script runner to evaluate the config JSON parameter and run the jangaroo class given as jooMainClass passing the config object to its main method |
joo/phantomjs-joounit-runner.js |
script runner to evaluate the config JSON parameter and pass it to the main method ofnet.jangaroo.joounit.runner.PhantomJsRunner |
joo/phantomjs-joounit-page-runner.js |
script runner to evaluate the config JSON and to load test in page sandbox |