Skip to content

nenokido2000/qunit-phantomjs-runner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PhantomJS Runner QUnit Plugin

A PhantomJS-powered headless test runner, providing basic console output for QUnit tests.

Usage

  phantomjs runner.js [url-of-your-qunit-testsuite] [timeout-in-seconds]

Show test cases:

  phantomjs runner-list.js [url-of-your-qunit-testsuite] [timeout-in-seconds]

Example

  phantomjs runner.js http://localhost/qunit/test/index.html

Show test cases:

  phantomjs runner-list.js http://localhost/qunit/test/index.html

Notes

  • Requires PhantomJS 1.6+ (1.7+ recommended).
  • QUnit plugins are also available for gulp and Grunt.

About

A PhantomJS-powered headless test runner for QUnit

Resources

Stars

Watchers

Forks

Packages

No packages published