Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Avensta0929/test-javascript-qunit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a very trivial harness around qunit which, with a bit of setup
allows you to use tools built for TAP (the Test Anything Protocol)
and the Perl testing toolchain to run a QUnit test suite from the unix
commandline.

To make it go, you'll want to include the "qunit-tap.js" Javascript in your
QUnit test harness index.html just after you include "qunit.js".

You'll need to take the bin/qunit_harness.pl and tweak it to know where to find your QUnit test suite. 

You'll probably also need to configure how it launches the  harnessed web browser. 

Patches are most certainly welcome.

-Jesse Vincent <[email protected]>

Copyright 2010 Best Practical Solutions, LLC

You may redistribute this software under either the GNU General Public License or Perl's Artistic License (v1).

Releases

No releases published

Packages

No packages published

Languages

  • Perl 56.3%
  • JavaScript 43.7%