Get the (almost) daily changelog
-
TestSuiteRunTestAttempt now accepts
callId
andmetadata
: You can now include acallId
andmetadata
when creating a test suite run attempt, allowing you to reference calls by ID and attach session-related information. -
call
property in TestSuiteRunTestAttempt is no longer required: It’s now optional to include the fullcall
object in a test attempt, providing flexibility for cases where call details are unnecessary or already known. -
Attach Metadata to Test Suite Run Attempts: You can now attach metadata like
sessionId
to test attempts for better tracking and analysis.