forked from lukejpreston/xunit-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjunit.xml
53 lines (53 loc) · 3 KB
/
junit.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="13" failures="0" time="1.725">
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-08-18T09:50:03" time="0.563" tests="1">
<testcase classname=" get suites" name=" get suites" time="0.1">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-08-18T09:50:03" time="0.063" tests="1">
<testcase classname=" get description" name=" get description" time="0.006">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-08-18T09:50:03" time="0.076" tests="1">
<testcase classname=" complete multi suites" name=" complete multi suites" time="0.006">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-08-18T09:50:03" time="0.056" tests="1">
<testcase classname=" get files" name=" get files" time="0.004">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-08-18T09:50:03" time="0.088" tests="1">
<testcase classname=" renders test options" name=" renders test options" time="0.012">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-08-18T09:50:03" time="0.06" tests="1">
<testcase classname=" renders suite" name=" renders suite" time="0.005">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-08-18T09:50:04" time="0.05" tests="2">
<testcase classname=" renders hero" name=" renders hero" time="0.002">
</testcase>
<testcase classname=" renders hero with title and brand" name=" renders hero with title and brand" time="0.001">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-08-18T09:50:04" time="0.064" tests="1">
<testcase classname=" renders files" name=" renders files" time="0.002">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-08-18T09:50:04" time="0.047" tests="1">
<testcase classname=" renders properties options" name=" renders properties options" time="0.002">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-08-18T09:50:04" time="0.045" tests="1">
<testcase classname=" renders toggle" name=" renders toggle" time="0.002">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-08-18T09:50:04" time="0.046" tests="1">
<testcase classname=" renders logo" name=" renders logo" time="0.002">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-08-18T09:50:04" time="0.046" tests="1">
<testcase classname=" renders suite options" name=" renders suite options" time="0.002">
</testcase>
</testsuite>
</testsuites>