Skip to content

gaslamp


Interface: AllRunResults

Aggregated result of running multiple test suites.

Since

0.22.0

Properties

totalPassed

totalPassed: number

Total tests passed across all suites.


totalFailed

totalFailed: number

Total tests failed across all suites.


suiteResults

suiteResults: SuiteRunResult[]

Results for each suite.