Interface: TestResult¶
Result of a single test case execution.
Since¶
0.22.0
Properties¶
description¶
description:
string
Test description.
passed¶
passed:
boolean
Whether the test passed.
error¶
error:
string|null
Error message if test failed, null otherwise.