<testsuites name="Mocha Tests" time="639.584" tests="733" failures="5" skipped="38">
  <testsuite name="Root Suite" timestamp="2024-10-22T15:07:09" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="realtime/api" timestamp="2024-10-22T15:07:09" tests="5" time="0.096" failures="0">
    <testcase name="realtime/api Client constructors" time="0.000" classname="Client constructors">
    </testcase>
    <testcase name="realtime/api constructor without any arguments" time="0.002" classname="constructor without any arguments">
    </testcase>
    <testcase name="realtime/api Crypto" time="0.000" classname="Crypto">
    </testcase>
    <testcase name="realtime/api Message" time="0.001" classname="Message">
    </testcase>
    <testcase name="realtime/api PresenceMessage" time="0.001" classname="PresenceMessage">
    </testcase>
  </testsuite>
  <testsuite name="rest/api" timestamp="2024-10-22T15:07:09" tests="5" time="0.031" failures="0">
    <testcase name="rest/api Client constructors" time="0.000" classname="Client constructors">
    </testcase>
    <testcase name="rest/api constructor without any arguments" time="0.001" classname="constructor without any arguments">
    </testcase>
    <testcase name="rest/api Crypto" time="0.000" classname="Crypto">
    </testcase>
    <testcase name="rest/api Message" time="0.000" classname="Message">
    </testcase>
    <testcase name="rest/api PresenceMessage" time="0.000" classname="PresenceMessage">
    </testcase>
  </testsuite>
  <testsuite name="rest/bufferutils" timestamp="2024-10-22T15:07:09" tests="2" time="0.005" failures="0">
    <testcase name="rest/bufferutils Basic encoding and decoding" time="0.001" classname="Basic encoding and decoding">
    </testcase>
    <testcase name="rest/bufferutils BufferUtils return correct types" time="0.000" classname="BufferUtils return correct types">
    </testcase>
  </testsuite>
  <testsuite name="rest/defaults" timestamp="2024-10-22T15:07:09" tests="8" time="0.000" failures="0">
    <testcase name="rest/defaults Init with no endpoint-related options" time="0.001" classname="Init with no endpoint-related options">
    </testcase>
    <testcase name="rest/defaults Init with production environment" time="0.001" classname="Init with production environment">
    </testcase>
    <testcase name="rest/defaults Init with given environment" time="0.000" classname="Init with given environment">
    </testcase>
    <testcase name="rest/defaults Init with local environment and non-default ports" time="0.001" classname="Init with local environment and non-default ports">
    </testcase>
    <testcase name="rest/defaults Init with given host" time="0.001" classname="Init with given host">
    </testcase>
    <testcase name="rest/defaults Init with given restHost and realtimeHost" time="0.001" classname="Init with given restHost and realtimeHost">
    </testcase>
    <testcase name="rest/defaults Init with no endpoint-related options and given default environment" time="0.001" classname="Init with no endpoint-related options and given default environment">
    </testcase>
    <testcase name="rest/defaults closeOnUnload" time="0.000" classname="closeOnUnload">
    </testcase>
  </testsuite>
  <testsuite name="normaliseOptions with useBinaryProtocol == true" timestamp="2024-10-22T15:07:09" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="given MsgPack implementation" timestamp="2024-10-22T15:07:09" tests="1" time="0.015" failures="0">
    <testcase name="rest/defaults normaliseOptions with useBinaryProtocol == true given MsgPack implementation maintains useBinaryProtocol as true" time="0.000" classname="maintains useBinaryProtocol as true">
    </testcase>
  </testsuite>
  <testsuite name="given no MsgPack implementation" timestamp="2024-10-22T15:07:09" tests="1" time="0.001" failures="0">
    <testcase name="rest/defaults normaliseOptions with useBinaryProtocol == true given no MsgPack implementation changes useBinaryProtocol to false" time="0.000" classname="changes useBinaryProtocol to false">
    </testcase>
  </testsuite>
  <testsuite name="realtime/connectivity" timestamp="2024-10-22T15:07:09" tests="2" time="0.000" failures="0">
    <testcase name="realtime/connectivity http_connectivity_check" time="0.151" classname="http_connectivity_check">
    </testcase>
    <testcase name="realtime/connectivity disable_connectivity_check" time="0.001" classname="disable_connectivity_check">
    </testcase>
  </testsuite>
  <testsuite name="configured_connectivity_check_url" timestamp="2024-10-22T15:07:13" tests="6" time="0.793" failures="0">
    <testcase name="realtime/connectivity configured_connectivity_check_url succeeds with scheme" time="0.371" classname="succeeds with scheme">
    </testcase>
    <testcase name="realtime/connectivity configured_connectivity_check_url fails with scheme" time="0.092" classname="fails with scheme">
    </testcase>
    <testcase name="realtime/connectivity configured_connectivity_check_url succeeds with querystring" time="0.092" classname="succeeds with querystring">
    </testcase>
    <testcase name="realtime/connectivity configured_connectivity_check_url fails with querystring" time="0.093" classname="fails with querystring">
    </testcase>
    <testcase name="realtime/connectivity configured_connectivity_check_url succeeds with plain url" time="0.032" classname="succeeds with plain url">
    </testcase>
    <testcase name="realtime/connectivity configured_connectivity_check_url fails with plain url" time="0.093" classname="fails with plain url">
    </testcase>
  </testsuite>
  <testsuite name="realtime/connection" timestamp="2024-10-22T15:07:14" tests="7" time="1.566" failures="0">
    <testcase name="realtime/connection connectionPing" time="0.321" classname="connectionPing">
    </testcase>
    <testcase name="realtime/connection connectionPingWithCallback" time="0.177" classname="connectionPingWithCallback">
    </testcase>
    <testcase name="realtime/connection connectionAttributes" time="0.185" classname="connectionAttributes">
    </testcase>
    <testcase name="realtime/connection unrecoverableConnection" time="0.203" classname="unrecoverableConnection">
    </testcase>
    <testcase name="realtime/connection connectionQueuing" time="0.375" classname="connectionQueuing">
    </testcase>
    <testcase name="realtime/connection connectionDetails" time="0.145" classname="connectionDetails">
    </testcase>
    <testcase name="realtime/connection whenState" time="0.139" classname="whenState">
    </testcase>
  </testsuite>
  <testsuite name="realtime/auth" timestamp="2024-10-22T15:07:16" tests="83" time="146.604" failures="1">
    <testcase name="realtime/auth authbase0" time="0.223" classname="authbase0">
    </testcase>
    <testcase name="realtime/auth auth_useAuthUrl_json" time="0.364" classname="auth_useAuthUrl_json">
    </testcase>
    <testcase name="realtime/auth auth_useAuthUrl_post_json" time="0.596" classname="auth_useAuthUrl_post_json">
    </testcase>
    <testcase name="realtime/auth auth_useAuthUrl_plainText" time="0.527" classname="auth_useAuthUrl_plainText">
    </testcase>
    <testcase name="realtime/auth auth_useAuthCallback_tokenRequestResponse" time="0.233" classname="auth_useAuthCallback_tokenRequestResponse">
    </testcase>
    <testcase name="realtime/auth auth_useAuthCallback_tokenDetailsResponse" time="0.278" classname="auth_useAuthCallback_tokenDetailsResponse">
    </testcase>
    <testcase name="realtime/auth auth_useAuthCallback_tokenStringResponse" time="0.239" classname="auth_useAuthCallback_tokenStringResponse">
    </testcase>
    <testcase name="realtime/auth auth_useAuthUrl_mixed_authParams_qsParams" time="0.330" classname="auth_useAuthUrl_mixed_authParams_qsParams">
    </testcase>
    <testcase name="realtime/auth auth_clientid_inheritance" time="0.198" classname="auth_clientid_inheritance">
    </testcase>
    <testcase name="realtime/auth auth_clientid_inheritance2" time="0.091" classname="auth_clientid_inheritance2">
    </testcase>
    <testcase name="realtime/auth auth_clientid_inheritance3" time="0.185" classname="auth_clientid_inheritance3">
    </testcase>
    <testcase name="realtime/auth auth_clientid_inheritance4" time="0.191" classname="auth_clientid_inheritance4">
    </testcase>
    <testcase name="realtime/auth auth_clientid_inheritance5" time="0.215" classname="auth_clientid_inheritance5">
    </testcase>
    <testcase name="realtime/auth authCallback_error" time="0.007" classname="authCallback_error">
    </testcase>
    <testcase name="realtime/auth authCallback_timeout" time="0.108" classname="authCallback_timeout">
    </testcase>
    <testcase name="realtime/auth authCallback_nothing" time="0.015" classname="authCallback_nothing">
    </testcase>
    <testcase name="realtime/auth authCallback_malformed" time="0.016" classname="authCallback_malformed">
    </testcase>
    <testcase name="realtime/auth authCallback_too_long_string" time="0.018" classname="authCallback_too_long_string">
    </testcase>
    <testcase name="realtime/auth authCallback_empty_string" time="0.015" classname="authCallback_empty_string">
    </testcase>
    <testcase name="realtime/auth authUrl_timeout" time="0.115" classname="authUrl_timeout">
    </testcase>
    <testcase name="realtime/auth authUrl_404" time="0.035" classname="authUrl_404">
    </testcase>
    <testcase name="realtime/auth authUrl_wrong_content_type" time="0.017" classname="authUrl_wrong_content_type">
    </testcase>
    <testcase name="realtime/auth authUrl_401" time="0.286" classname="authUrl_401">
    </testcase>
    <testcase name="realtime/auth authUrl_double_encoded" time="0.099" classname="authUrl_double_encoded">
    </testcase>
    <testcase name="realtime/auth authUrl_403" time="0.104" classname="authUrl_403">
    </testcase>
    <testcase name="realtime/auth authUrl_403_custom_error" time="0.098" classname="authUrl_403_custom_error">
    </testcase>
    <testcase name="realtime/auth authUrl_403_previously_active" time="0.396" classname="authUrl_403_previously_active">
    </testcase>
    <testcase name="realtime/auth auth_token_expires_with_web_socket_binary_transport" time="5.015" classname="auth_token_expires_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/auth auth_token_expires_with_web_socket_text_transport" time="5.013" classname="auth_token_expires_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/auth auth_token_expires_with_xhr_polling_binary_transport" time="5.018" classname="auth_token_expires_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/auth auth_token_expires_with_xhr_polling_text_transport" time="5.018" classname="auth_token_expires_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/auth auth_token_expires_with_binary_transport" time="5.014" classname="auth_token_expires_with_binary_transport">
    </testcase>
    <testcase name="realtime/auth auth_token_expires_with_text_transport" time="5.014" classname="auth_token_expires_with_text_transport">
    </testcase>
    <testcase name="realtime/auth auth_query_time_once" time="0.065" classname="auth_query_time_once">
    </testcase>
    <testcase name="realtime/auth auth_tokenDetails_expiry_with_authcallback_with_web_socket_binary_transport" time="5.231" classname="auth_tokenDetails_expiry_with_authcallback_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/auth auth_tokenDetails_expiry_with_authcallback_with_web_socket_text_transport" time="5.233" classname="auth_tokenDetails_expiry_with_authcallback_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/auth auth_tokenDetails_expiry_with_authcallback_with_xhr_polling_binary_transport" time="5.162" classname="auth_tokenDetails_expiry_with_authcallback_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/auth auth_tokenDetails_expiry_with_authcallback_with_xhr_polling_text_transport" time="5.198" classname="auth_tokenDetails_expiry_with_authcallback_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/auth auth_tokenDetails_expiry_with_authcallback_with_binary_transport" time="5.270" classname="auth_tokenDetails_expiry_with_authcallback_with_binary_transport">
    </testcase>
    <testcase name="realtime/auth auth_tokenDetails_expiry_with_authcallback_with_text_transport" time="5.213" classname="auth_tokenDetails_expiry_with_authcallback_with_text_transport">
    </testcase>
    <testcase name="realtime/auth auth_token_string_expiry_with_authcallback_with_web_socket_binary_transport" time="5.222" classname="auth_token_string_expiry_with_authcallback_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/auth auth_token_string_expiry_with_authcallback_with_web_socket_text_transport" time="5.201" classname="auth_token_string_expiry_with_authcallback_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/auth auth_token_string_expiry_with_authcallback_with_xhr_polling_binary_transport" time="5.140" classname="auth_token_string_expiry_with_authcallback_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/auth auth_token_string_expiry_with_authcallback_with_xhr_polling_text_transport" time="5.154" classname="auth_token_string_expiry_with_authcallback_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/auth auth_token_string_expiry_with_authcallback_with_binary_transport" time="5.217" classname="auth_token_string_expiry_with_authcallback_with_binary_transport">
    </testcase>
    <testcase name="realtime/auth auth_token_string_expiry_with_authcallback_with_text_transport" time="5.213" classname="auth_token_string_expiry_with_authcallback_with_text_transport">
    </testcase>
    <testcase name="realtime/auth auth_token_string_expiry_with_token_with_web_socket_binary_transport" time="5.015" classname="auth_token_string_expiry_with_token_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/auth auth_token_string_expiry_with_token_with_web_socket_text_transport" time="5.014" classname="auth_token_string_expiry_with_token_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/auth auth_token_string_expiry_with_token_with_xhr_polling_binary_transport" time="5.018" classname="auth_token_string_expiry_with_token_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/auth auth_token_string_expiry_with_token_with_xhr_polling_text_transport" time="5.017" classname="auth_token_string_expiry_with_token_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/auth auth_token_string_expiry_with_token_with_binary_transport" time="5.014" classname="auth_token_string_expiry_with_token_with_binary_transport">
    </testcase>
    <testcase name="realtime/auth auth_token_string_expiry_with_token_with_text_transport" time="5.016" classname="auth_token_string_expiry_with_token_with_text_transport">
    </testcase>
    <testcase name="realtime/auth auth_expired_token_string_with_web_socket_binary_transport" time="0.286" classname="auth_expired_token_string_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/auth auth_expired_token_string_with_web_socket_text_transport" time="0.292" classname="auth_expired_token_string_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/auth auth_expired_token_string_with_xhr_polling_binary_transport" time="0.213" classname="auth_expired_token_string_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/auth auth_expired_token_string_with_xhr_polling_text_transport" time="0.212" classname="auth_expired_token_string_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/auth auth_expired_token_string_with_binary_transport" time="0.282" classname="auth_expired_token_string_with_binary_transport">
    </testcase>
    <testcase name="realtime/auth auth_expired_token_string_with_text_transport" time="0.292" classname="auth_expired_token_string_with_text_transport">
    </testcase>
    <testcase name="realtime/auth authorize_updates_stored_details" time="0.012" classname="authorize_updates_stored_details">
    </testcase>
    <testcase name="realtime/auth mocked_reauth" time="0.298" classname="mocked_reauth">
    </testcase>
    <testcase name="realtime/auth auth_jwt_with_clientid" time="0.438" classname="auth_jwt_with_clientid">
    </testcase>
    <testcase name="realtime/auth auth_jwt_with_clientid_application_jwt" time="0.214" classname="auth_jwt_with_clientid_application_jwt">
    </testcase>
    <testcase name="realtime/auth auth_jwt_with_subscribe_only_capability" time="0.282" classname="auth_jwt_with_subscribe_only_capability">
    </testcase>
    <testcase name="realtime/auth auth_jwt_with_publish_capability" time="0.246" classname="auth_jwt_with_publish_capability">
    </testcase>
    <testcase name="realtime/auth auth_jwt_with_token_that_expires" time="4.570" classname="auth_jwt_with_token_that_expires">
    </testcase>
    <testcase name="realtime/auth auth_jwt_with_token_that_renews" time="5.116" classname="auth_jwt_with_token_that_renews">
    </testcase>
    <testcase name="realtime/auth init_client_with_simple_jwt_token" time="0.210" classname="init_client_with_simple_jwt_token">
    </testcase>
    <testcase name="realtime/auth reauth_consistently_expired_token" time="3.184" classname="reauth_consistently_expired_token">
    </testcase>
    <testcase name="realtime/auth expired_token_no_autoremove_when_dont_have_servertime" time="0.196" classname="expired_token_no_autoremove_when_dont_have_servertime">
    </testcase>
    <testcase name="realtime/auth expired_token_autoremove_when_have_servertime" time="0.270" classname="expired_token_autoremove_when_have_servertime">
    </testcase>
    <testcase name="realtime/auth multiple_concurrent_authorize" time="0.440" classname="multiple_concurrent_authorize">
    </testcase>
    <testcase name="realtime/auth multiple_concurrent_authorize" time="0.440" classname="multiple_concurrent_authorize">
      <failure message="done() called multiple times in test &lt;realtime/auth multiple_concurrent_authorize&gt;; in addition, done() received error: AssertionError: Check second authorize cb was called: expected false to be truthy" type="Error"><![CDATA[@http://localhost:3000/test/realtime/auth.test.js:1559:17
@http://localhost:3000/test/common/modules/shared_helper.js:244:19]]></failure>
    </testcase>
    <testcase name="realtime/auth authorize_immediately_after_init_with_web_socket_binary_transport" time="0.252" classname="authorize_immediately_after_init_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/auth authorize_immediately_after_init_with_web_socket_text_transport" time="0.245" classname="authorize_immediately_after_init_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/auth authorize_immediately_after_init_with_xhr_polling_binary_transport" time="0.237" classname="authorize_immediately_after_init_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/auth authorize_immediately_after_init_with_xhr_polling_text_transport" time="0.234" classname="authorize_immediately_after_init_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/auth authorize_immediately_after_init_with_binary_transport" time="0.242" classname="authorize_immediately_after_init_with_binary_transport">
    </testcase>
    <testcase name="realtime/auth authorize_immediately_after_init_with_text_transport" time="0.245" classname="authorize_immediately_after_init_with_text_transport">
    </testcase>
  </testsuite>
  <testsuite name="realtime/channel" timestamp="2024-10-22T15:09:42" tests="119" time="73.411" failures="0">
    <testcase name="realtime/channel channelinit0_with_web_socket_binary_transport" time="0.149" classname="channelinit0_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelinit0_with_web_socket_text_transport" time="0.152" classname="channelinit0_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/channel channelinit0_with_xhr_polling_binary_transport" time="0.041" classname="channelinit0_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelinit0_with_xhr_polling_text_transport" time="0.043" classname="channelinit0_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/channel channelinit0_with_binary_transport" time="0.145" classname="channelinit0_with_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelinit0_with_text_transport" time="0.149" classname="channelinit0_with_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattach0_with_web_socket_binary_transport" time="0.177" classname="channelattach0_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelattach0_with_web_socket_text_transport" time="0.176" classname="channelattach0_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattach0_with_xhr_polling_binary_transport" time="0.151" classname="channelattach0_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelattach0_with_xhr_polling_text_transport" time="0.114" classname="channelattach0_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattach0_with_binary_transport" time="0.149" classname="channelattach0_with_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelattach0_with_text_transport" time="0.172" classname="channelattach0_with_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattach2_with_web_socket_binary_transport" time="0.179" classname="channelattach2_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelattach2_with_web_socket_text_transport" time="0.164" classname="channelattach2_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattach2_with_xhr_polling_binary_transport" time="0.115" classname="channelattach2_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelattach2_with_xhr_polling_text_transport" time="0.189" classname="channelattach2_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattach2_with_binary_transport" time="0.171" classname="channelattach2_with_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelattach2_with_text_transport" time="0.173" classname="channelattach2_with_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattachempty_with_web_socket_binary_transport" time="1.176" classname="channelattachempty_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelattachempty_with_web_socket_text_transport" time="1.178" classname="channelattachempty_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattachempty_with_xhr_polling_binary_transport" time="1.118" classname="channelattachempty_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelattachempty_with_xhr_polling_text_transport" time="1.127" classname="channelattachempty_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattachempty_with_binary_transport" time="1.179" classname="channelattachempty_with_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelattachempty_with_text_transport" time="1.179" classname="channelattachempty_with_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattachinvalid_with_web_socket_binary_transport" time="1.176" classname="channelattachinvalid_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelattachinvalid_with_web_socket_text_transport" time="1.184" classname="channelattachinvalid_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattachinvalid_with_xhr_polling_binary_transport" time="1.124" classname="channelattachinvalid_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelattachinvalid_with_xhr_polling_text_transport" time="1.118" classname="channelattachinvalid_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattachinvalid_with_binary_transport" time="1.188" classname="channelattachinvalid_with_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelattachinvalid_with_text_transport" time="1.166" classname="channelattachinvalid_with_text_transport">
    </testcase>
    <testcase name="realtime/channel publish_no_attach_with_web_socket_binary_transport" time="0.179" classname="publish_no_attach_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/channel publish_no_attach_with_web_socket_text_transport" time="0.179" classname="publish_no_attach_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/channel publish_no_attach_with_xhr_polling_binary_transport" time="0.119" classname="publish_no_attach_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/channel publish_no_attach_with_xhr_polling_text_transport" time="0.166" classname="publish_no_attach_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/channel publish_no_attach_with_binary_transport" time="0.163" classname="publish_no_attach_with_binary_transport">
    </testcase>
    <testcase name="realtime/channel publish_no_attach_with_text_transport" time="0.188" classname="publish_no_attach_with_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattach_publish_invalid_with_web_socket_binary_transport" time="0.177" classname="channelattach_publish_invalid_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelattach_publish_invalid_with_web_socket_text_transport" time="0.174" classname="channelattach_publish_invalid_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattach_publish_invalid_with_xhr_polling_binary_transport" time="0.117" classname="channelattach_publish_invalid_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelattach_publish_invalid_with_xhr_polling_text_transport" time="0.116" classname="channelattach_publish_invalid_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattach_publish_invalid_with_binary_transport" time="0.178" classname="channelattach_publish_invalid_with_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelattach_publish_invalid_with_text_transport" time="0.171" classname="channelattach_publish_invalid_with_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattach_invalid_twice_with_web_socket_binary_transport" time="1.206" classname="channelattach_invalid_twice_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelattach_invalid_twice_with_web_socket_text_transport" time="1.208" classname="channelattach_invalid_twice_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattach_invalid_twice_with_xhr_polling_binary_transport" time="1.193" classname="channelattach_invalid_twice_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelattach_invalid_twice_with_xhr_polling_text_transport" time="1.199" classname="channelattach_invalid_twice_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattach_invalid_twice_with_binary_transport" time="1.198" classname="channelattach_invalid_twice_with_binary_transport">
    </testcase>
    <testcase name="realtime/channel channelattach_invalid_twice_with_text_transport" time="1.214" classname="channelattach_invalid_twice_with_text_transport">
    </testcase>
    <testcase name="realtime/channel channelattachWhenState" time="0.188" classname="channelattachWhenState">
    </testcase>
    <testcase name="realtime/channel channelattachOnceOrIfBefore" time="0.181" classname="channelattachOnceOrIfBefore">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsBasicChannelsGet_with_web_socket_binary_transport" time="1.327" classname="attachWithChannelParamsBasicChannelsGet_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsBasicChannelsGet_with_web_socket_text_transport" time="1.310" classname="attachWithChannelParamsBasicChannelsGet_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsBasicChannelsGet_with_xhr_polling_binary_transport" time="1.049" classname="attachWithChannelParamsBasicChannelsGet_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsBasicChannelsGet_with_xhr_polling_text_transport" time="1.055" classname="attachWithChannelParamsBasicChannelsGet_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsBasicChannelsGet_with_binary_transport" time="1.313" classname="attachWithChannelParamsBasicChannelsGet_with_binary_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsBasicChannelsGet_with_text_transport" time="1.327" classname="attachWithChannelParamsBasicChannelsGet_with_text_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsBasicSetOptions_with_web_socket_binary_transport" time="1.320" classname="attachWithChannelParamsBasicSetOptions_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsBasicSetOptions_with_web_socket_text_transport" time="1.313" classname="attachWithChannelParamsBasicSetOptions_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsBasicSetOptions_with_xhr_polling_binary_transport" time="1.072" classname="attachWithChannelParamsBasicSetOptions_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsBasicSetOptions_with_xhr_polling_text_transport" time="1.038" classname="attachWithChannelParamsBasicSetOptions_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsBasicSetOptions_with_binary_transport" time="1.361" classname="attachWithChannelParamsBasicSetOptions_with_binary_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsBasicSetOptions_with_text_transport" time="1.334" classname="attachWithChannelParamsBasicSetOptions_with_text_transport">
    </testcase>
    <testcase name="realtime/channel subscribeAfterSetOptions_with_web_socket_binary_transport" time="0.173" classname="subscribeAfterSetOptions_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/channel subscribeAfterSetOptions_with_web_socket_text_transport" time="0.177" classname="subscribeAfterSetOptions_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/channel subscribeAfterSetOptions_with_xhr_polling_binary_transport" time="0.206" classname="subscribeAfterSetOptions_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/channel subscribeAfterSetOptions_with_xhr_polling_text_transport" time="0.200" classname="subscribeAfterSetOptions_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/channel subscribeAfterSetOptions_with_binary_transport" time="0.183" classname="subscribeAfterSetOptions_with_binary_transport">
    </testcase>
    <testcase name="realtime/channel subscribeAfterSetOptions_with_text_transport" time="0.186" classname="subscribeAfterSetOptions_with_text_transport">
    </testcase>
    <testcase name="realtime/channel channelGetShouldThrowWhenWouldCauseReattach" time="0.186" classname="channelGetShouldThrowWhenWouldCauseReattach">
    </testcase>
    <testcase name="realtime/channel setOptionsCallbackBehaviour_with_web_socket_binary_transport" time="0.240" classname="setOptionsCallbackBehaviour_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/channel setOptionsCallbackBehaviour_with_web_socket_text_transport" time="0.228" classname="setOptionsCallbackBehaviour_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/channel setOptionsCallbackBehaviour_with_xhr_polling_binary_transport" time="0.268" classname="setOptionsCallbackBehaviour_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/channel setOptionsCallbackBehaviour_with_xhr_polling_text_transport" time="0.279" classname="setOptionsCallbackBehaviour_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/channel setOptionsCallbackBehaviour_with_binary_transport" time="0.225" classname="setOptionsCallbackBehaviour_with_binary_transport">
    </testcase>
    <testcase name="realtime/channel setOptionsCallbackBehaviour_with_text_transport" time="0.223" classname="setOptionsCallbackBehaviour_with_text_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsModesAndChannelModes_with_web_socket_binary_transport" time="1.421" classname="attachWithChannelParamsModesAndChannelModes_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsModesAndChannelModes_with_web_socket_text_transport" time="1.412" classname="attachWithChannelParamsModesAndChannelModes_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsModesAndChannelModes_with_xhr_polling_binary_transport" time="1.330" classname="attachWithChannelParamsModesAndChannelModes_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsModesAndChannelModes_with_xhr_polling_text_transport" time="1.115" classname="attachWithChannelParamsModesAndChannelModes_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsModesAndChannelModes_with_binary_transport" time="1.408" classname="attachWithChannelParamsModesAndChannelModes_with_binary_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsModesAndChannelModes_with_text_transport" time="1.412" classname="attachWithChannelParamsModesAndChannelModes_with_text_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelModes_with_web_socket_binary_transport" time="1.446" classname="attachWithChannelModes_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelModes_with_web_socket_text_transport" time="1.408" classname="attachWithChannelModes_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelModes_with_xhr_polling_binary_transport" time="1.043" classname="attachWithChannelModes_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelModes_with_xhr_polling_text_transport" time="1.029" classname="attachWithChannelModes_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelModes_with_binary_transport" time="1.394" classname="attachWithChannelModes_with_binary_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelModes_with_text_transport" time="1.428" classname="attachWithChannelModes_with_text_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsDeltaAndModes_with_web_socket_binary_transport" time="0.457" classname="attachWithChannelParamsDeltaAndModes_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsDeltaAndModes_with_web_socket_text_transport" time="0.386" classname="attachWithChannelParamsDeltaAndModes_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsDeltaAndModes_with_xhr_polling_binary_transport" time="0.496" classname="attachWithChannelParamsDeltaAndModes_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsDeltaAndModes_with_xhr_polling_text_transport" time="0.620" classname="attachWithChannelParamsDeltaAndModes_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsDeltaAndModes_with_binary_transport" time="0.441" classname="attachWithChannelParamsDeltaAndModes_with_binary_transport">
    </testcase>
    <testcase name="realtime/channel attachWithChannelParamsDeltaAndModes_with_text_transport" time="0.389" classname="attachWithChannelParamsDeltaAndModes_with_text_transport">
    </testcase>
    <testcase name="realtime/channel attachWithInvalidChannelParams" time="0.213" classname="attachWithInvalidChannelParams">
    </testcase>
    <testcase name="realtime/channel channelsubscribe0" time="1.185" classname="channelsubscribe0">
    </testcase>
    <testcase name="realtime/channel channelsubscribe1" time="1.698" classname="channelsubscribe1">
    </testcase>
    <testcase name="realtime/channel server_sent_detached" time="0.285" classname="server_sent_detached">
    </testcase>
    <testcase name="realtime/channel server_sent_detached_while_attaching" time="0.148" classname="server_sent_detached_while_attaching">
    </testcase>
    <testcase name="realtime/channel server_sent_error" time="0.179" classname="server_sent_error">
    </testcase>
    <testcase name="realtime/channel server_sent_attached_err" time="0.183" classname="server_sent_attached_err">
    </testcase>
    <testcase name="realtime/channel publish_no_queueing" time="0.010" classname="publish_no_queueing">
    </testcase>
    <testcase name="realtime/channel channel_attach_timeout" time="2.214" classname="channel_attach_timeout">
    </testcase>
    <testcase name="realtime/channel suspended_connection" time="3.366" classname="suspended_connection">
    </testcase>
    <testcase name="realtime/channel attached_while_detaching" time="0.180" classname="attached_while_detaching">
    </testcase>
    <testcase name="realtime/channel detaching from suspended channel transitions channel to detached state" time="0.009" classname="detaching from suspended channel transitions channel to detached state">
    </testcase>
    <testcase name="realtime/channel detaching from failed channel results in error" time="0.002" classname="detaching from failed channel results in error">
    </testcase>
    <testcase name="realtime/channel rewind works on channel after reattaching" time="0.235" classname="rewind works on channel after reattaching">
    </testcase>
    <testcase name="realtime/channel attach_returns_state_change" time="0.185" classname="attach_returns_state_change">
    </testcase>
    <testcase name="realtime/channel subscribe_returns_state_change" time="0.177" classname="subscribe_returns_state_change">
    </testcase>
    <testcase name="realtime/channel rewind_has_backlog_0" time="0.249" classname="rewind_has_backlog_0">
    </testcase>
    <testcase name="realtime/channel rewind_has_backlog_1" time="0.157" classname="rewind_has_backlog_1">
    </testcase>
    <testcase name="realtime/channel should not throw exception then run RealtimeChannels.get() with same options" time="0.008" classname="should not throw exception then run RealtimeChannels.get() with same options">
    </testcase>
    <testcase name="realtime/channel whenState" time="0.179" classname="whenState">
    </testcase>
  </testsuite>
  <testsuite name="realtime/crypto" timestamp="2024-10-22T15:10:56" tests="39" time="10.113" failures="0">
    <testcase name="realtime/crypto generateRandomKey0" time="0.000" classname="generateRandomKey0">
    </testcase>
    <testcase name="realtime/crypto generateRandomKey1" time="0.000" classname="generateRandomKey1">
    </testcase>
    <testcase name="realtime/crypto getDefaultParams_withResultOfGenerateRandomKey" time="0.001" classname="getDefaultParams_withResultOfGenerateRandomKey">
    </testcase>
    <testcase name="realtime/crypto getDefaultParams_ArrayBuffer_key" time="0.000" classname="getDefaultParams_ArrayBuffer_key">
    </testcase>
    <testcase name="realtime/crypto getDefaultParams_base64_key" time="0.000" classname="getDefaultParams_base64_key">
    </testcase>
    <testcase name="realtime/crypto getDefaultParams_check_keylength" time="0.000" classname="getDefaultParams_check_keylength">
    </testcase>
    <testcase name="realtime/crypto getDefaultParams_preserves_custom_algorithms" time="0.000" classname="getDefaultParams_preserves_custom_algorithms">
    </testcase>
    <testcase name="realtime/crypto encrypt_message_128" time="0.008" classname="encrypt_message_128">
    </testcase>
    <testcase name="realtime/crypto encrypt_message_256" time="0.048" classname="encrypt_message_256">
    </testcase>
    <testcase name="realtime/crypto decrypt_message_128" time="0.006" classname="decrypt_message_128">
    </testcase>
    <testcase name="realtime/crypto decrypt_message_256" time="0.034" classname="decrypt_message_256">
    </testcase>
    <testcase name="realtime/crypto fromEncoded_cipher_options" time="0.025" classname="fromEncoded_cipher_options">
    </testcase>
    <testcase name="realtime/crypto msgpack_128" time="0.018" classname="msgpack_128">
    </testcase>
    <testcase name="realtime/crypto msgpack_256" time="0.054" classname="msgpack_256">
    </testcase>
    <testcase name="realtime/crypto single_send_128_with_web_socket_binary_transport" time="0.216" classname="single_send_128_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/crypto single_send_128_with_web_socket_text_transport" time="0.213" classname="single_send_128_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/crypto single_send_128_with_xhr_polling_binary_transport" time="0.195" classname="single_send_128_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/crypto single_send_128_with_xhr_polling_text_transport" time="0.193" classname="single_send_128_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/crypto single_send_128_with_binary_transport" time="0.211" classname="single_send_128_with_binary_transport">
    </testcase>
    <testcase name="realtime/crypto single_send_128_with_text_transport" time="0.203" classname="single_send_128_with_text_transport">
    </testcase>
    <testcase name="realtime/crypto single_send_256_with_web_socket_binary_transport" time="0.202" classname="single_send_256_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/crypto single_send_256_with_web_socket_text_transport" time="0.231" classname="single_send_256_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/crypto single_send_256_with_xhr_polling_binary_transport" time="0.194" classname="single_send_256_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/crypto single_send_256_with_xhr_polling_text_transport" time="0.197" classname="single_send_256_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/crypto single_send_256_with_binary_transport" time="0.225" classname="single_send_256_with_binary_transport">
    </testcase>
    <testcase name="realtime/crypto single_send_256_with_text_transport" time="0.214" classname="single_send_256_with_text_transport">
    </testcase>
    <testcase name="realtime/crypto multiple_send_binary_2_200" time="0.426" classname="multiple_send_binary_2_200">
    </testcase>
    <testcase name="realtime/crypto multiple_send_text_2_200" time="0.407" classname="multiple_send_text_2_200">
    </testcase>
    <testcase name="realtime/crypto multiple_send_binary_20_100" time="2.112" classname="multiple_send_binary_20_100">
    </testcase>
    <testcase name="realtime/crypto multiple_send_text_20_100" time="2.130" classname="multiple_send_text_20_100">
    </testcase>
    <testcase name="realtime/crypto multiple_send_binary_10_10" time="0.308" classname="multiple_send_binary_10_10">
    </testcase>
    <testcase name="realtime/crypto multiple_send_text_10_10" time="0.305" classname="multiple_send_text_10_10">
    </testcase>
    <testcase name="realtime/crypto single_send_binary_text" time="0.210" classname="single_send_binary_text">
    </testcase>
    <testcase name="realtime/crypto single_send_text_binary" time="0.239" classname="single_send_text_binary">
    </testcase>
    <testcase name="realtime/crypto publish_immediately" time="0.218" classname="publish_immediately">
    </testcase>
    <testcase name="realtime/crypto single_send_key_mismatch" time="0.210" classname="single_send_key_mismatch">
    </testcase>
    <testcase name="realtime/crypto single_send_unencrypted" time="0.217" classname="single_send_unencrypted">
    </testcase>
    <testcase name="realtime/crypto single_send_encrypted_unhandled" time="0.211" classname="single_send_encrypted_unhandled">
    </testcase>
    <testcase name="realtime/crypto set_cipher_params0" time="0.310" classname="set_cipher_params0">
    </testcase>
  </testsuite>
  <testsuite name="realtime/delta" timestamp="2024-10-22T15:11:06" tests="5" time="7.221" failures="0">
    <testcase name="realtime/delta deltaPlugin" time="1.729" classname="deltaPlugin">
    </testcase>
    <testcase name="realtime/delta unusedPlugin" time="1.724" classname="unusedPlugin">
    </testcase>
    <testcase name="realtime/delta lastMessageNotFoundRecovery" time="1.738" classname="lastMessageNotFoundRecovery">
    </testcase>
    <testcase name="realtime/delta deltaDecodeFailureRecovery" time="1.770" classname="deltaDecodeFailureRecovery">
    </testcase>
    <testcase name="realtime/delta noPlugin" time="0.245" classname="noPlugin">
    </testcase>
  </testsuite>
  <testsuite name="realtime/encoding" timestamp="2024-10-22T15:11:13" tests="2" time="1.190" failures="0">
    <testcase name="realtime/encoding message_decoding" time="0.376" classname="message_decoding">
    </testcase>
    <testcase name="realtime/encoding message_encoding" time="0.805" classname="message_encoding">
    </testcase>
  </testsuite>
  <testsuite name="realtime/event_emitter" timestamp="2024-10-22T15:11:14" tests="13" time="0.000" failures="0">
    <testcase name="realtime/event_emitter attachdetach0" time="0.169" classname="attachdetach0">
    </testcase>
    <testcase name="realtime/event_emitter emitCallsAllCallbacksIgnoringExceptions" time="0.010" classname="emitCallsAllCallbacksIgnoringExceptions">
    </testcase>
    <testcase name="realtime/event_emitter onceCalledOnlyOnce" time="0.000" classname="onceCalledOnlyOnce">
    </testcase>
    <testcase name="realtime/event_emitter onceCallbackDoesNotImpactOnCallback" time="0.000" classname="onceCallbackDoesNotImpactOnCallback">
    </testcase>
    <testcase name="realtime/event_emitter offRemovesAllMatchingListeners" time="0.001" classname="offRemovesAllMatchingListeners">
    </testcase>
    <testcase name="realtime/event_emitter offRemovesAllListeners" time="0.004" classname="offRemovesAllListeners">
    </testcase>
    <testcase name="realtime/event_emitter offRemovesAllMatchingEventListeners" time="0.006" classname="offRemovesAllMatchingEventListeners">
    </testcase>
    <testcase name="realtime/event_emitter offRemovesAllMatchingEvents" time="0.006" classname="offRemovesAllMatchingEvents">
    </testcase>
    <testcase name="realtime/event_emitter offRemovesEmptyEventNameListeners" time="0.006" classname="offRemovesEmptyEventNameListeners">
    </testcase>
    <testcase name="realtime/event_emitter arrayOfEvents" time="0.006" classname="arrayOfEvents">
    </testcase>
    <testcase name="realtime/event_emitter arrayOfEventsWithOnce" time="0.005" classname="arrayOfEventsWithOnce">
    </testcase>
    <testcase name="realtime/event_emitter listenerAddedInListenerCb" time="0.006" classname="listenerAddedInListenerCb">
    </testcase>
    <testcase name="realtime/event_emitter listenerRemovedInListenerCb" time="0.006" classname="listenerRemovedInListenerCb">
    </testcase>
  </testsuite>
  <testsuite name="event_emitter_promise" timestamp="2024-10-22T15:11:15" tests="4" time="0.309" failures="0">
    <testcase name="realtime/event_emitter event_emitter_promise whenState" time="0.148" classname="whenState">
    </testcase>
    <testcase name="realtime/event_emitter event_emitter_promise once" time="0.142" classname="once">
    </testcase>
    <testcase name="realtime/event_emitter event_emitter_promise anyEventsWithOnce" time="0.008" classname="anyEventsWithOnce">
    </testcase>
    <testcase name="realtime/event_emitter event_emitter_promise arrayOfEventsWithOnce" time="0.001" classname="arrayOfEventsWithOnce">
    </testcase>
  </testsuite>
  <testsuite name="realtime/failure" timestamp="2024-10-22T15:11:15" tests="20" time="27.853" failures="0">
    <testcase name="realtime/failure invalid_cred_failure" time="0.991" classname="invalid_cred_failure">
    </testcase>
    <testcase name="realtime/failure break_transport" time="0.160" classname="break_transport">
    </testcase>
    <testcase name="realtime/failure no_connection_lifecycle" time="4.804" classname="no_connection_lifecycle">
    </testcase>
    <testcase name="realtime/failure disconnected_backoff_web_socket" time="2.019" classname="disconnected_backoff_web_socket">
    </testcase>
    <testcase name="realtime/failure disconnected_backoff_xhr_polling" time="1.092" classname="disconnected_backoff_xhr_polling">
    </testcase>
    <testcase name="realtime/failure failed_channel" time="0.188" classname="failed_channel">
    </testcase>
    <testcase name="realtime/failure attach_timeout" time="2.977" classname="attach_timeout">
    </testcase>
    <testcase name="realtime/failure channel_backoff_web_socket" time="1.600" classname="channel_backoff_web_socket">
    </testcase>
    <testcase name="realtime/failure channel_backoff_xhr_polling" time="1.464" classname="channel_backoff_xhr_polling">
    </testcase>
    <testcase name="realtime/failure nack_on_connection_suspended" time="0.156" classname="nack_on_connection_suspended">
    </testcase>
    <testcase name="realtime/failure nack_on_connection_failed" time="0.143" classname="nack_on_connection_failed">
    </testcase>
    <testcase name="realtime/failure nack_on_connection_closed" time="0.138" classname="nack_on_connection_closed">
    </testcase>
    <testcase name="realtime/failure idle_transport_timeout" time="2.325" classname="idle_transport_timeout">
    </testcase>
    <testcase name="realtime/failure try_fallback_hosts_on_placement_constraint_with_web_socket_binary_transport" time="0.546" classname="try_fallback_hosts_on_placement_constraint_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/failure try_fallback_hosts_on_placement_constraint_with_web_socket_text_transport" time="0.525" classname="try_fallback_hosts_on_placement_constraint_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/failure try_fallback_hosts_on_placement_constraint_with_xhr_polling_binary_transport" time="0.361" classname="try_fallback_hosts_on_placement_constraint_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/failure try_fallback_hosts_on_placement_constraint_with_xhr_polling_text_transport" time="0.157" classname="try_fallback_hosts_on_placement_constraint_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/failure try_fallback_hosts_on_placement_constraint_with_binary_transport" time="0.451" classname="try_fallback_hosts_on_placement_constraint_with_binary_transport">
    </testcase>
    <testcase name="realtime/failure try_fallback_hosts_on_placement_constraint_with_text_transport" time="0.499" classname="try_fallback_hosts_on_placement_constraint_with_text_transport">
    </testcase>
    <testcase name="realtime/failure no_messages_if_not_attached" time="7.184" classname="no_messages_if_not_attached">
    </testcase>
  </testsuite>
  <testsuite name="realtime/history" timestamp="2024-10-22T15:11:43" tests="1" time="0.402" failures="0">
    <testcase name="realtime/history history_until_attach" time="0.398" classname="history_until_attach">
    </testcase>
  </testsuite>
  <testsuite name="realtime/init" timestamp="2024-10-22T15:11:43" tests="14" time="2.264" failures="0">
    <testcase name="realtime/init initbase0" time="0.154" classname="initbase0">
    </testcase>
    <testcase name="realtime/init init_key_string" time="0.008" classname="init_key_string">
    </testcase>
    <testcase name="realtime/init init_token_string" time="0.455" classname="init_token_string">
    </testcase>
    <testcase name="realtime/init init_key_with_usetokenauth" time="0.251" classname="init_key_with_usetokenauth">
    </testcase>
    <testcase name="realtime/init init_usetokenauth_defaulttokenparams_wildcard" time="0.228" classname="init_usetokenauth_defaulttokenparams_wildcard">
    </testcase>
    <testcase name="realtime/init init_defaulttokenparams_nonwildcard" time="0.212" classname="init_defaulttokenparams_nonwildcard">
    </testcase>
    <testcase name="realtime/init init_conflicting_clientids" time="0.239" classname="init_conflicting_clientids">
    </testcase>
    <testcase name="realtime/init init_with_usetokenauth_false_and_a_clientid" time="0.001" classname="init_with_usetokenauth_false_and_a_clientid">
    </testcase>
    <testcase name="realtime/init init_defaulthost" time="0.001" classname="init_defaulthost">
    </testcase>
    <testcase name="realtime/init init_timeouts" time="0.009" classname="init_timeouts">
    </testcase>
    <testcase name="realtime/init init_fallbacks" time="0.092" classname="init_fallbacks">
    </testcase>
    <testcase name="realtime/init init_and_connection_details" time="0.203" classname="init_and_connection_details">
    </testcase>
    <testcase name="realtime/init init_fallbacks_once_connected" time="0.147" classname="init_fallbacks_once_connected">
    </testcase>
    <testcase name="realtime/init init_fallbacks_once_connected_2" time="0.229" classname="init_fallbacks_once_connected_2">
    </testcase>
  </testsuite>
  <testsuite name="realtime/reauth" timestamp="2024-10-22T15:11:46" tests="24" time="11.036" failures="0">
    <testcase name="realtime/reauth reauthCapabilityUpgradeNewChannel_with_web_socket_binary_transport" time="0.357" classname="reauthCapabilityUpgradeNewChannel_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityUpgradeNewChannel_with_web_socket_text_transport" time="0.350" classname="reauthCapabilityUpgradeNewChannel_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityUpgradeNewChannel_with_xhr_polling_binary_transport" time="0.414" classname="reauthCapabilityUpgradeNewChannel_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityUpgradeNewChannel_with_xhr_polling_text_transport" time="0.420" classname="reauthCapabilityUpgradeNewChannel_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityUpgradeNewChannel_with_binary_transport" time="0.351" classname="reauthCapabilityUpgradeNewChannel_with_binary_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityUpgradeNewChannel_with_text_transport" time="0.331" classname="reauthCapabilityUpgradeNewChannel_with_text_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityDowngradeFullChannel_with_web_socket_binary_transport" time="0.335" classname="reauthCapabilityDowngradeFullChannel_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityDowngradeFullChannel_with_web_socket_text_transport" time="0.346" classname="reauthCapabilityDowngradeFullChannel_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityDowngradeFullChannel_with_xhr_polling_binary_transport" time="0.427" classname="reauthCapabilityDowngradeFullChannel_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityDowngradeFullChannel_with_xhr_polling_text_transport" time="0.420" classname="reauthCapabilityDowngradeFullChannel_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityDowngradeFullChannel_with_binary_transport" time="0.362" classname="reauthCapabilityDowngradeFullChannel_with_binary_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityDowngradeFullChannel_with_text_transport" time="0.349" classname="reauthCapabilityDowngradeFullChannel_with_text_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityUpgradeAddPublish_with_web_socket_binary_transport" time="0.746" classname="reauthCapabilityUpgradeAddPublish_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityUpgradeAddPublish_with_web_socket_text_transport" time="0.735" classname="reauthCapabilityUpgradeAddPublish_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityUpgradeAddPublish_with_xhr_polling_binary_transport" time="0.491" classname="reauthCapabilityUpgradeAddPublish_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityUpgradeAddPublish_with_xhr_polling_text_transport" time="0.499" classname="reauthCapabilityUpgradeAddPublish_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityUpgradeAddPublish_with_binary_transport" time="0.764" classname="reauthCapabilityUpgradeAddPublish_with_binary_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityUpgradeAddPublish_with_text_transport" time="0.723" classname="reauthCapabilityUpgradeAddPublish_with_text_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityDowngradePublish_with_web_socket_binary_transport" time="0.397" classname="reauthCapabilityDowngradePublish_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityDowngradePublish_with_web_socket_text_transport" time="0.388" classname="reauthCapabilityDowngradePublish_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityDowngradePublish_with_xhr_polling_binary_transport" time="0.492" classname="reauthCapabilityDowngradePublish_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityDowngradePublish_with_xhr_polling_text_transport" time="0.500" classname="reauthCapabilityDowngradePublish_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityDowngradePublish_with_binary_transport" time="0.396" classname="reauthCapabilityDowngradePublish_with_binary_transport">
    </testcase>
    <testcase name="realtime/reauth reauthCapabilityDowngradePublish_with_text_transport" time="0.379" classname="reauthCapabilityDowngradePublish_with_text_transport">
    </testcase>
  </testsuite>
  <testsuite name="realtime/message" timestamp="2024-10-22T15:11:57" tests="35" time="27.756" failures="1">
    <testcase name="realtime/message publishonce" time="0.258" classname="publishonce">
    </testcase>
    <testcase name="realtime/message publishfast_with_web_socket_binary_transport" time="0.712" classname="publishfast_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/message publishfast_with_web_socket_text_transport" time="0.725" classname="publishfast_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/message publishfast_with_xhr_polling_binary_transport" time="0.406" classname="publishfast_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/message publishfast_with_xhr_polling_text_transport" time="0.433" classname="publishfast_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/message publishfast_with_binary_transport" time="0.706" classname="publishfast_with_binary_transport">
    </testcase>
    <testcase name="realtime/message publishfast_with_text_transport" time="0.723" classname="publishfast_with_text_transport">
    </testcase>
    <testcase name="realtime/message publishQueued_with_web_socket_binary_transport" time="1.340" classname="publishQueued_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/message publishQueued_with_web_socket_text_transport" time="1.343" classname="publishQueued_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/message publishQueued_with_xhr_polling_binary_transport" time="1.292" classname="publishQueued_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/message publishQueued_with_xhr_polling_text_transport" time="1.320" classname="publishQueued_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/message publishQueued_with_binary_transport" time="1.323" classname="publishQueued_with_binary_transport">
    </testcase>
    <testcase name="realtime/message publishQueued_with_text_transport" time="1.331" classname="publishQueued_with_text_transport">
    </testcase>
    <testcase name="realtime/message publishEcho" time="0.275" classname="publishEcho">
    </testcase>
    <testcase name="realtime/message publishVariations" time="3.245" classname="publishVariations">
    </testcase>
    <testcase name="realtime/message publishDisallowed" time="0.182" classname="publishDisallowed">
    </testcase>
    <testcase name="realtime/message publishEncodings" time="0.471" classname="publishEncodings">
    </testcase>
    <testcase name="realtime/message restpublish" time="5.116" classname="restpublish">
    </testcase>
    <testcase name="realtime/message publish_with_web_socket_binary_transport" time="0.730" classname="publish_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/message publish_with_web_socket_text_transport" time="0.737" classname="publish_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/message publish_with_xhr_polling_binary_transport" time="0.460" classname="publish_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/message publish_with_xhr_polling_text_transport" time="0.448" classname="publish_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/message publish_with_binary_transport" time="0.745" classname="publish_with_binary_transport">
    </testcase>
    <testcase name="realtime/message publish_with_text_transport" time="0.705" classname="publish_with_text_transport">
    </testcase>
    <testcase name="realtime/message implicit_client_id_0" time="0.167" classname="implicit_client_id_0">
    </testcase>
    <testcase name="realtime/message explicit_client_id_0" time="0.204" classname="explicit_client_id_0">
    </testcase>
    <testcase name="realtime/message explicit_client_id_1" time="0.735" classname="explicit_client_id_1">
    </testcase>
    <testcase name="realtime/message subscribe_with_event_array" time="0.194" classname="subscribe_with_event_array">
    </testcase>
    <testcase name="realtime/message subscribe_with_filter_object" time="0.193" classname="subscribe_with_filter_object">
    </testcase>
    <testcase name="realtime/message unsubscribe_with_filter_object" time="0.223" classname="unsubscribe_with_filter_object">
    </testcase>
    <testcase name="realtime/message extras_field" time="0.271" classname="extras_field">
    </testcase>
    <testcase name="realtime/message maxMessageSize" time="0.145" classname="maxMessageSize">
    </testcase>
    <testcase name="realtime/message idempotentRealtimePublishing" time="0.205" classname="idempotentRealtimePublishing">
    </testcase>
    <testcase name="realtime/message subscribes to filtered channel" time="0.279" classname="subscribes to filtered channel">
      <failure message="Expect only two filtered message to be received: expected +0 to equal 2" type="AssertionError"><![CDATA[@[native code]
@http://localhost:3000/test/realtime/message.test.js:1386:59
callListener@http://localhost:3000/build/ably.js:1740:19
@http://localhost:3000/build/ably.js:1894:19
forEach@[native code]
emit@http://localhost:3000/build/ably.js:1893:22
onEvent@http://localhost:3000/build/ably.js:6122:25
@http://localhost:3000/build/ably.js:6450:21

      + expected - actual

      -0
      +2
      ]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="realtime/resume" timestamp="2024-10-22T15:12:24" tests="35" time="154.107" failures="0">
    <testcase name="realtime/resume resume_inactive_with_web_socket_binary_transport" time="12.463" classname="resume_inactive_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/resume resume_inactive_with_web_socket_text_transport" time="12.478" classname="resume_inactive_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/resume resume_inactive_with_xhr_polling_binary_transport" time="12.432" classname="resume_inactive_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/resume resume_inactive_with_xhr_polling_text_transport" time="12.703" classname="resume_inactive_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/resume resume_inactive_with_binary_transport" time="12.483" classname="resume_inactive_with_binary_transport">
    </testcase>
    <testcase name="realtime/resume resume_inactive_with_text_transport" time="12.470" classname="resume_inactive_with_text_transport">
    </testcase>
    <testcase name="realtime/resume resume_active_with_web_socket_binary_transport" time="11.870" classname="resume_active_with_web_socket_binary_transport">
    </testcase>
    <testcase name="realtime/resume resume_active_with_web_socket_text_transport" time="11.718" classname="resume_active_with_web_socket_text_transport">
    </testcase>
    <testcase name="realtime/resume resume_active_with_xhr_polling_binary_transport" time="11.584" classname="resume_active_with_xhr_polling_binary_transport">
    </testcase>
    <testcase name="realtime/resume resume_active_with_xhr_polling_text_transport" time="11.567" classname="resume_active_with_xhr_polling_text_transport">
    </testcase>
    <testcase name="realtime/resume resume_active_with_binary_transport" time="11.695" classname="resume_active_with_binary_transport">
    </testcase>
    <testcase name="realtime/resume resume_active_with_text_transport" time="11.722" classname="resume_active_with_text_transport">
    </testcase>
    <testcase name="realtime/resume channel_resumed_flag" time="0.329" classname="channel_resumed_flag">
    </testcase>
    <testcase name="realtime/resume no_resume_once_suspended" time="0.129" classname="no_resume_once_suspended">
    </testcase>
    <testcase name="realtime/resume no_resume_last_activity" time="0.124" classname="no_resume_last_activity">
    </testcase>
    <testcase name="realtime/resume resume_rewind_1" time="7.304" classname="resume_rewind_1">
    </testcase>
    <testcase name="realtime/resume recover multiple channels" time="0.983" classname="recover multiple channels">
    </testcase>
  </testsuite>
  <testsuite name="realtime/presence" timestamp="2024-10-22T15:14:58" tests="35" time="23.221" failures="0">
    <testcase name="realtime/presence presenceEnterWithoutAttach" time="0.445" classname="presenceEnterWithoutAttach">
    </testcase>
    <testcase name="realtime/presence presenceEnterWithoutConnect" time="0.353" classname="presenceEnterWithoutConnect">
    </testcase>
    <testcase name="realtime/presence presenceEnterWithCallback" time="0.349" classname="presenceEnterWithCallback">
    </testcase>
    <testcase name="realtime/presence presenceEnterWithNothing" time="0.352" classname="presenceEnterWithNothing">
    </testcase>
    <testcase name="realtime/presence presenceEnterWithData" time="0.356" classname="presenceEnterWithData">
    </testcase>
    <testcase name="realtime/presence presenceMessageAction" time="0.220" classname="presenceMessageAction">
    </testcase>
    <testcase name="realtime/presence presenceMessageExtras" time="0.238" classname="presenceMessageExtras">
    </testcase>
    <testcase name="realtime/presence presenceEnterDetachEnter" time="0.842" classname="presenceEnterDetachEnter">
    </testcase>
    <testcase name="realtime/presence presenceEnterInvalid" time="0.166" classname="presenceEnterInvalid">
    </testcase>
    <testcase name="realtime/presence presenceEnterAndLeave" time="0.349" classname="presenceEnterAndLeave">
    </testcase>
    <testcase name="realtime/presence presenceEnterUpdate" time="0.838" classname="presenceEnterUpdate">
    </testcase>
    <testcase name="realtime/presence presenceEnterGet" time="0.326" classname="presenceEnterGet">
    </testcase>
    <testcase name="realtime/presence presenceSubscribeUnattached" time="0.338" classname="presenceSubscribeUnattached">
    </testcase>
    <testcase name="realtime/presence presenceGetUnattached" time="0.389" classname="presenceGetUnattached">
    </testcase>
    <testcase name="realtime/presence presenceEnterLeaveGet" time="0.860" classname="presenceEnterLeaveGet">
    </testcase>
    <testcase name="realtime/presence presenceHistory" time="0.891" classname="presenceHistory">
    </testcase>
    <testcase name="realtime/presence presenceSecondConnection" time="0.408" classname="presenceSecondConnection">
    </testcase>
    <testcase name="realtime/presence presenceTwoMembers" time="0.256" classname="presenceTwoMembers">
    </testcase>
    <testcase name="realtime/presence presenceEnterAfterClose" time="0.527" classname="presenceEnterAfterClose">
    </testcase>
    <testcase name="realtime/presence presenceEnterClosed" time="0.129" classname="presenceEnterClosed">
    </testcase>
    <testcase name="realtime/presence presenceClientIdIsImplicit" time="1.198" classname="presenceClientIdIsImplicit">
    </testcase>
    <testcase name="realtime/presence presenceEncoding" time="0.334" classname="presenceEncoding">
    </testcase>
    <testcase name="realtime/presence presence_enter_inherited_clientid" time="0.428" classname="presence_enter_inherited_clientid">
    </testcase>
    <testcase name="realtime/presence presence_enter_before_know_clientid" time="0.422" classname="presence_enter_before_know_clientid">
    </testcase>
    <testcase name="realtime/presence presence_refresh_on_detach" time="0.725" classname="presence_refresh_on_detach">
    </testcase>
    <testcase name="realtime/presence presence_detach_during_sync" time="0.252" classname="presence_detach_during_sync">
    </testcase>
    <testcase name="realtime/presence presence_auto_reenter" time="0.451" classname="presence_auto_reenter">
    </testcase>
    <testcase name="realtime/presence multiple_pending" time="0.266" classname="multiple_pending">
    </testcase>
    <testcase name="realtime/presence leave_published_for_member_missing_from_sync" time="0.294" classname="leave_published_for_member_missing_from_sync">
    </testcase>
    <testcase name="realtime/presence leave_published_for_members_on_presenceless_attached" time="0.244" classname="leave_published_for_members_on_presenceless_attached">
    </testcase>
    <testcase name="realtime/presence suspended_preserves_presence" time="1.481" classname="suspended_preserves_presence">
    </testcase>
    <testcase name="realtime/presence presence_many_updates" time="8.221" classname="presence_many_updates">
    </testcase>
  </testsuite>
  <testsuite name="realtime/sync" timestamp="2024-10-22T15:15:22" tests="6" time="0.862" failures="0">
    <testcase name="realtime/sync sync_existing_set" time="0.020" classname="sync_existing_set">
    </testcase>
    <testcase name="realtime/sync sync_member_arrives_in_middle" time="0.001" classname="sync_member_arrives_in_middle">
    </testcase>
    <testcase name="realtime/sync sync_member_arrives_normally_after_came_in_sync" time="0.002" classname="sync_member_arrives_normally_after_came_in_sync">
    </testcase>
    <testcase name="realtime/sync sync_member_arrives_normally_before_comes_in_sync" time="0.001" classname="sync_member_arrives_normally_before_comes_in_sync">
    </testcase>
    <testcase name="realtime/sync presence_ordering" time="0.015" classname="presence_ordering">
    </testcase>
    <testcase name="realtime/sync presence_sync_interruptus" time="0.783" classname="presence_sync_interruptus">
    </testcase>
  </testsuite>
  <testsuite name="realtime/transports" timestamp="2024-10-22T15:15:23" tests="9" time="22.083" failures="0">
    <testcase name="realtime/transports websocket_is_default" time="0.156" classname="websocket_is_default">
    </testcase>
    <testcase name="realtime/transports no_ws_connectivity" time="3.048" classname="no_ws_connectivity">
    </testcase>
    <testcase name="realtime/transports ws_primary_host_fails" time="0.213" classname="ws_primary_host_fails">
    </testcase>
    <testcase name="realtime/transports no_internet_connectivity" time="1.318" classname="no_internet_connectivity">
    </testcase>
    <testcase name="realtime/transports no_websocket_or_base_transport" time="3.016" classname="no_websocket_or_base_transport">
    </testcase>
    <testcase name="realtime/transports ws_can_reconnect_after_ws_connectivity_fail" time="14.046" classname="ws_can_reconnect_after_ws_connectivity_fail">
    </testcase>
    <testcase name="realtime/transports base_transport_preference" time="0.054" classname="base_transport_preference">
    </testcase>
    <testcase name="realtime/transports transport_preference_reset_while_connecting" time="0.161" classname="transport_preference_reset_while_connecting">
    </testcase>
    <testcase name="realtime/transports transport_preference_reset_after_connected" time="0.046" classname="transport_preference_reset_after_connected">
    </testcase>
  </testsuite>
  <testsuite name="incremental backoff and jitter" timestamp="2024-10-22T15:15:45" tests="1" time="0.003" failures="0">
    <testcase name="incremental backoff and jitter should calculate retry timeouts using incremental backoff and jitter" time="0.000" classname="should calculate retry timeouts using incremental backoff and jitter">
    </testcase>
  </testsuite>
  <testsuite name="rest/auth" timestamp="2024-10-22T15:15:45" tests="32" time="5.055" failures="0">
    <testcase name="rest/auth Base token generation case" time="0.082" classname="Base token generation case">
    </testcase>
    <testcase name="rest/auth Base token generation with options" time="0.075" classname="Base token generation with options">
    </testcase>
    <testcase name="rest/auth Generate token and init library with it" time="0.093" classname="Generate token and init library with it">
    </testcase>
    <testcase name="rest/auth Token generation with explicit timestamp" time="0.132" classname="Token generation with explicit timestamp">
    </testcase>
    <testcase name="rest/auth Token generation with invalid timestamp" time="0.074" classname="Token generation with invalid timestamp">
    </testcase>
    <testcase name="rest/auth Token generation with system timestamp" time="0.074" classname="Token generation with system timestamp">
    </testcase>
    <testcase name="rest/auth Token generation with duplicate nonce" time="0.219" classname="Token generation with duplicate nonce">
    </testcase>
    <testcase name="rest/auth Token generation with clientId" time="0.084" classname="Token generation with clientId">
    </testcase>
    <testcase name="rest/auth Token generation with empty string clientId should error" time="0.000" classname="Token generation with empty string clientId should error">
    </testcase>
    <testcase name="rest/auth Token generation with capability that subsets key capability" time="0.077" classname="Token generation with capability that subsets key capability">
    </testcase>
    <testcase name="rest/auth Token generation with specified key" time="0.417" classname="Token generation with specified key">
    </testcase>
    <testcase name="rest/auth Token generation with explicit auth" time="0.074" classname="Token generation with explicit auth">
    </testcase>
    <testcase name="rest/auth Token generation with explicit auth, different key" time="0.411" classname="Token generation with explicit auth, different key">
    </testcase>
    <testcase name="rest/auth Token generation with invalid mac" time="0.075" classname="Token generation with invalid mac">
    </testcase>
    <testcase name="rest/auth Token generation with defaultTokenParams set and no tokenParams passed in" time="0.085" classname="Token generation with defaultTokenParams set and no tokenParams passed in">
    </testcase>
    <testcase name="rest/auth Token generation: if tokenParams passed in, defaultTokenParams should be ignored altogether, not merged" time="0.073" classname="Token generation: if tokenParams passed in, defaultTokenParams should be ignored altogether, not merged">
    </testcase>
    <testcase name="rest/auth Authorize with different args" time="0.087" classname="Authorize with different args">
    </testcase>
    <testcase name="rest/auth Specify non-default ttl" time="0.078" classname="Specify non-default ttl">
    </testcase>
    <testcase name="rest/auth Should error with excessive ttl" time="0.083" classname="Should error with excessive ttl">
    </testcase>
    <testcase name="rest/auth Should error with negative ttl" time="0.073" classname="Should error with negative ttl">
    </testcase>
    <testcase name="rest/auth Should error with invalid ttl" time="0.073" classname="Should error with invalid ttl">
    </testcase>
    <testcase name="rest/auth createTokenRequest without authOptions" time="0.000" classname="createTokenRequest without authOptions">
    </testcase>
    <testcase name="rest/auth createTokenRequest uses the key it was initialized with if authOptions does not have a &quot;key&quot; key" time="0.000" classname="createTokenRequest uses the key it was initialized with if authOptions does not have a &quot;key&quot; key">
    </testcase>
    <testcase name="rest/auth createTokenRequest should serialise capability object as JSON" time="0.001" classname="createTokenRequest should serialise capability object as JSON">
    </testcase>
    <testcase name="rest/auth Basic rest JWT" time="0.370" classname="Basic rest JWT">
    </testcase>
    <testcase name="rest/auth Rest JWT with return type " time="0.187" classname="Rest JWT with return type ">
    </testcase>
    <testcase name="rest/auth Rest embedded JWT" time="0.241" classname="Rest embedded JWT">
    </testcase>
    <testcase name="rest/auth Rest embedded JWT with encryption" time="0.239" classname="Rest embedded JWT with encryption">
    </testcase>
    <testcase name="rest/auth JWT request with invalid key" time="0.574" classname="JWT request with invalid key">
    </testcase>
    <testcase name="rest/auth Rest JWT with authCallback" time="0.187" classname="Rest JWT with authCallback">
    </testcase>
    <testcase name="rest/auth Rest JWT with authCallback and invalid keys" time="0.440" classname="Rest JWT with authCallback and invalid keys">
    </testcase>
    <testcase name="rest/auth authCallback is only invoked once on concurrent auth" time="0.229" classname="authCallback is only invoked once on concurrent auth">
    </testcase>
  </testsuite>
  <testsuite name="rest/capability" timestamp="2024-10-22T15:15:50" tests="14" time="2.184" failures="0">
    <testcase name="rest/capability Blanket intersection with specified key" time="0.326" classname="Blanket intersection with specified key">
    </testcase>
    <testcase name="rest/capability Equal intersection with specified key" time="0.587" classname="Equal intersection with specified key">
    </testcase>
    <testcase name="rest/capability Empty ops intersection" time="0.092" classname="Empty ops intersection">
    </testcase>
    <testcase name="rest/capability Empty paths intersection" time="0.077" classname="Empty paths intersection">
    </testcase>
    <testcase name="rest/capability Ops intersection non-empty" time="0.077" classname="Ops intersection non-empty">
    </testcase>
    <testcase name="rest/capability Paths intersection non-empty" time="0.084" classname="Paths intersection non-empty">
    </testcase>
    <testcase name="rest/capability Wildcard token with publish and subscribe key" time="0.073" classname="Wildcard token with publish and subscribe key">
    </testcase>
    <testcase name="rest/capability Publish and subscribe token with wildcard key" time="0.074" classname="Publish and subscribe token with wildcard key">
    </testcase>
    <testcase name="rest/capability Resources wildcard matching 1" time="0.311" classname="Resources wildcard matching 1">
    </testcase>
    <testcase name="rest/capability Resources wildcard matching 2" time="0.076" classname="Resources wildcard matching 2">
    </testcase>
    <testcase name="rest/capability Resources wildcard matching 3" time="0.083" classname="Resources wildcard matching 3">
    </testcase>
    <testcase name="rest/capability Invalid capabilities 1" time="0.075" classname="Invalid capabilities 1">
    </testcase>
    <testcase name="rest/capability Invalid capabilities 2" time="0.074" classname="Invalid capabilities 2">
    </testcase>
    <testcase name="rest/capability Invalid capabilities 3" time="0.076" classname="Invalid capabilities 3">
    </testcase>
  </testsuite>
  <testsuite name="rest/fallbacks" timestamp="2024-10-22T15:15:52" tests="1" time="0.000" failures="0">
    <testcase name="rest/fallbacks Store working fallback" time="6.184" classname="Store working fallback">
    </testcase>
  </testsuite>
  <testsuite name="Max elapsed time for host retries" timestamp="2024-10-22T15:15:58" tests="2" time="3.013" failures="0">
    <testcase name="rest/fallbacks Max elapsed time for host retries can timeout after default host" time="1.002" classname="can timeout after default host">
    </testcase>
    <testcase name="rest/fallbacks Max elapsed time for host retries can timeout after fallback host retries" time="2.004" classname="can timeout after fallback host retries">
    </testcase>
  </testsuite>
  <testsuite name="rest/history" timestamp="2024-10-22T15:16:01" tests="13" time="16.376" failures="0">
    <testcase name="rest/history history_simple with binary protocol" time="1.072" classname="history_simple with binary protocol">
    </testcase>
    <testcase name="rest/history history_simple with text protocol" time="1.070" classname="history_simple with text protocol">
    </testcase>
    <testcase name="rest/history history_multiple with binary protocol" time="1.071" classname="history_multiple with binary protocol">
    </testcase>
    <testcase name="rest/history history_multiple with text protocol" time="1.072" classname="history_multiple with text protocol">
    </testcase>
    <testcase name="rest/history history_simple_paginated_b with binary protocol" time="2.070" classname="history_simple_paginated_b with binary protocol">
    </testcase>
    <testcase name="rest/history history_simple_paginated_b with text protocol" time="1.991" classname="history_simple_paginated_b with text protocol">
    </testcase>
    <testcase name="rest/history history_simple_paginated_f" time="1.993" classname="history_simple_paginated_f">
    </testcase>
    <testcase name="rest/history history_multiple_paginated_b" time="2.011" classname="history_multiple_paginated_b">
    </testcase>
    <testcase name="rest/history history_multiple_paginated_f" time="1.546" classname="history_multiple_paginated_f">
    </testcase>
    <testcase name="rest/history history_encoding_errors with binary protocol" time="1.083" classname="history_encoding_errors with binary protocol">
    </testcase>
    <testcase name="rest/history history_encoding_errors with text protocol" time="1.071" classname="history_encoding_errors with text protocol">
    </testcase>
    <testcase name="rest/history history_no_next_page with binary protocol" time="0.145" classname="history_no_next_page with binary protocol">
    </testcase>
    <testcase name="rest/history history_no_next_page with text protocol" time="0.146" classname="history_no_next_page with text protocol">
    </testcase>
  </testsuite>
  <testsuite name="rest/http" timestamp="2024-10-22T15:16:17" tests="2" time="0.424" failures="0">
    <testcase name="rest/http Should send X-Ably-Version and Ably-Agent headers in get/post requests" time="0.404" classname="Should send X-Ably-Version and Ably-Agent headers in get/post requests">
    </testcase>
    <testcase name="rest/http Should handle no content responses" time="0.002" classname="Should handle no content responses">
    </testcase>
  </testsuite>
  <testsuite name="rest/init" timestamp="2024-10-22T15:16:18" tests="6" time="0.476" failures="0">
    <testcase name="rest/init Init with key string" time="0.001" classname="Init with key string">
    </testcase>
    <testcase name="rest/init Init with token string" time="0.468" classname="Init with token string">
    </testcase>
    <testcase name="rest/init Init with tls: false" time="0.000" classname="Init with tls: false">
    </testcase>
    <testcase name="rest/init Init with tls: true" time="0.000" classname="Init with tls: true">
    </testcase>
    <testcase name="rest/init Init without any tls key should enable tls" time="0.000" classname="Init without any tls key should enable tls">
    </testcase>
    <testcase name="rest/init Init with clientId set to &apos;*&apos; or anything other than a string or null should error" time="0.000" classname="Init with clientId set to &apos;*&apos; or anything other than a string or null should error">
    </testcase>
  </testsuite>
  <testsuite name="rest/message" timestamp="2024-10-22T15:16:18" tests="7" time="1.489" failures="0">
    <testcase name="rest/message Should implicitly send clientId when authenticated with clientId" time="0.161" classname="Should implicitly send clientId when authenticated with clientId">
    </testcase>
    <testcase name="rest/message Should publish clientId when provided explicitly in message" time="0.165" classname="Should publish clientId when provided explicitly in message">
    </testcase>
    <testcase name="rest/message Should error when clientId sent in message is different than authenticated clientId" time="0.228" classname="Should error when clientId sent in message is different than authenticated clientId">
    </testcase>
    <testcase name="rest/message Should error when publishing message larger than maxMessageSize" time="0.000" classname="Should error when publishing message larger than maxMessageSize">
    </testcase>
    <testcase name="rest/message Should send correct IDs when idempotentRestPublishing set to false" time="0.164" classname="Should send correct IDs when idempotentRestPublishing set to false">
    </testcase>
    <testcase name="rest/message Should add IDs when automatic idempotent rest publishing option enabled" time="0.158" classname="Should add IDs when automatic idempotent rest publishing option enabled">
    </testcase>
    <testcase name="rest/message Rest publish params" time="0.586" classname="Rest publish params">
    </testcase>
  </testsuite>
  <testsuite name="rest/presence" timestamp="2024-10-22T15:16:20" tests="4" time="0.217" failures="0">
    <testcase name="rest/presence Presence get simple" time="0.060" classname="Presence get simple">
    </testcase>
    <testcase name="rest/presence Presence history simple" time="0.073" classname="Presence history simple">
    </testcase>
    <testcase name="rest/presence Presence message JSON serialisation" time="0.065" classname="Presence message JSON serialisation">
    </testcase>
    <testcase name="rest/presence Presence get limits and filtering" time="0.000" classname="Presence get limits and filtering">
    </testcase>
  </testsuite>
  <testsuite name="rest/request" timestamp="2024-10-22T15:16:20" tests="16" time="2.688" failures="0">
    <testcase name="rest/request request_version with binary protocol" time="0.000" classname="request_version with binary protocol">
    </testcase>
    <testcase name="rest/request request_version with text protocol" time="0.000" classname="request_version with text protocol">
    </testcase>
    <testcase name="rest/request request_time with binary protocol" time="0.058" classname="request_time with binary protocol">
    </testcase>
    <testcase name="rest/request request_time with text protocol" time="0.057" classname="request_time with text protocol">
    </testcase>
    <testcase name="rest/request request_404 with binary protocol" time="0.310" classname="request_404 with binary protocol">
    </testcase>
    <testcase name="rest/request request_404 with text protocol" time="0.427" classname="request_404 with text protocol">
    </testcase>
    <testcase name="rest/request request_network_error" time="0.017" classname="request_network_error">
    </testcase>
    <testcase name="rest/request request_post_get_messages with binary protocol" time="0.360" classname="request_post_get_messages with binary protocol">
    </testcase>
    <testcase name="rest/request request_post_get_messages with text protocol" time="0.354" classname="request_post_get_messages with text protocol">
    </testcase>
    <testcase name="rest/request request_batch_api_success with binary protocol" time="0.077" classname="request_batch_api_success with binary protocol">
    </testcase>
    <testcase name="rest/request request_batch_api_success with text protocol" time="0.077" classname="request_batch_api_success with text protocol">
    </testcase>
    <testcase name="rest/request checkput" time="0.366" classname="checkput">
    </testcase>
    <testcase name="rest/request checkpatch" time="0.369" classname="checkpatch">
    </testcase>
    <testcase name="rest/request checkdelete" time="0.182" classname="checkdelete">
    </testcase>
  </testsuite>
  <testsuite name="rest/push" timestamp="2024-10-22T15:16:23" tests="9" time="0.000" failures="0">
    <testcase name="rest/push Get subscriptions" time="1.211" classname="Get subscriptions">
    </testcase>
    <testcase name="rest/push Publish" time="0.319" classname="Publish">
    </testcase>
    <testcase name="rest/push deviceRegistrations save" time="0.942" classname="deviceRegistrations save">
    </testcase>
    <testcase name="rest/push deviceRegistrations get and list" time="2.026" classname="deviceRegistrations get and list">
    </testcase>
    <testcase name="rest/push deviceRegistrations remove removeWhere" time="2.536" classname="deviceRegistrations remove removeWhere">
    </testcase>
    <testcase name="rest/push channelSubscriptions save" time="1.000" classname="channelSubscriptions save">
    </testcase>
    <testcase name="rest/push channelSubscriptions get" time="1.520" classname="channelSubscriptions get">
    </testcase>
    <testcase name="rest/push push_channelSubscriptions_remove" time="1.140" classname="push_channelSubscriptions_remove">
    </testcase>
    <testcase name="rest/push channelSubscriptions listChannels" time="1.300" classname="channelSubscriptions listChannels">
    </testcase>
  </testsuite>
  <testsuite name="push activation" timestamp="2024-10-22T15:16:35" tests="13" time="10.091" failures="0">
    <testcase name="rest/push push activation push_activation_succeeds" time="0.474" classname="push_activation_succeeds">
    </testcase>
    <testcase name="rest/push push activation device_push" time="0.282" classname="device_push">
    </testcase>
    <testcase name="rest/push push activation subscribe_client" time="1.372" classname="subscribe_client">
    </testcase>
    <testcase name="rest/push push activation subscribe_client_without_clientId" time="0.303" classname="subscribe_client_without_clientId">
    </testcase>
    <testcase name="rest/push push activation unsubscribe_client" time="1.910" classname="unsubscribe_client">
    </testcase>
    <testcase name="rest/push push activation direct_publish_client_id" time="0.527" classname="direct_publish_client_id">
    </testcase>
    <testcase name="rest/push push activation subscribe_device" time="0.956" classname="subscribe_device">
    </testcase>
    <testcase name="rest/push push activation unsubscribe_device" time="1.299" classname="unsubscribe_device">
    </testcase>
    <testcase name="rest/push push activation direct_publish_device_id" time="0.469" classname="direct_publish_device_id">
    </testcase>
    <testcase name="rest/push push activation push_channel_subscription_device_id" time="0.794" classname="push_channel_subscription_device_id">
    </testcase>
    <testcase name="rest/push push activation push_channel_subscription_client_id" time="1.571" classname="push_channel_subscription_client_id">
    </testcase>
    <testcase name="rest/push push activation failed_getting_device_details" time="0.013" classname="failed_getting_device_details">
    </testcase>
    <testcase name="rest/push push activation failed_registration" time="0.084" classname="failed_registration">
    </testcase>
  </testsuite>
  <testsuite name="rest/stats" timestamp="2024-10-22T15:16:45" tests="11" time="21.413" failures="0">
    <testcase name="rest/stats contains expected fields" time="10.219" classname="contains expected fields">
    </testcase>
    <testcase name="rest/stats appstats_minute0" time="0.078" classname="appstats_minute0">
    </testcase>
    <testcase name="rest/stats appstats_minute1" time="0.072" classname="appstats_minute1">
    </testcase>
    <testcase name="rest/stats appstats_hour0" time="0.067" classname="appstats_hour0">
    </testcase>
    <testcase name="rest/stats appstats_limit_backwards" time="0.067" classname="appstats_limit_backwards">
    </testcase>
    <testcase name="rest/stats appstats_limit_forwards" time="0.069" classname="appstats_limit_forwards">
    </testcase>
    <testcase name="rest/stats appstats_pagination_backwards" time="0.278" classname="appstats_pagination_backwards">
    </testcase>
    <testcase name="rest/stats appstats_pagination_forwards" time="0.263" classname="appstats_pagination_forwards">
    </testcase>
    <testcase name="rest/stats appstats_pagination_omitted" time="0.329" classname="appstats_pagination_omitted">
    </testcase>
  </testsuite>
  <testsuite name="rest/time" timestamp="2024-10-22T15:17:06" tests="1" time="0.061" failures="0">
    <testcase name="rest/time time0" time="0.057" classname="time0">
    </testcase>
  </testsuite>
  <testsuite name="browser/connection" timestamp="2024-10-22T15:17:06" tests="11" time="16.118" failures="0">
    <testcase name="browser/connection device_going_offline_causes_disconnected_state" time="0.286" classname="device_going_offline_causes_disconnected_state">
    </testcase>
    <testcase name="browser/connection device_going_online_causes_disconnected_connection_to_reconnect_immediately" time="11.155" classname="device_going_online_causes_disconnected_connection_to_reconnect_immediately">
    </testcase>
    <testcase name="browser/connection device_going_online_causes_suspended_connection_to_reconnect_immediately" time="2.024" classname="device_going_online_causes_suspended_connection_to_reconnect_immediately">
    </testcase>
    <testcase name="browser/connection device_going_online_causes_connecting_connection_to_retry_attempt" time="0.274" classname="device_going_online_causes_connecting_connection_to_retry_attempt">
    </testcase>
    <testcase name="browser/connection page_refresh_with_recovery" time="0.255" classname="page_refresh_with_recovery">
    </testcase>
    <testcase name="browser/connection page_refresh_persist_with_denied_recovery" time="0.263" classname="page_refresh_persist_with_denied_recovery">
    </testcase>
    <testcase name="browser/connection page_refresh_with_close_on_unload" time="0.116" classname="page_refresh_with_close_on_unload">
    </testcase>
    <testcase name="browser/connection page_refresh_with_manual_recovery" time="0.272" classname="page_refresh_with_manual_recovery">
    </testcase>
    <testcase name="browser/connection page_refresh_with_multiple_recovery_scopes" time="1.277" classname="page_refresh_with_multiple_recovery_scopes">
    </testcase>
    <testcase name="browser/connection persist_preferred_transport" time="0.149" classname="persist_preferred_transport">
    </testcase>
    <testcase name="browser/connection browser_transports" time="0.012" classname="browser_transports">
    </testcase>
  </testsuite>
  <testsuite name="browser/simple" timestamp="2024-10-22T15:17:22" tests="10" time="8.797" failures="0">
    <testcase name="browser/simple simpleInitBase0" time="0.103" classname="simpleInitBase0">
    </testcase>
    <testcase name="browser/simple wsbase0" time="0.126" classname="wsbase0">
    </testcase>
    <testcase name="browser/simple wspublish0" time="2.671" classname="wspublish0">
    </testcase>
    <testcase name="browser/simple wsheartbeat0" time="0.147" classname="wsheartbeat0">
    </testcase>
    <testcase name="browser/simple xhrpollingbase0" time="0.049" classname="xhrpollingbase0">
    </testcase>
    <testcase name="browser/simple xhrpollingpublish0" time="2.635" classname="xhrpollingpublish0">
    </testcase>
    <testcase name="browser/simple xhrpollingheartbeat0" time="0.124" classname="xhrpollingheartbeat0">
    </testcase>
    <testcase name="browser/simple auto_transport_base0" time="0.115" classname="auto_transport_base0">
    </testcase>
    <testcase name="browser/simple auto_transport_publish0" time="2.649" classname="auto_transport_publish0">
    </testcase>
    <testcase name="browser/simple auto_transport_heartbeat0" time="0.149" classname="auto_transport_heartbeat0">
    </testcase>
  </testsuite>
  <testsuite name="rest/http/fetch" timestamp="2024-10-22T15:17:31" tests="3" time="0.177" failures="0">
    <testcase name="rest/http/fetch Should use fetch when XHR is not supported" time="0.002" classname="Should use fetch when XHR is not supported">
    </testcase>
    <testcase name="rest/http/fetch Should succeed in using fetch to publish a message" time="0.082" classname="Should succeed in using fetch to publish a message">
    </testcase>
    <testcase name="rest/http/fetch Should pass errors correctly" time="0.073" classname="Should pass errors correctly">
    </testcase>
  </testsuite>
  <testsuite name="rest/status" timestamp="2024-10-22T15:17:31" tests="2" time="0.217" failures="0">
    <testcase name="rest/status status0 with binary protocol" time="0.144" classname="status0 with binary protocol">
    </testcase>
    <testcase name="rest/status status0 with text protocol" time="0.067" classname="status0 with text protocol">
    </testcase>
  </testsuite>
  <testsuite name="rest/batchPublish" timestamp="2024-10-22T15:17:32" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="when invoked with an array of specs" timestamp="2024-10-22T15:17:32" tests="1" time="0.179" failures="0">
    <testcase name="rest/batchPublish when invoked with an array of specs performs a batch publish and returns an array of results" time="0.177" classname="performs a batch publish and returns an array of results">
    </testcase>
  </testsuite>
  <testsuite name="when invoked with a single spec" timestamp="2024-10-22T15:17:32" tests="1" time="0.157" failures="0">
    <testcase name="rest/batchPublish when invoked with a single spec performs a batch publish and returns a single result" time="0.154" classname="performs a batch publish and returns a single result">
    </testcase>
  </testsuite>
  <testsuite name="rest/batchPresence" timestamp="2024-10-22T15:17:32" tests="1" time="0.785" failures="0">
    <testcase name="rest/batchPresence performs a batch presence fetch and returns a result" time="0.782" classname="performs a batch presence fetch and returns a result">
    </testcase>
  </testsuite>
  <testsuite name="rest/revokeTokens" timestamp="2024-10-22T15:17:33" tests="3" time="0.475" failures="0">
    <testcase name="rest/revokeTokens revokes tokens matching the given specifiers" time="0.314" classname="revokes tokens matching the given specifiers">
    </testcase>
    <testcase name="rest/revokeTokens accepts optional issuedBefore and allowReauthMargin parameters" time="0.140" classname="accepts optional issuedBefore and allowReauthMargin parameters">
    </testcase>
    <testcase name="rest/revokeTokens throws an error when using token auth" time="0.001" classname="throws an error when using token auth">
    </testcase>
  </testsuite>
  <testsuite name="realtime/live_objects" timestamp="2024-10-22T15:17:33" tests="1" time="0.000" failures="0">
    <testcase name="realtime/live_objects can attach to channel with LiveObjects state modes" time="0.157" classname="can attach to channel with LiveObjects state modes">
    </testcase>
  </testsuite>
  <testsuite name="Realtime without LiveObjects plugin" timestamp="2024-10-22T15:17:34" tests="2" time="0.420" failures="0">
    <testcase name="realtime/live_objects Realtime without LiveObjects plugin throws an error when attempting to access the channel&apos;s `liveObjects` property" time="0.001" classname="throws an error when attempting to access the channel&apos;s `liveObjects` property">
    </testcase>
    <testcase name="realtime/live_objects Realtime without LiveObjects plugin doesn’t break when it receives a STATE_SYNC ProtocolMessage" time="0.358" classname="doesn’t break when it receives a STATE_SYNC ProtocolMessage">
    </testcase>
  </testsuite>
  <testsuite name="Realtime with LiveObjects plugin" timestamp="2024-10-22T15:17:35" tests="11" time="1.881" failures="3">
    <testcase name="realtime/live_objects Realtime with LiveObjects plugin returns LiveObjects class instance when accessing channel&apos;s `liveObjects` property" time="0.001" classname="returns LiveObjects class instance when accessing channel&apos;s `liveObjects` property">
    </testcase>
    <testcase name="realtime/live_objects Realtime with LiveObjects plugin getRoot() returns LiveMap instance" time="0.181" classname="getRoot() returns LiveMap instance">
    </testcase>
    <testcase name="realtime/live_objects Realtime with LiveObjects plugin getRoot() returns live object with id &quot;root&quot;" time="0.186" classname="getRoot() returns live object with id &quot;root&quot;">
    </testcase>
    <testcase name="realtime/live_objects Realtime with LiveObjects plugin getRoot() returns empty root when no state exist on a channel" time="0.186" classname="getRoot() returns empty root when no state exist on a channel">
    </testcase>
    <testcase name="realtime/live_objects Realtime with LiveObjects plugin getRoot() waits for initial STATE_SYNC to be completed before resolving" time="0.178" classname="getRoot() waits for initial STATE_SYNC to be completed before resolving">
    </testcase>
    <testcase name="realtime/live_objects Realtime with LiveObjects plugin getRoot() resolves immediately when STATE_SYNC sequence is completed" time="0.163" classname="getRoot() resolves immediately when STATE_SYNC sequence is completed">
    </testcase>
    <testcase name="realtime/live_objects Realtime with LiveObjects plugin getRoot() waits for subsequent STATE_SYNC to finish before resolving" time="0.181" classname="getRoot() waits for subsequent STATE_SYNC to finish before resolving">
    </testcase>
    <testcase name="realtime/live_objects Realtime with LiveObjects plugin builds state object tree from STATE_SYNC sequence on channel attachment" time="0.193" classname="builds state object tree from STATE_SYNC sequence on channel attachment">
      <failure message="Check map at key=&quot;valuesMap&quot; in root exists: expected undefined to exist" type="AssertionError"><![CDATA[@http://localhost:3000/test/realtime/live_objects.test.js:317:71
forEach@[native code]
@http://localhost:3000/test/realtime/live_objects.test.js:315:26]]></failure>
    </testcase>
    <testcase name="realtime/live_objects Realtime with LiveObjects plugin LiveCounter is initialized with initial value from STATE_SYNC sequence" time="0.189" classname="LiveCounter is initialized with initial value from STATE_SYNC sequence">
    </testcase>
    <testcase name="realtime/live_objects Realtime with LiveObjects plugin LiveMap is initialized with initial value from STATE_SYNC sequence" time="0.183" classname="LiveMap is initialized with initial value from STATE_SYNC sequence">
      <failure message="undefined is not an object (evaluating &apos;valuesMap.size&apos;)" type="TypeError"><![CDATA[@http://localhost:3000/test/realtime/live_objects.test.js:386:27]]></failure>
    </testcase>
    <testcase name="realtime/live_objects Realtime with LiveObjects plugin LiveMaps can reference the same object in their keys" time="0.189" classname="LiveMaps can reference the same object in their keys">
      <failure message="undefined is not an object (evaluating &apos;valuesMap.get&apos;)" type="TypeError"><![CDATA[@http://localhost:3000/test/realtime/live_objects.test.js:438:45]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="browser/modular" timestamp="2024-10-22T15:17:37" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="attempting to initialize with no client options" timestamp="2024-10-22T15:17:37" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="BaseRest" timestamp="2024-10-22T15:17:37" tests="1" time="0.003" failures="0">
    <testcase name="browser/modular attempting to initialize with no client options BaseRest throws an error" time="0.002" classname="throws an error">
    </testcase>
  </testsuite>
  <testsuite name="_BaseRealtime" timestamp="2024-10-22T15:17:37" tests="1" time="0.002" failures="0">
    <testcase name="browser/modular attempting to initialize with no client options _BaseRealtime throws an error" time="0.001" classname="throws an error">
    </testcase>
  </testsuite>
  <testsuite name="attempting to initialize with just an API key" timestamp="2024-10-22T15:17:37" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="BaseRest" timestamp="2024-10-22T15:17:37" tests="1" time="0.002" failures="0">
    <testcase name="browser/modular attempting to initialize with just an API key BaseRest throws an error" time="0.001" classname="throws an error">
    </testcase>
  </testsuite>
  <testsuite name="_BaseRealtime" timestamp="2024-10-22T15:17:37" tests="1" time="0.001" failures="0">
    <testcase name="browser/modular attempting to initialize with just an API key _BaseRealtime throws an error" time="0.000" classname="throws an error">
    </testcase>
  </testsuite>
  <testsuite name="attempting to initialize with just a token" timestamp="2024-10-22T15:17:37" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="BaseRest" timestamp="2024-10-22T15:17:37" tests="1" time="0.001" failures="0">
    <testcase name="browser/modular attempting to initialize with just a token BaseRest throws an error" time="0.000" classname="throws an error">
    </testcase>
  </testsuite>
  <testsuite name="_BaseRealtime" timestamp="2024-10-22T15:17:37" tests="1" time="0.001" failures="0">
    <testcase name="browser/modular attempting to initialize with just a token _BaseRealtime throws an error" time="0.000" classname="throws an error">
    </testcase>
  </testsuite>
  <testsuite name="without any plugins" timestamp="2024-10-22T15:17:37" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="BaseRest" timestamp="2024-10-22T15:17:37" tests="1" time="0.003" failures="0">
    <testcase name="browser/modular without any plugins BaseRest throws an error due to the absence of an HTTP plugin" time="0.002" classname="throws an error due to the absence of an HTTP plugin">
    </testcase>
  </testsuite>
  <testsuite name="_BaseRealtime" timestamp="2024-10-22T15:17:37" tests="1" time="0.001" failures="0">
    <testcase name="browser/modular without any plugins _BaseRealtime throws an error due to the absence of an HTTP plugin" time="0.000" classname="throws an error due to the absence of an HTTP plugin">
    </testcase>
  </testsuite>
  <testsuite name="Rest" timestamp="2024-10-22T15:17:37" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="BaseRest without explicit Rest" timestamp="2024-10-22T15:17:37" tests="11" time="0.838" failures="0">
    <testcase name="browser/modular Rest BaseRest without explicit Rest allows you to use push admin functionality" time="0.086" classname="allows you to use push admin functionality">
    </testcase>
    <testcase name="browser/modular Rest BaseRest without explicit Rest allows you to call `time()`" time="0.059" classname="allows you to call `time()`">
    </testcase>
    <testcase name="browser/modular Rest BaseRest without explicit Rest allows you to call `auth.createTokenRequest()` with `queryTime` option enabled" time="0.062" classname="allows you to call `auth.createTokenRequest()` with `queryTime` option enabled">
    </testcase>
    <testcase name="browser/modular Rest BaseRest without explicit Rest allows you to call `stats()`" time="0.096" classname="allows you to call `stats()`">
    </testcase>
    <testcase name="browser/modular Rest BaseRest without explicit Rest allows you to call `request(...)`" time="0.067" classname="allows you to call `request(...)`">
    </testcase>
    <testcase name="browser/modular Rest BaseRest without explicit Rest allows you to call `batchPublish(...)`" time="0.086" classname="allows you to call `batchPublish(...)`">
    </testcase>
    <testcase name="browser/modular Rest BaseRest without explicit Rest allows you to call `batchPresence(...)`" time="0.074" classname="allows you to call `batchPresence(...)`">
    </testcase>
    <testcase name="browser/modular Rest BaseRest without explicit Rest allows you to call `auth.revokeTokens(...)`" time="0.082" classname="allows you to call `auth.revokeTokens(...)`">
    </testcase>
    <testcase name="browser/modular Rest BaseRest without explicit Rest allows you to call channel’s `history()`" time="0.069" classname="allows you to call channel’s `history()`">
    </testcase>
    <testcase name="browser/modular Rest BaseRest without explicit Rest allows you to call channel’s `presence.history()`" time="0.069" classname="allows you to call channel’s `presence.history()`">
    </testcase>
    <testcase name="browser/modular Rest BaseRest without explicit Rest allows you to call channel’s `status()`" time="0.057" classname="allows you to call channel’s `status()`">
    </testcase>
  </testsuite>
  <testsuite name="BaseRealtime with Rest" timestamp="2024-10-22T15:17:38" tests="11" time="0.837" failures="0">
    <testcase name="browser/modular Rest BaseRealtime with Rest allows you to use push admin functionality" time="0.084" classname="allows you to use push admin functionality">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime with Rest allows you to call `time()`" time="0.062" classname="allows you to call `time()`">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime with Rest allows you to call `auth.createTokenRequest()` with `queryTime` option enabled" time="0.059" classname="allows you to call `auth.createTokenRequest()` with `queryTime` option enabled">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime with Rest allows you to call `stats()`" time="0.094" classname="allows you to call `stats()`">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime with Rest allows you to call `request(...)`" time="0.060" classname="allows you to call `request(...)`">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime with Rest allows you to call `batchPublish(...)`" time="0.077" classname="allows you to call `batchPublish(...)`">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime with Rest allows you to call `batchPresence(...)`" time="0.066" classname="allows you to call `batchPresence(...)`">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime with Rest allows you to call `auth.revokeTokens(...)`" time="0.078" classname="allows you to call `auth.revokeTokens(...)`">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime with Rest allows you to call channel’s `history()`" time="0.093" classname="allows you to call channel’s `history()`">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime with Rest allows you to call channel’s `presence.history()`" time="0.068" classname="allows you to call channel’s `presence.history()`">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime with Rest allows you to call channel’s `status()`" time="0.063" classname="allows you to call channel’s `status()`">
    </testcase>
  </testsuite>
  <testsuite name="BaseRealtime without Rest" timestamp="2024-10-22T15:17:38" tests="13" time="0.332" failures="0">
    <testcase name="browser/modular Rest BaseRealtime without Rest still allows publishing and subscribing" time="0.228" classname="still allows publishing and subscribing">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime without Rest allows `auth.createTokenRequest()` without `queryTime` option enabled" time="0.001" classname="allows `auth.createTokenRequest()` without `queryTime` option enabled">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime without Rest throws an error when attempting to use push admin functionality" time="0.001" classname="throws an error when attempting to use push admin functionality">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime without Rest throws an error when attempting to call `time()`" time="0.000" classname="throws an error when attempting to call `time()`">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime without Rest throws an error when attempting to call `auth.createTokenRequest()` with `queryTime` option enabled" time="0.001" classname="throws an error when attempting to call `auth.createTokenRequest()` with `queryTime` option enabled">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime without Rest throws an error when attempting to call `stats()`" time="0.000" classname="throws an error when attempting to call `stats()`">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime without Rest throws an error when attempting to call `request(...)`" time="0.001" classname="throws an error when attempting to call `request(...)`">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime without Rest throws an error when attempting to call `batchPublish(...)`" time="0.001" classname="throws an error when attempting to call `batchPublish(...)`">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime without Rest throws an error when attempting to call `batchPresence(...)`" time="0.001" classname="throws an error when attempting to call `batchPresence(...)`">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime without Rest throws an error when attempting to call `auth.revokeTokens(...)`" time="0.001" classname="throws an error when attempting to call `auth.revokeTokens(...)`">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime without Rest throws an error when attempting to call channel’s `history()`" time="0.001" classname="throws an error when attempting to call channel’s `history()`">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime without Rest throws an error when attempting to call channel’s `presence.history()`" time="0.001" classname="throws an error when attempting to call channel’s `presence.history()`">
    </testcase>
    <testcase name="browser/modular Rest BaseRealtime without Rest throws an error when attempting to call channel’s `status()`" time="0.000" classname="throws an error when attempting to call channel’s `status()`">
    </testcase>
  </testsuite>
  <testsuite name="Crypto standalone functions" timestamp="2024-10-22T15:17:39" tests="2" time="0.019" failures="0">
    <testcase name="browser/modular Crypto standalone functions generateRandomKey" time="0.001" classname="generateRandomKey">
    </testcase>
    <testcase name="browser/modular Crypto standalone functions getDefaultCryptoParams" time="0.000" classname="getDefaultCryptoParams">
    </testcase>
  </testsuite>
  <testsuite name="Message standalone functions" timestamp="2024-10-22T15:17:39" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="decodeMessage" timestamp="2024-10-22T15:17:39" tests="2" time="0.024" failures="0">
    <testcase name="browser/modular Message standalone functions decodeMessage decodes a message’s data" time="0.000" classname="decodes a message’s data">
    </testcase>
    <testcase name="browser/modular Message standalone functions decodeMessage throws an error when given channel options with a cipher" time="0.014" classname="throws an error when given channel options with a cipher">
    </testcase>
  </testsuite>
  <testsuite name="decodeEncryptedMessage" timestamp="2024-10-22T15:17:39" tests="2" time="0.024" failures="0">
    <testcase name="browser/modular Message standalone functions decodeEncryptedMessage decodes a message’s data" time="0.001" classname="decodes a message’s data">
    </testcase>
    <testcase name="browser/modular Message standalone functions decodeEncryptedMessage decrypts a message" time="0.017" classname="decrypts a message">
    </testcase>
  </testsuite>
  <testsuite name="decodeMessages" timestamp="2024-10-22T15:17:39" tests="2" time="0.022" failures="0">
    <testcase name="browser/modular Message standalone functions decodeMessages decodes messages’ data" time="0.001" classname="decodes messages’ data">
    </testcase>
    <testcase name="browser/modular Message standalone functions decodeMessages throws an error when given channel options with a cipher" time="0.017" classname="throws an error when given channel options with a cipher">
    </testcase>
  </testsuite>
  <testsuite name="decodeEncryptedMessages" timestamp="2024-10-22T15:17:39" tests="2" time="0.023" failures="0">
    <testcase name="browser/modular Message standalone functions decodeEncryptedMessages decodes messages’ data" time="0.001" classname="decodes messages’ data">
    </testcase>
    <testcase name="browser/modular Message standalone functions decodeEncryptedMessages decrypts messages" time="0.017" classname="decrypts messages">
    </testcase>
  </testsuite>
  <testsuite name="Crypto" timestamp="2024-10-22T15:17:39" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="without Crypto" timestamp="2024-10-22T15:17:39" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="BaseRest" timestamp="2024-10-22T15:17:39" tests="1" time="0.003" failures="0">
    <testcase name="browser/modular Crypto without Crypto BaseRest throws an error when given channel options with a cipher" time="0.001" classname="throws an error when given channel options with a cipher">
    </testcase>
  </testsuite>
  <testsuite name="_BaseRealtime" timestamp="2024-10-22T15:17:39" tests="1" time="0.003" failures="0">
    <testcase name="browser/modular Crypto without Crypto _BaseRealtime throws an error when given channel options with a cipher" time="0.001" classname="throws an error when given channel options with a cipher">
    </testcase>
  </testsuite>
  <testsuite name="with Crypto" timestamp="2024-10-22T15:17:39" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="BaseRest" timestamp="2024-10-22T15:17:39" tests="1" time="0.248" failures="0">
    <testcase name="browser/modular Crypto with Crypto BaseRest is able to publish encrypted messages" time="0.245" classname="is able to publish encrypted messages">
    </testcase>
  </testsuite>
  <testsuite name="_BaseRealtime" timestamp="2024-10-22T15:17:39" tests="1" time="0.365" failures="0">
    <testcase name="browser/modular Crypto with Crypto _BaseRealtime is able to publish encrypted messages" time="0.362" classname="is able to publish encrypted messages">
    </testcase>
  </testsuite>
  <testsuite name="MsgPack" timestamp="2024-10-22T15:17:40" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="with useBinaryProtocol client option" timestamp="2024-10-22T15:17:40" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="without MsgPack" timestamp="2024-10-22T15:17:40" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="BaseRest" timestamp="2024-10-22T15:17:40" tests="1" time="0.023" failures="0">
    <testcase name="browser/modular MsgPack with useBinaryProtocol client option without MsgPack BaseRest uses JSON" time="0.002" classname="uses JSON">
    </testcase>
  </testsuite>
  <testsuite name="BaseRealtime" timestamp="2024-10-22T15:17:40" tests="1" time="0.006" failures="0">
    <testcase name="browser/modular MsgPack with useBinaryProtocol client option without MsgPack BaseRealtime uses JSON" time="0.003" classname="uses JSON">
    </testcase>
  </testsuite>
  <testsuite name="with MsgPack" timestamp="2024-10-22T15:17:40" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="BaseRest" timestamp="2024-10-22T15:17:40" tests="1" time="0.020" failures="0">
    <testcase name="browser/modular MsgPack with useBinaryProtocol client option with MsgPack BaseRest uses MessagePack" time="0.003" classname="uses MessagePack">
    </testcase>
  </testsuite>
  <testsuite name="BaseRealtime" timestamp="2024-10-22T15:17:40" tests="1" time="0.006" failures="0">
    <testcase name="browser/modular MsgPack with useBinaryProtocol client option with MsgPack BaseRealtime uses MessagePack" time="0.004" classname="uses MessagePack">
    </testcase>
  </testsuite>
  <testsuite name="RealtimePresence" timestamp="2024-10-22T15:17:40" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="BaseRealtime without RealtimePresence" timestamp="2024-10-22T15:17:40" tests="2" time="0.881" failures="0">
    <testcase name="browser/modular RealtimePresence BaseRealtime without RealtimePresence throws an error when attempting to access the `presence` property" time="0.017" classname="throws an error when attempting to access the `presence` property">
    </testcase>
    <testcase name="browser/modular RealtimePresence BaseRealtime without RealtimePresence doesn’t break when it receives a PRESENCE ProtocolMessage" time="0.855" classname="doesn’t break when it receives a PRESENCE ProtocolMessage">
    </testcase>
  </testsuite>
  <testsuite name="BaseRealtime with RealtimePresence" timestamp="2024-10-22T15:17:40" tests="1" time="0.277" failures="0">
    <testcase name="browser/modular RealtimePresence BaseRealtime with RealtimePresence offers realtime presence functionality" time="0.273" classname="offers realtime presence functionality">
    </testcase>
  </testsuite>
  <testsuite name="PresenceMessage standalone functions" timestamp="2024-10-22T15:17:41" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="decodePresenceMessage" timestamp="2024-10-22T15:17:41" tests="1" time="0.017" failures="0">
    <testcase name="browser/modular PresenceMessage standalone functions decodePresenceMessage decodes a presence message’s data" time="0.001" classname="decodes a presence message’s data">
    </testcase>
  </testsuite>
  <testsuite name="decodeMessages" timestamp="2024-10-22T15:17:41" tests="1" time="0.003" failures="0">
    <testcase name="browser/modular PresenceMessage standalone functions decodeMessages decodes presence messages’ data" time="0.000" classname="decodes presence messages’ data">
    </testcase>
  </testsuite>
  <testsuite name="constructPresenceMessage" timestamp="2024-10-22T15:17:41" tests="1" time="0.003" failures="0">
    <testcase name="browser/modular PresenceMessage standalone functions constructPresenceMessage creates a PresenceMessage instance" time="0.001" classname="creates a PresenceMessage instance">
    </testcase>
  </testsuite>
  <testsuite name="Transports" timestamp="2024-10-22T15:17:41" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="BaseRealtime" timestamp="2024-10-22T15:17:41" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="without a transport plugin" timestamp="2024-10-22T15:17:41" tests="1" time="0.002" failures="0">
    <testcase name="browser/modular Transports BaseRealtime without a transport plugin throws an error due to absence of a transport plugin" time="0.001" classname="throws an error due to absence of a transport plugin">
    </testcase>
  </testsuite>
  <testsuite name="with the WebSocketTransport plugin" timestamp="2024-10-22T15:17:41" tests="1" time="0.147" failures="0">
    <testcase name="browser/modular Transports BaseRealtime with the WebSocketTransport plugin is able to use the web_socket transport" time="0.144" classname="is able to use the web_socket transport">
    </testcase>
  </testsuite>
  <testsuite name="with the XHRPolling plugin" timestamp="2024-10-22T15:17:41" tests="1" time="0.060" failures="0">
    <testcase name="browser/modular Transports BaseRealtime with the XHRPolling plugin is able to use the xhr_polling transport" time="0.058" classname="is able to use the xhr_polling transport">
    </testcase>
  </testsuite>
  <testsuite name="HTTP request implementations" timestamp="2024-10-22T15:17:41" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="with multiple HTTP request implementations" timestamp="2024-10-22T15:17:41" tests="1" time="0.062" failures="0">
    <testcase name="browser/modular HTTP request implementations with multiple HTTP request implementations prefers XHR" time="0.059" classname="prefers XHR">
    </testcase>
  </testsuite>
  <testsuite name="MessageInteractions" timestamp="2024-10-22T15:17:41" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="BaseRealtime" timestamp="2024-10-22T15:17:41" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="without MessageInteractions" timestamp="2024-10-22T15:17:41" tests="2" time="0.221" failures="0">
    <testcase name="browser/modular MessageInteractions BaseRealtime without MessageInteractions is able to subscribe to and unsubscribe from channel events, as long as a MessageFilter isn’t passed" time="0.201" classname="is able to subscribe to and unsubscribe from channel events, as long as a MessageFilter isn’t passed">
    </testcase>
    <testcase name="browser/modular MessageInteractions BaseRealtime without MessageInteractions throws an error when attempting to subscribe to channel events using a MessageFilter" time="0.014" classname="throws an error when attempting to subscribe to channel events using a MessageFilter">
    </testcase>
  </testsuite>
  <testsuite name="with MessageInteractions" timestamp="2024-10-22T15:17:41" tests="1" time="6.957" failures="0">
    <testcase name="browser/modular MessageInteractions BaseRealtime with MessageInteractions can take a MessageFilter argument when subscribing to and unsubscribing from channel events" time="1.208" classname="can take a MessageFilter argument when subscribing to and unsubscribing from channel events">
    </testcase>
  </testsuite>
</testsuites>