<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="8" failures="0" errors="0" time="0.721">
  <testsuite name="execCmd function" errors="0" failures="0" skipped="1" timestamp="2024-02-08T07:08:40" time="0.621" tests="8">
    <testcase classname="execCmd function should call command with passed args" name="execCmd function should call command with passed args" time="0.012">
    </testcase>
    <testcase classname="execCmd function should define environment variable on call execCmd function with variable definition on argv" name="execCmd function should define environment variable on call execCmd function with variable definition on argv" time="0.004">
    </testcase>
    <testcase classname="execCmd function should define environment variable on call execCmd function with variable definition on argv using double quotes" name="execCmd function should define environment variable on call execCmd function with variable definition on argv using double quotes" time="0.006">
    </testcase>
    <testcase classname="execCmd function should define environment variable on call execCmd function with variable definition on argv using single quotes" name="execCmd function should define environment variable on call execCmd function with variable definition on argv using single quotes" time="0">
      <skipped/>
    </testcase>
    <testcase classname="execCmd function should call command with passed args as single string" name="execCmd function should call command with passed args as single string" time="0.007">
    </testcase>
    <testcase classname="execCmd function should fail with invalid args value type" name="execCmd function should fail with invalid args value type" time="0.011">
    </testcase>
    <testcase classname="execCmd function should call command with passed args with double quoted arg" name="execCmd function should call command with passed args with double quoted arg" time="0.015">
    </testcase>
    <testcase classname="execCmd function should call command with passed args with single quoted arg" name="execCmd function should call command with passed args with single quoted arg" time="0.016">
    </testcase>
  </testsuite>
</testsuites>