<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="18" failures="0" time="3.247">
  <testsuite name="src/utils.spec.ts" errors="0" failures="0" skipped="0" timestamp="2021-02-04T06:39:21" time="1.272" tests="3">
    <testcase classname="unit test for utils" name="id" time="0.003">
    </testcase>
    <testcase classname="unit test for utils" name="getQueryParamString" time="0">
    </testcase>
    <testcase classname="unit test for utils" name="getFilterQuery" time="0">
    </testcase>
  </testsuite>
  <testsuite name="src/config.spec.ts" errors="0" failures="0" skipped="0" timestamp="2021-02-04T06:39:21" time="1.347" tests="5">
    <testcase classname="getThoughtSpotHost" name="invalid config" time="0.016">
    </testcase>
    <testcase classname="getThoughtSpotHost" name="IP address/hostname only" time="0.001">
    </testcase>
    <testcase classname="getThoughtSpotHost" name="host name and protocol" time="0.001">
    </testcase>
    <testcase classname="getThoughtSpotHost" name="host name, protocol and port" time="0">
    </testcase>
    <testcase classname="getThoughtSpotHost" name="fully formed URL" time="0">
    </testcase>
  </testsuite>
  <testsuite name="src/embed/app.spec.ts" errors="0" failures="0" skipped="0" timestamp="2021-02-04T06:39:22" time="0.987" tests="1">
    <testcase classname="pinboard/viz embed tests" name="should render" time="0.059">
    </testcase>
  </testsuite>
  <testsuite name="src/embed/search.spec.ts" errors="0" failures="0" skipped="0" timestamp="2021-02-04T06:39:22" time="1.172" tests="7">
    <testcase classname="search embed tests" name="should render" time="0.028">
    </testcase>
    <testcase classname="search embed tests" name="should pass in data sources" time="0.012">
    </testcase>
    <testcase classname="search embed tests" name="should pass in search query" time="0.009">
    </testcase>
    <testcase classname="search embed tests" name="should collapse data sources" time="0.01">
    </testcase>
    <testcase classname="search embed tests" name="should hide data sources" time="0.01">
    </testcase>
    <testcase classname="search embed tests" name="should disable actions" time="0.022">
    </testcase>
    <testcase classname="search embed tests" name="should load saved answer" time="0.009">
    </testcase>
  </testsuite>
  <testsuite name="src/embed/pinboard.spec.ts" errors="0" failures="0" skipped="0" timestamp="2021-02-04T06:39:23" time="1.171" tests="2">
    <testcase classname="pinboard/viz embed tests" name="should render pinboard" time="0.058">
    </testcase>
    <testcase classname="pinboard/viz embed tests" name="should render viz" time="0.018">
    </testcase>
  </testsuite>
</testsuites>