Interface: TestResult
Represents the result of a single test.
Properties
duration
duration:
number
Time taken to run the test in milliseconds.
Defined in
errors
errors:
string[]
Array of error messages if the test failed.
Defined in
status
status:
"pass"|"fail"|"skip"
The status of the test.
Defined in
testPath
testPath:
string[]
The path to the test in the test suite.