<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="0.022" tests="12" failures="0">
  <testsuite name="Root Suite" timestamp="2024-06-26T02:29:31" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="browserHelper" timestamp="2024-06-26T02:29:31" tests="4" file="D:\a\_work\1\s\test\browserHelper.test.js" time="0.004" failures="0">
    <testcase name="browserHelper Will get Chrome browser target with argument correctly for each system" time="0.001" classname="Will get Chrome browser target with argument correctly for each system">
    </testcase>
    <testcase name="browserHelper Will get Edge browser target with argument correctly for each system" time="0.000" classname="Will get Edge browser target with argument correctly for each system">
    </testcase>
    <testcase name="browserHelper Will get Chromium browser target with argument correctly for each system" time="0.000" classname="Will get Chromium browser target with argument correctly for each system">
    </testcase>
    <testcase name="browserHelper Should return without browser info if Showbrowser argument is set to false" time="0.000" classname="Should return without browser info if Showbrowser argument is set to false">
    </testcase>
  </testsuite>
  <testsuite name="deviceUtils" timestamp="2024-06-26T02:29:31" tests="5" file="D:\a\_work\1\s\test\device.test.js" time="0.009" failures="0">
    <testcase name="deviceUtils Should get default device correctly for each platform" time="0.004" classname="Should get default device correctly for each platform">
    </testcase>
    <testcase name="deviceUtils Should get default device if the target device id is not existing in specific platform" time="0.000" classname="Should get default device if the target device id is not existing in specific platform">
    </testcase>
    <testcase name="deviceUtils Should throw error message if no user agent found" time="0.000" classname="Should throw error message if no user agent found">
    </testcase>
    <testcase name="deviceUtils Should get device info correctly" time="0.001" classname="Should get device info correctly">
    </testcase>
    <testcase name="deviceUtils Verify device and os versions" time="0.001" classname="Verify device and os versions">
    </testcase>
  </testsuite>
  <testsuite name="simulatorProcess" timestamp="2024-06-26T02:29:31" tests="2" file="D:\a\_work\1\s\test\simulator.test.js" time="0.005" failures="0">
    <testcase name="simulatorProcess After simulator init, simulator.state should be IDLE" time="0.002" classname="After simulator init, simulator.state should be IDLE">
    </testcase>
    <testcase name="simulatorProcess If simulator.state is not RUNNING, it should got related notification message when stop simulator" time="0.001" classname="If simulator.state is not RUNNING, it should got related notification message when stop simulator">
    </testcase>
  </testsuite>
  <testsuite name="utilVerification" timestamp="2024-06-26T02:29:31" tests="1" file="D:\a\_work\1\s\test\utils.test.js" time="0.001" failures="0">
    <testcase name="utilVerification findPluginPath will get built in plugin target if no plugin in project path" time="0.000" classname="findPluginPath will get built in plugin target if no plugin in project path">
    </testcase>
  </testsuite>
</testsuites>