-
Notifications
You must be signed in to change notification settings - Fork 0
/
junit.xml
15 lines (15 loc) · 996 Bytes
/
junit.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="5" failures="0" time="2.726">
<testsuite name="Contacts APP" errors="0" failures="0" skipped="0" timestamp="2020-05-16T12:54:11" time="1.696" tests="5">
<testcase classname="Contacts APP Should render APP" name="Contacts APP Should render APP" time="0.097">
</testcase>
<testcase classname="Contacts APP Should render Contact component" name="Contacts APP Should render Contact component" time="0.015">
</testcase>
<testcase classname="Contacts APP Should render Contacts component" name="Contacts APP Should render Contacts component" time="0.006">
</testcase>
<testcase classname="Contacts APP Should render Filters component" name="Contacts APP Should render Filters component" time="0.007">
</testcase>
<testcase classname="Contacts APP Should render Topbar component" name="Contacts APP Should render Topbar component" time="0.004">
</testcase>
</testsuite>
</testsuites>