<?xml version="1.0" encoding="UTF-8"?>
<testExecutions version="1">
  <file path="/dataregistry/jenkins/jenkins_home/workspace/nd_feature-ISMO_1010_CI_NPM-RWY7BKJKLXBTKWLCXGK5SP764TKAY4JVADZ6XZUAOXLRIIQ5NV6Q/src/components/login/LoginForm.spec.js">
    <testCase name="Login Form Component cases Default component data" duration="86"/>
    <testCase name="Login Form Component cases Login with a correct user and password and login request goes well" duration="71"/>
    <testCase name="Login Form Component cases Login with a correct user and password and login request fails" duration="58"/>
  </file>
  <file path="/dataregistry/jenkins/jenkins_home/workspace/nd_feature-ISMO_1010_CI_NPM-RWY7BKJKLXBTKWLCXGK5SP764TKAY4JVADZ6XZUAOXLRIIQ5NV6Q/src/components/assets/RouteListExpandable.spec.js">
    <testCase name="Route List Expandable Unit Test Toggle expandable should toggle the value " duration="29"/>
    <testCase name="Route List Expandable Unit Test Option to see more will be visible if there are more than 4 objects in total" duration="28"/>
    <testCase name="Route List Expandable Unit Test Option to see more will not be visible if there are less than 4 objects in total" duration="15"/>
    <testCase name="Route List Expandable Unit Test Collapsed items will be every one that is not the first or the last element on the array" duration="13"/>
  </file>
  <file path="/dataregistry/jenkins/jenkins_home/workspace/nd_feature-ISMO_1010_CI_NPM-RWY7BKJKLXBTKWLCXGK5SP764TKAY4JVADZ6XZUAOXLRIIQ5NV6Q/src/App.spec.js">
    <testCase name="App.vue should render content correctly" duration="11"/>
  </file>
  <file path="/dataregistry/jenkins/jenkins_home/workspace/nd_feature-ISMO_1010_CI_NPM-RWY7BKJKLXBTKWLCXGK5SP764TKAY4JVADZ6XZUAOXLRIIQ5NV6Q/src/store/modules/login.spec.js">
    <testCase name="Login Store cases Getter Current user returns default value when there is no data on session storage" duration="2"/>
    <testCase name="Login Store cases Getter Current user returns what it is saved on session storage" duration="1"/>
    <testCase name="Login Store cases Login action return an error when fails" duration="3"/>
    <testCase name="Login Store cases Login action returns user information if goes well" duration="2"/>
    <testCase name="Login Store cases Set Loader Mutation test cases Receive this case {&quot;loader&quot;:true,&quot;password&quot;:false}" duration="0"/>
    <testCase name="Login Store cases Set Loader Mutation test cases Receive this case {&quot;loader&quot;:false,&quot;password&quot;:true}" duration="1"/>
    <testCase name="Login Store cases Set Loader Mutation test cases Receive this case {&quot;loader&quot;:true,&quot;password&quot;:true}" duration="0"/>
    <testCase name="Login Store cases Set Loader Mutation test cases Receive this case {&quot;loader&quot;:false,&quot;password&quot;:false}" duration="1"/>
  </file>
  <file path="/dataregistry/jenkins/jenkins_home/workspace/nd_feature-ISMO_1010_CI_NPM-RWY7BKJKLXBTKWLCXGK5SP764TKAY4JVADZ6XZUAOXLRIIQ5NV6Q/src/components/kpi-item/KpiItem.spec.js">
    <testCase name="KpiItem.vue should render the Kpi (ods-kpi) props" duration="2"/>
  </file>
  <file path="/dataregistry/jenkins/jenkins_home/workspace/nd_feature-ISMO_1010_CI_NPM-RWY7BKJKLXBTKWLCXGK5SP764TKAY4JVADZ6XZUAOXLRIIQ5NV6Q/src/services/api.spec.js">
    <testCase name="Api module test cases When the call goes well, returns the value obtained" duration="2"/>
    <testCase name="Api module test cases When the call fails and alert on error is active, will show an alert" duration="2"/>
    <testCase name="Api module test cases When the call fails and alert on error is not active, will not show an alert" duration="1"/>
    <testCase name="Api module test cases Login request" duration="1"/>
    <testCase name="Api module test cases Change Password request" duration="1"/>
    <testCase name="Api module test cases Current User request" duration="0"/>
    <testCase name="Api module test cases Kpis request" duration="0"/>
    <testCase name="Api module test cases Calculated Kpis request" duration="1"/>
    <testCase name="Api module test cases Gis Feature Collection request" duration="1"/>
    <testCase name="Api module test cases Warning Pie request" duration="0"/>
    <testCase name="Api module test cases Assets request" duration="1"/>
    <testCase name="Api module test cases Asset By Id request" duration="1"/>
    <testCase name="Api module test cases Assets by Filter request" duration="1"/>
    <testCase name="Api module test cases Alerts request" duration="1"/>
    <testCase name="Api module test cases Route points request" duration="1"/>
  </file>
  <file path="/dataregistry/jenkins/jenkins_home/workspace/nd_feature-ISMO_1010_CI_NPM-RWY7BKJKLXBTKWLCXGK5SP764TKAY4JVADZ6XZUAOXLRIIQ5NV6Q/src/utils/filters.spec.js">
    <testCase name="Format Date cases should return a date formated if exist a date" duration="3"/>
    <testCase name="Format Date cases should return a date formated if not exist a date" duration="1"/>
    <testCase name="Truncate cases should return a text truncated with a custom clamp" duration="3"/>
    <testCase name="Truncate cases should return a text truncated without a clamp option" duration="0"/>
    <testCase name="Truncate cases should return a text truncated with lenght more than to the text" duration="1"/>
    <testCase name="Get Properties Object cases should return a array of properties without the last element" duration="1"/>
  </file>
  <file path="/dataregistry/jenkins/jenkins_home/workspace/nd_feature-ISMO_1010_CI_NPM-RWY7BKJKLXBTKWLCXGK5SP764TKAY4JVADZ6XZUAOXLRIIQ5NV6Q/src/services/ajax-wrapper.spec.js">
    <testCase name="Ajax Wrapper Test Cases Build url returns the url and its query params mounted" duration="2"/>
    <testCase name="Ajax Wrapper Test Cases Build query params transform an object into a queryParams string" duration="0"/>
    <testCase name="Ajax Wrapper Test Cases Build headers will add authorization header if there is a token stored" duration="1"/>
    <testCase name="Ajax Wrapper Test Cases Build headers will add query type header if there is a page query param" duration="23"/>
    <testCase name="Ajax Wrapper Test Cases Build headers will add query type header if there is a size query param" duration="1"/>
    <testCase name="Ajax Wrapper Test Cases Make request will return an answer if the request goes well" duration="2"/>
    <testCase name="Ajax Wrapper Test Cases Make request will return an answer if the request goes well" duration="3"/>
  </file>
  <file path="/dataregistry/jenkins/jenkins_home/workspace/nd_feature-ISMO_1010_CI_NPM-RWY7BKJKLXBTKWLCXGK5SP764TKAY4JVADZ6XZUAOXLRIIQ5NV6Q/src/router/breadcrumb-params.spec.js">
    <testCase name="Breadcrumb Params cases If there is no data saved on session storage, will not set any param" duration="3"/>
    <testCase name="Breadcrumb Params cases If there is data saved on session storage, will set params that matches" duration="1"/>
  </file>
  <file path="/dataregistry/jenkins/jenkins_home/workspace/nd_feature-ISMO_1010_CI_NPM-RWY7BKJKLXBTKWLCXGK5SP764TKAY4JVADZ6XZUAOXLRIIQ5NV6Q/src/utils/formatDataChart.spec.js">
    <testCase name="Format Data Chart cases If receives an array, will return an object with all data formatted" duration="2"/>
  </file>
</testExecutions>