<testsuites name="Mocha Tests" time="4.222" tests="605" failures="67">
  <testsuite name="Root Suite" timestamp="2024-04-22T21:15:09" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="rest/bufferutils" timestamp="2024-04-22T21:15:10" tests="2" time="0.026" failures="0">
    <testcase name="rest/bufferutils Basic encoding and decoding" time="0.002" 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-04-22T21:15:10" 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.001" 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.000" 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.000" 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-04-22T21:15:10" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="given MsgPack implementation" timestamp="2024-04-22T21:15:10" tests="1" time="0.016" 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-04-22T21:15:10" tests="1" time="0.002" 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/auth" timestamp="2024-04-22T21:15:10" tests="83" time="0.422" failures="2">
    <testcase name="realtime/auth &quot;before all&quot; hook for &quot;authbase0&quot;" time="0.407" classname="&quot;before all&quot; hook for &quot;authbase0&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="realtime/auth &quot;before all&quot; hook for &quot;authbase0&quot;" time="0.407" classname="&quot;before all&quot; hook for &quot;authbase0&quot;">
      <failure message="done() called multiple times in hook &lt;realtime/auth &quot;before all&quot; hook for &quot;authbase0&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/realtime/auth.test.js:39:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="realtime/channel" timestamp="2024-04-22T21:15:10" tests="119" time="0.163" failures="2">
    <testcase name="realtime/channel &quot;before all&quot; hook for &quot;channelinit0_with_web_socket_binary_transport&quot;" time="0.155" classname="&quot;before all&quot; hook for &quot;channelinit0_with_web_socket_binary_transport&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="realtime/channel &quot;before all&quot; hook for &quot;channelinit0_with_web_socket_binary_transport&quot;" time="0.155" classname="&quot;before all&quot; hook for &quot;channelinit0_with_web_socket_binary_transport&quot;">
      <failure message="done() called multiple times in hook &lt;realtime/channel &quot;before all&quot; hook for &quot;channelinit0_with_web_socket_binary_transport&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/realtime/channel.test.js:165:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="realtime/connectivity" timestamp="2024-04-22T21:15:11" tests="2" time="0.136" failures="2">
    <testcase name="realtime/connectivity &quot;before all&quot; hook for &quot;http_connectivity_check&quot;" time="0.130" classname="&quot;before all&quot; hook for &quot;http_connectivity_check&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="realtime/connectivity &quot;before all&quot; hook for &quot;http_connectivity_check&quot;" time="0.130" classname="&quot;before all&quot; hook for &quot;http_connectivity_check&quot;">
      <failure message="done() called multiple times in hook &lt;realtime/connectivity &quot;before all&quot; hook for &quot;http_connectivity_check&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/realtime/connectivity.test.js:16:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="realtime/crypto" timestamp="2024-04-22T21:15:11" tests="39" time="0.065" failures="2">
    <testcase name="realtime/crypto &quot;before all&quot; hook for &quot;generateRandomKey0&quot;" time="0.061" classname="&quot;before all&quot; hook for &quot;generateRandomKey0&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="realtime/crypto &quot;before all&quot; hook for &quot;generateRandomKey0&quot;" time="0.061" classname="&quot;before all&quot; hook for &quot;generateRandomKey0&quot;">
      <failure message="done() called multiple times in hook &lt;realtime/crypto &quot;before all&quot; hook for &quot;generateRandomKey0&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/realtime/crypto.test.js:94:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="realtime/delta" timestamp="2024-04-22T21:15:11" tests="5" time="0.062" failures="2">
    <testcase name="realtime/delta &quot;before all&quot; hook for &quot;deltaPlugin&quot;" time="0.058" classname="&quot;before all&quot; hook for &quot;deltaPlugin&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="realtime/delta &quot;before all&quot; hook for &quot;deltaPlugin&quot;" time="0.058" classname="&quot;before all&quot; hook for &quot;deltaPlugin&quot;">
      <failure message="done() called multiple times in hook &lt;realtime/delta &quot;before all&quot; hook for &quot;deltaPlugin&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/realtime/delta.test.js:37:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="realtime/encoding" timestamp="2024-04-22T21:15:11" tests="2" time="0.163" failures="2">
    <testcase name="realtime/encoding &quot;before all&quot; hook for &quot;message_decoding&quot;" time="0.159" classname="&quot;before all&quot; hook for &quot;message_decoding&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="realtime/encoding &quot;before all&quot; hook for &quot;message_decoding&quot;" time="0.159" classname="&quot;before all&quot; hook for &quot;message_decoding&quot;">
      <failure message="done() called multiple times in hook &lt;realtime/encoding &quot;before all&quot; hook for &quot;message_decoding&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/realtime/encoding.test.js:19:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="realtime/event_emitter" timestamp="2024-04-22T21:15:11" tests="13" time="0.076" failures="2">
    <testcase name="realtime/event_emitter &quot;before all&quot; hook for &quot;attachdetach0&quot;" time="0.072" classname="&quot;before all&quot; hook for &quot;attachdetach0&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="realtime/event_emitter &quot;before all&quot; hook for &quot;attachdetach0&quot;" time="0.072" classname="&quot;before all&quot; hook for &quot;attachdetach0&quot;">
      <failure message="done() called multiple times in hook &lt;realtime/event_emitter &quot;before all&quot; hook for &quot;attachdetach0&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/realtime/event_emitter.test.js:15:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="realtime/failure" timestamp="2024-04-22T21:15:11" tests="20" time="0.129" failures="2">
    <testcase name="realtime/failure &quot;before all&quot; hook for &quot;invalid_cred_failure&quot;" time="0.124" classname="&quot;before all&quot; hook for &quot;invalid_cred_failure&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="realtime/failure &quot;before all&quot; hook for &quot;invalid_cred_failure&quot;" time="0.124" classname="&quot;before all&quot; hook for &quot;invalid_cred_failure&quot;">
      <failure message="done() called multiple times in hook &lt;realtime/failure &quot;before all&quot; hook for &quot;invalid_cred_failure&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/realtime/failure.test.js:18:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="realtime/history" timestamp="2024-04-22T21:15:11" tests="1" time="0.139" failures="2">
    <testcase name="realtime/history &quot;before all&quot; hook for &quot;history_until_attach&quot;" time="0.136" classname="&quot;before all&quot; hook for &quot;history_until_attach&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="realtime/history &quot;before all&quot; hook for &quot;history_until_attach&quot;" time="0.136" classname="&quot;before all&quot; hook for &quot;history_until_attach&quot;">
      <failure message="done() called multiple times in hook &lt;realtime/history &quot;before all&quot; hook for &quot;history_until_attach&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/realtime/history.test.js:43:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="realtime/init" timestamp="2024-04-22T21:15:11" tests="14" time="0.064" failures="2">
    <testcase name="realtime/init &quot;before all&quot; hook for &quot;initbase0&quot;" time="0.060" classname="&quot;before all&quot; hook for &quot;initbase0&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="realtime/init &quot;before all&quot; hook for &quot;initbase0&quot;" time="0.060" classname="&quot;before all&quot; hook for &quot;initbase0&quot;">
      <failure message="done() called multiple times in hook &lt;realtime/init &quot;before all&quot; hook for &quot;initbase0&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/realtime/init.test.js:14:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="realtime/message" timestamp="2024-04-22T21:15:11" tests="35" time="0.081" failures="2">
    <testcase name="realtime/message &quot;before all&quot; hook for &quot;publishonce&quot;" time="0.072" classname="&quot;before all&quot; hook for &quot;publishonce&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="realtime/message &quot;before all&quot; hook for &quot;publishonce&quot;" time="0.072" classname="&quot;before all&quot; hook for &quot;publishonce&quot;">
      <failure message="done() called multiple times in hook &lt;realtime/message &quot;before all&quot; hook for &quot;publishonce&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/realtime/message.test.js:33:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="realtime/reauth" timestamp="2024-04-22T21:15:11" tests="24" time="0.060" failures="2">
    <testcase name="realtime/reauth &quot;before all&quot; hook for &quot;reauthCapabilityUpgradeNewChannel_with_web_socket_binary_transport&quot;" time="0.056" classname="&quot;before all&quot; hook for &quot;reauthCapabilityUpgradeNewChannel_with_web_socket_binary_transport&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="realtime/reauth &quot;before all&quot; hook for &quot;reauthCapabilityUpgradeNewChannel_with_web_socket_binary_transport&quot;" time="0.056" classname="&quot;before all&quot; hook for &quot;reauthCapabilityUpgradeNewChannel_with_web_socket_binary_transport&quot;">
      <failure message="done() called multiple times in hook &lt;realtime/reauth &quot;before all&quot; hook for &quot;reauthCapabilityUpgradeNewChannel_with_web_socket_binary_transport&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/realtime/reauth.test.js:17:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="realtime/transports" timestamp="2024-04-22T21:15:12" tests="8" time="0.072" failures="2">
    <testcase name="realtime/transports &quot;before all&quot; hook for &quot;websocket_is_default&quot;" time="0.069" classname="&quot;before all&quot; hook for &quot;websocket_is_default&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="realtime/transports &quot;before all&quot; hook for &quot;websocket_is_default&quot;" time="0.069" classname="&quot;before all&quot; hook for &quot;websocket_is_default&quot;">
      <failure message="done() called multiple times in hook &lt;realtime/transports &quot;before all&quot; hook for &quot;websocket_is_default&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/realtime/transports.test.js:44:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="realtime/resume" timestamp="2024-04-22T21:15:12" tests="35" time="0.080" failures="2">
    <testcase name="realtime/resume &quot;before all&quot; hook for &quot;resume_inactive_with_web_socket_binary_transport&quot;" time="0.071" classname="&quot;before all&quot; hook for &quot;resume_inactive_with_web_socket_binary_transport&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="realtime/resume &quot;before all&quot; hook for &quot;resume_inactive_with_web_socket_binary_transport&quot;" time="0.071" classname="&quot;before all&quot; hook for &quot;resume_inactive_with_web_socket_binary_transport&quot;">
      <failure message="done() called multiple times in hook &lt;realtime/resume &quot;before all&quot; hook for &quot;resume_inactive_with_web_socket_binary_transport&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/realtime/resume.test.js:17:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="realtime/sync" timestamp="2024-04-22T21:15:12" tests="6" time="0.064" failures="2">
    <testcase name="realtime/sync &quot;before all&quot; hook for &quot;sync_existing_set&quot;" time="0.060" classname="&quot;before all&quot; hook for &quot;sync_existing_set&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="realtime/sync &quot;before all&quot; hook for &quot;sync_existing_set&quot;" time="0.060" classname="&quot;before all&quot; hook for &quot;sync_existing_set&quot;">
      <failure message="done() called multiple times in hook &lt;realtime/sync &quot;before all&quot; hook for &quot;sync_existing_set&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/realtime/sync.test.js:17:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="rest/auth" timestamp="2024-04-22T21:15:12" tests="32" time="0.138" failures="1">
    <testcase name="rest/auth &quot;before all&quot; hook for &quot;Base token generation case&quot;" time="0.135" classname="&quot;before all&quot; hook for &quot;Base token generation case&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="realtime/presence" timestamp="2024-04-22T21:15:12" tests="35" time="0.072" failures="2">
    <testcase name="realtime/presence &quot;before all&quot; hook for &quot;presenceAttachAndEnter&quot;" time="0.066" classname="&quot;before all&quot; hook for &quot;presenceAttachAndEnter&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="realtime/presence &quot;before all&quot; hook for &quot;presenceAttachAndEnter&quot;" time="0.066" classname="&quot;before all&quot; hook for &quot;presenceAttachAndEnter&quot;">
      <failure message="done() called multiple times in hook &lt;realtime/presence &quot;before all&quot; hook for &quot;presenceAttachAndEnter&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/realtime/presence.test.js:100:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="rest/capability" timestamp="2024-04-22T21:15:12" tests="14" time="0.147" failures="1">
    <testcase name="rest/capability &quot;before all&quot; hook for &quot;Blanket intersection with specified key&quot;" time="0.143" classname="&quot;before all&quot; hook for &quot;Blanket intersection with specified key&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="rest/fallbacks" timestamp="2024-04-22T21:15:12" tests="1" time="0.066" failures="2">
    <testcase name="rest/fallbacks &quot;before all&quot; hook for &quot;Store working fallback&quot;" time="0.062" classname="&quot;before all&quot; hook for &quot;Store working fallback&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="rest/fallbacks &quot;before all&quot; hook for &quot;Store working fallback&quot;" time="0.062" classname="&quot;before all&quot; hook for &quot;Store working fallback&quot;">
      <failure message="done() called multiple times in hook &lt;rest/fallbacks &quot;before all&quot; hook for &quot;Store working fallback&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/rest/fallbacks.test.js:13:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="rest/history" timestamp="2024-04-22T21:15:12" tests="13" time="0.067" failures="1">
    <testcase name="rest/history &quot;before all&quot; hook for &quot;history_simple with binary protocol&quot;" time="0.064" classname="&quot;before all&quot; hook for &quot;history_simple with binary protocol&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="rest/http" timestamp="2024-04-22T21:15:12" tests="2" time="0.061" failures="1">
    <testcase name="rest/http &quot;before all&quot; hook for &quot;Should send X-Ably-Version and Ably-Agent headers in get/post requests&quot;" time="0.058" classname="&quot;before all&quot; hook for &quot;Should send X-Ably-Version and Ably-Agent headers in get/post requests&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="rest/init" timestamp="2024-04-22T21:15:12" tests="6" time="0.070" failures="2">
    <testcase name="rest/init &quot;before all&quot; hook for &quot;Init with key string&quot;" time="0.066" classname="&quot;before all&quot; hook for &quot;Init with key string&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="rest/init &quot;before all&quot; hook for &quot;Init with key string&quot;" time="0.066" classname="&quot;before all&quot; hook for &quot;Init with key string&quot;">
      <failure message="done() called multiple times in hook &lt;rest/init &quot;before all&quot; hook for &quot;Init with key string&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/rest/init.test.js:12:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="rest/presence" timestamp="2024-04-22T21:15:12" tests="4" time="0.069" failures="1">
    <testcase name="rest/presence &quot;before all&quot; hook for &quot;Presence get simple&quot;" time="0.066" classname="&quot;before all&quot; hook for &quot;Presence get simple&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="rest/time" timestamp="2024-04-22T21:15:12" tests="1" time="0.068" failures="2">
    <testcase name="rest/time &quot;before all&quot; hook for &quot;time0&quot;" time="0.064" classname="&quot;before all&quot; hook for &quot;time0&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="rest/time &quot;before all&quot; hook for &quot;time0&quot;" time="0.064" classname="&quot;before all&quot; hook for &quot;time0&quot;">
      <failure message="done() called multiple times in hook &lt;rest/time &quot;before all&quot; hook for &quot;time0&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/rest/time.test.js:11:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="rest/message" timestamp="2024-04-22T21:15:13" tests="7" time="0.068" failures="2">
    <testcase name="rest/message &quot;before all&quot; hook for &quot;Should implicitly send clientId when authenticated with clientId&quot;" time="0.063" classname="&quot;before all&quot; hook for &quot;Should implicitly send clientId when authenticated with clientId&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="rest/message &quot;before all&quot; hook for &quot;Should implicitly send clientId when authenticated with clientId&quot;" time="0.063" classname="&quot;before all&quot; hook for &quot;Should implicitly send clientId when authenticated with clientId&quot;">
      <failure message="done() called multiple times in hook &lt;rest/message &quot;before all&quot; hook for &quot;Should implicitly send clientId when authenticated with clientId&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/rest/message.test.js:13:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="rest/push" timestamp="2024-04-22T21:15:13" tests="9" time="0.061" failures="2">
    <testcase name="rest/push &quot;before all&quot; hook for &quot;Get subscriptions&quot;" time="0.058" classname="&quot;before all&quot; hook for &quot;Get subscriptions&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="rest/push &quot;before all&quot; hook for &quot;Get subscriptions&quot;" time="0.058" classname="&quot;before all&quot; hook for &quot;Get subscriptions&quot;">
      <failure message="done() called multiple times in hook &lt;rest/push &quot;before all&quot; hook for &quot;Get subscriptions&quot;&gt;" type="Error"><![CDATA[@http://localhost:3000/test/rest/push.test.js:38:13
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="rest/request" timestamp="2024-04-22T21:15:13" tests="16" time="0.081" failures="2">
    <testcase name="rest/request &quot;before all&quot; hook for &quot;request_version with binary protocol&quot;" time="0.071" classname="&quot;before all&quot; hook for &quot;request_version with binary protocol&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="rest/request &quot;before all&quot; hook for &quot;request_version with binary protocol&quot;" time="0.071" classname="&quot;before all&quot; hook for &quot;request_version with binary protocol&quot;">
      <failure message="done() called multiple times in hook &lt;rest/request &quot;before all&quot; hook for &quot;request_version with binary protocol&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/rest/request.test.js:17:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="rest/stats" timestamp="2024-04-22T21:15:13" tests="11" time="0.068" failures="1">
    <testcase name="rest/stats &quot;before all&quot; hook for &quot;contains expected fields&quot;" time="0.062" classname="&quot;before all&quot; hook for &quot;contains expected fields&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="browser/connection" timestamp="2024-04-22T21:15:13" tests="10" time="0.077" failures="2">
    <testcase name="browser/connection &quot;before all&quot; hook for &quot;device_going_offline_causes_disconnected_state&quot;" time="0.072" classname="&quot;before all&quot; hook for &quot;device_going_offline_causes_disconnected_state&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="browser/connection &quot;before all&quot; hook for &quot;device_going_offline_causes_disconnected_state&quot;" time="0.072" classname="&quot;before all&quot; hook for &quot;device_going_offline_causes_disconnected_state&quot;">
      <failure message="done() called multiple times in hook &lt;browser/connection &quot;before all&quot; hook for &quot;device_going_offline_causes_disconnected_state&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/browser/connection.test.js:35:17
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="browser/simple" timestamp="2024-04-22T21:15:13" tests="10" time="0.072" failures="2">
    <testcase name="browser/simple &quot;before all&quot; hook for &quot;simpleInitBase0&quot;" time="0.068" classname="&quot;before all&quot; hook for &quot;simpleInitBase0&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="browser/simple &quot;before all&quot; hook for &quot;simpleInitBase0&quot;" time="0.068" classname="&quot;before all&quot; hook for &quot;simpleInitBase0&quot;">
      <failure message="done() called multiple times in hook &lt;browser/simple &quot;before all&quot; hook for &quot;simpleInitBase0&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/browser/simple.test.js:12:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="rest/http/fetch" timestamp="2024-04-22T21:15:13" tests="3" time="0.071" failures="1">
    <testcase name="rest/http/fetch &quot;before all&quot; hook for &quot;Should use fetch when XHR is not supported&quot;" time="0.067" classname="&quot;before all&quot; hook for &quot;Should use fetch when XHR is not supported&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="rest/status" timestamp="2024-04-22T21:15:13" tests="2" time="0.068" failures="2">
    <testcase name="rest/status &quot;before all&quot; hook for &quot;status0 with binary protocol&quot;" time="0.065" classname="&quot;before all&quot; hook for &quot;status0 with binary protocol&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="rest/status &quot;before all&quot; hook for &quot;status0 with binary protocol&quot;" time="0.065" classname="&quot;before all&quot; hook for &quot;status0 with binary protocol&quot;">
      <failure message="done() called multiple times in hook &lt;rest/status &quot;before all&quot; hook for &quot;status0 with binary protocol&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/rest/status.test.js:16:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="rest/batchPublish" timestamp="2024-04-22T21:15:13" tests="0" time="0.078" failures="2">
    <testcase name="rest/batchPublish &quot;before all&quot; hook in &quot;rest/batchPublish&quot;" time="0.073" classname="&quot;before all&quot; hook in &quot;rest/batchPublish&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="rest/batchPublish &quot;before all&quot; hook in &quot;rest/batchPublish&quot;" time="0.073" classname="&quot;before all&quot; hook in &quot;rest/batchPublish&quot;">
      <failure message="done() called multiple times in hook &lt;rest/batchPublish &quot;before all&quot; hook in &quot;rest/batchPublish&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/rest/batch.test.js:14:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="rest/batchPresence" timestamp="2024-04-22T21:15:13" tests="1" time="0.069" failures="2">
    <testcase name="rest/batchPresence &quot;before all&quot; hook for &quot;performs a batch presence fetch and returns a result&quot;" time="0.066" classname="&quot;before all&quot; hook for &quot;performs a batch presence fetch and returns a result&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="rest/batchPresence &quot;before all&quot; hook for &quot;performs a batch presence fetch and returns a result&quot;" time="0.066" classname="&quot;before all&quot; hook for &quot;performs a batch presence fetch and returns a result&quot;">
      <failure message="done() called multiple times in hook &lt;rest/batchPresence &quot;before all&quot; hook for &quot;performs a batch presence fetch and returns a result&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/rest/batch.test.js:145:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="rest/revokeTokens" timestamp="2024-04-22T21:15:13" tests="3" time="0.076" failures="2">
    <testcase name="rest/revokeTokens &quot;before all&quot; hook for &quot;revokes tokens matching the given specifiers&quot;" time="0.071" classname="&quot;before all&quot; hook for &quot;revokes tokens matching the given specifiers&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="rest/revokeTokens &quot;before all&quot; hook for &quot;revokes tokens matching the given specifiers&quot;" time="0.071" classname="&quot;before all&quot; hook for &quot;revokes tokens matching the given specifiers&quot;">
      <failure message="done() called multiple times in hook &lt;rest/revokeTokens &quot;before all&quot; hook for &quot;revokes tokens matching the given specifiers&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/rest/batch.test.js:206:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="realtime/connection" timestamp="2024-04-22T21:15:13" tests="7" time="0.076" failures="2">
    <testcase name="realtime/connection &quot;before all&quot; hook for &quot;connectionPing&quot;" time="0.068" classname="&quot;before all&quot; hook for &quot;connectionPing&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="realtime/connection &quot;before all&quot; hook for &quot;connectionPing&quot;" time="0.068" classname="&quot;before all&quot; hook for &quot;connectionPing&quot;">
      <failure message="done() called multiple times in hook &lt;realtime/connection &quot;before all&quot; hook for &quot;connectionPing&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/realtime/connection.test.js:25:15
@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="browser/modular" timestamp="2024-04-22T21:15:13" tests="0" time="0.071" failures="2">
    <testcase name="browser/modular &quot;before all&quot; hook in &quot;browser/modular&quot;" time="0.061" classname="&quot;before all&quot; hook in &quot;browser/modular&quot;">
      <failure message="SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)" type="Error"><![CDATA[SyntaxError: JSON Parse error: Unexpected EOF (http://localhost:3000/test/common/modules/testapp_manager.js:148)]]></failure>
    </testcase>
    <testcase name="browser/modular &quot;before all&quot; hook in &quot;browser/modular&quot;" time="0.061" classname="&quot;before all&quot; hook in &quot;browser/modular&quot;">
      <failure message="done() called multiple times in hook &lt;browser/modular &quot;before all&quot; hook in &quot;browser/modular&quot;&gt;; in addition, done() received error: Error: Could not set up Test App: {&quot;isTrusted&quot;:true}" type="Error"><![CDATA[@http://localhost:3000/test/common/modules/testapp_module.js:35:15
@http://localhost:3000/test/common/modules/testapp_manager.js:146:19
@http://localhost:3000/test/common/modules/testapp_manager.js:73:19]]></failure>
    </testcase>
  </testsuite>
</testsuites>