forked from bestpractical/test-javascript-qunit
-
Notifications
You must be signed in to change notification settings - Fork 0
Avensta0929/test-javascript-qunit
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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).
About
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Perl 56.3%
- JavaScript 43.7%