@@ -1011,6 +1011,7 @@ getJasmineRequireObj().JsApiReporter = function() {
|
|||||||
|
|
||||||
this.started = false;
|
this.started = false;
|
||||||
this.finished = false;
|
this.finished = false;
|
||||||
|
this.runDetails = {};
|
||||||
|
|
||||||
this.jasmineStarted = function() {
|
this.jasmineStarted = function() {
|
||||||
this.started = true;
|
this.started = true;
|
||||||
@@ -1020,8 +1021,9 @@ getJasmineRequireObj().JsApiReporter = function() {
|
|||||||
|
|
||||||
var executionTime;
|
var executionTime;
|
||||||
|
|
||||||
this.jasmineDone = function() {
|
this.jasmineDone = function(runDetails) {
|
||||||
this.finished = true;
|
this.finished = true;
|
||||||
|
this.runDetails = runDetails;
|
||||||
executionTime = timer.elapsed();
|
executionTime = timer.elapsed();
|
||||||
status = 'done';
|
status = 'done';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user