testRunner.setLogger(this);
log("Running JS Tests...");
log("-------------------------------------------------------------------------------");
JsTestResults results = testRunner.runTests(absoluteFiles);
log("-------------------------------------------------------------------------------");
log("Running JS Tests Completed");
int passCount = results.getPassCount();