diff --git a/src/adapter.js b/src/adapter.js index c98b0c1..ebfd82f 100644 --- a/src/adapter.js +++ b/src/adapter.js @@ -231,7 +231,9 @@ function KarmaReporter (tc, jasmineEnv) { success: specResult.failedExpectations.length === 0, suite: [], time: skipped ? 0 : new _Date().getTime() - startTimeCurrentSpec, - executedExpectationsCount: specResult.failedExpectations.length + specResult.passedExpectations.length + executedExpectationsCount: specResult.failedExpectations.length + specResult.passedExpectations.length, + passedExpectations: specResult.passedExpectations, + properties: specResult.properties } // generate ordered list of (nested) suite names