Interface: SuiteRunResult¶
Aggregated result of a test suite execution.
Since¶
0.22.0
Properties¶
name¶
name:
string
Suite name.
passed¶
passed:
number
Count of passed tests.
failed¶
failed:
number
Count of failed tests.
errors¶
errors:
string[]
Error messages from failed tests and lifecycle hooks.
testResults¶
testResults:
TestResult[]
Individual test results.