diff --git a/lib/reporter.js b/lib/reporter.js index 05ec29c..18ec8b8 100644 --- a/lib/reporter.js +++ b/lib/reporter.js @@ -296,7 +296,9 @@ class SpecReporter extends events.EventEmitter { output += this.getResultList(cid, spec.suites, preface) output += `${preface}\n` output += this.getSummary(this.results[cid], spec._duration, preface) + this.results[cid] = { passing: 0, pending: 0, failing: 0 } output += this.getFailureList(failures, preface) + stats.failures = [] output += this.getJobLink(results, preface) output += `${preface}\n` return output