Skip to content
Snippets Groups Projects
Commit 631674c3 authored by Mateusz Mikołajczak's avatar Mateusz Mikołajczak
Browse files

fix(junit.xml): delete junit.xml file

parent 31ecc4f3
No related branches found
No related tags found
1 merge request!17Feature/add drawer ui
Pipeline #78822 passed
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="12" failures="0" errors="0" time="2.114">
<testsuite name="Drawer - component" errors="0" failures="0" skipped="0" timestamp="2023-09-27T15:17:35" time="0.693" tests="4">
<testcase classname="Drawer - component should render Drawer" name="Drawer - component should render Drawer" time="0.033">
</testcase>
<testcase classname="Drawer - component should be closes" name="Drawer - component should be closes" time="0.009">
</testcase>
<testcase classname="Drawer - component should be open" name="Drawer - component should be open" time="0.033">
</testcase>
<testcase classname="Drawer - component should open and close Drawer" name="Drawer - component should open and close Drawer" time="0.033">
</testcase>
</testsuite>
<testsuite name="SearchBar - component" errors="0" failures="0" skipped="0" timestamp="2023-09-27T15:17:35" time="0.164" tests="1">
<testcase classname="SearchBar - component should let user type text" name="SearchBar - component should let user type text" time="0.015">
</testcase>
</testsuite>
<testsuite name="TopBar - component" errors="0" failures="0" skipped="0" timestamp="2023-09-27T15:17:36" time="0.171" tests="1">
<testcase classname="TopBar - component Should contain user avatar, search bar" name="TopBar - component Should contain user avatar, search bar" time="0.017">
</testcase>
</testsuite>
<testsuite name="NavBar - component" errors="0" failures="0" skipped="0" timestamp="2023-09-27T15:17:36" time="0.278" tests="1">
<testcase classname="NavBar - component Should contain navigation buttons and logos with powered by info" name="NavBar - component Should contain navigation buttons and logos with powered by info" time="0.023">
</testcase>
</testsuite>
<testsuite name="IconButton - component" errors="0" failures="0" skipped="0" timestamp="2023-09-27T15:17:36" time="0.159" tests="3">
<testcase classname="IconButton - component should render IconButton" name="IconButton - component should render IconButton" time="0.011">
</testcase>
<testcase classname="IconButton - component should render IconButton with plugin icon" name="IconButton - component should render IconButton with plugin icon" time="0.002">
</testcase>
<testcase classname="IconButton - component should render IconButton as active" name="IconButton - component should render IconButton as active" time="0.001">
</testcase>
</testsuite>
<testsuite name="UserAvatar - component " errors="0" failures="0" skipped="0" timestamp="2023-09-27T15:17:36" time="0.156" tests="1">
<testcase classname="UserAvatar - component should render placeholder image" name="UserAvatar - component should render placeholder image" time="0.009">
</testcase>
</testsuite>
<testsuite name="Button - component " errors="0" failures="0" skipped="0" timestamp="2023-09-27T15:17:36" time="0.144" tests="1">
<testcase classname="Button - component should render name Button" name="Button - component should render name Button" time="0.01">
</testcase>
</testsuite>
</testsuites>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment