Automated test running using Rhino (no browser required!). Still very buggy, but off to a good start.

This commit is contained in:
John Resig 2007-07-08 05:00:24 +00:00
parent 4f85aaebc6
commit 89a9a747b6
4 changed files with 575 additions and 0 deletions

12
build/runtest/test.js Normal file
View file

@ -0,0 +1,12 @@
// Init
load("build/runtest/env.js");
window.location = "test/index.html";
// Load the test runner
load("dist/jquery.js","build/runtest/testrunner.js");
// Load the tests
load("src/jquery/coreTest.js","src/selector/selectorTest.js");
// Display the results
results();