Automated test running using Rhino (no browser required!). Still very buggy, but off to a good start.
This commit is contained in:
parent
4f85aaebc6
commit
89a9a747b6
4 changed files with 575 additions and 0 deletions
12
build/runtest/test.js
Normal file
12
build/runtest/test.js
Normal 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();
|
Loading…
Add table
Add a link
Reference in a new issue