Skip to content
Snippets Groups Projects
junit.xml 3.62 KiB
Newer Older
Orlando Piñero's avatar
Orlando Piñero committed
<?xml version="1.0" encoding="UTF-8"?>
Orlando Piñero's avatar
Orlando Piñero committed
<testsuites name="jest tests" tests="3" failures="2" errors="0" time="12.824">
  <testsuite name="logout and login as user test123" errors="0" failures="2" skipped="0" timestamp="2023-05-07T10:46:31" time="12.736" tests="3">
    <testcase classname="logout and login as user test123 should be able to logout and find landing page again" name="logout and login as user test123 should be able to logout and find landing page again" time="2.005">
    </testcase>
    <testcase classname="logout and login as user test123 should be possible to login as user test123 again" name="logout and login as user test123 should be possible to login as user test123 again" time="5.012">
      <failure>Error: thrown: &quot;Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout.&quot;
    at it (C:\Users\Ares\Desktop\BHT\Web Frontend\my-app\src\tests\LoginAsNoAdminUser.test.js:29:5)
    at _dispatchDescribe (C:\Users\Ares\Desktop\BHT\Web Frontend\node_modules\jest-circus\build\index.js:91:26)
    at describe (C:\Users\Ares\Desktop\BHT\Web Frontend\node_modules\jest-circus\build\index.js:55:5)
    at Object.describe (C:\Users\Ares\Desktop\BHT\Web Frontend\my-app\src\tests\LoginAsNoAdminUser.test.js:9:1)
    at Runtime._execModule (C:\Users\Ares\Desktop\BHT\Web Frontend\node_modules\jest-runtime\build\index.js:1429:24)
    at Runtime._loadModule (C:\Users\Ares\Desktop\BHT\Web Frontend\node_modules\jest-runtime\build\index.js:1013:12)
    at Runtime.requireModule (C:\Users\Ares\Desktop\BHT\Web Frontend\node_modules\jest-runtime\build\index.js:873:12)
    at jestAdapter (C:\Users\Ares\Desktop\BHT\Web Frontend\node_modules\jest-circus\build\legacy-code-todo-rewrite\jestAdapter.js:77:13)
    at runTestInternal (C:\Users\Ares\Desktop\BHT\Web Frontend\node_modules\jest-runner\build\runTest.js:367:16)
    at runTest (C:\Users\Ares\Desktop\BHT\Web Frontend\node_modules\jest-runner\build\runTest.js:444:34)</failure>
    </testcase>
    <testcase classname="logout and login as user test123 should not show the User-Management-Button" name="logout and login as user test123 should not show the User-Management-Button" time="5.015">
      <failure>Error: thrown: &quot;Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout.&quot;
    at it (C:\Users\Ares\Desktop\BHT\Web Frontend\my-app\src\tests\LoginAsNoAdminUser.test.js:33:5)
    at _dispatchDescribe (C:\Users\Ares\Desktop\BHT\Web Frontend\node_modules\jest-circus\build\index.js:91:26)
    at describe (C:\Users\Ares\Desktop\BHT\Web Frontend\node_modules\jest-circus\build\index.js:55:5)
    at Object.describe (C:\Users\Ares\Desktop\BHT\Web Frontend\my-app\src\tests\LoginAsNoAdminUser.test.js:9:1)
    at Runtime._execModule (C:\Users\Ares\Desktop\BHT\Web Frontend\node_modules\jest-runtime\build\index.js:1429:24)
    at Runtime._loadModule (C:\Users\Ares\Desktop\BHT\Web Frontend\node_modules\jest-runtime\build\index.js:1013:12)
    at Runtime.requireModule (C:\Users\Ares\Desktop\BHT\Web Frontend\node_modules\jest-runtime\build\index.js:873:12)
    at jestAdapter (C:\Users\Ares\Desktop\BHT\Web Frontend\node_modules\jest-circus\build\legacy-code-todo-rewrite\jestAdapter.js:77:13)
    at runTestInternal (C:\Users\Ares\Desktop\BHT\Web Frontend\node_modules\jest-runner\build\runTest.js:367:16)
    at runTest (C:\Users\Ares\Desktop\BHT\Web Frontend\node_modules\jest-runner\build\runTest.js:444:34)</failure>
Orlando Piñero's avatar
Orlando Piñero committed
    </testcase>
  </testsuite>
</testsuites>