Test Case Call¤
TestCaseCall
dataclass
¤
TestCaseCall(
node_id: str,
session_id: str,
start_timestamp: str,
stop_timestamp: str,
duration: float,
outcome: Outcome,
event: str = "case_call",
error: Optional[TestCaseError] = None,
)
Event emitted when a call step has been executed in a test case.
error
class-attribute
instance-attribute
¤
error: Optional[TestCaseError] = None
Error details if the call step failed.
event
class-attribute
instance-attribute
¤
event: str = 'case_call'
The event type. Always set to 'case_call'.
session_id
instance-attribute
¤
session_id: str
The unique if of this test session used to aggregate events together.