-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjunit.xml
More file actions
29 lines (29 loc) · 1.6 KB
/
junit.xml
File metadata and controls
29 lines (29 loc) · 1.6 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="9" failures="0" time="4.178">
<testsuite name="classes" errors="0" failures="0" skipped="0" timestamp="2019-04-23T07:08:53" time="1.175" tests="5">
<testcase classname="classes 接受1个className" name="classes 接受1个className" time="0.003">
</testcase>
<testcase classname="classes 接受2个className" name="classes 接受2个className" time="0.001">
</testcase>
<testcase classname="classes 接受undefined" name="classes 接受undefined" time="0">
</testcase>
<testcase classname="classes 接受中文" name="classes 接受中文" time="0">
</testcase>
<testcase classname="classes 接受空" name="classes 接受空" time="0">
</testcase>
</testsuite>
<testsuite name="icon" errors="0" failures="0" skipped="0" timestamp="2019-04-23T07:08:54" time="0.21" tests="2">
<testcase classname="icon xxx" name="icon xxx" time="0.011">
</testcase>
<testcase classname="icon onClick" name="icon onClick" time="0.036">
</testcase>
</testsuite>
<testsuite name="button" errors="0" failures="0" skipped="0" timestamp="2019-04-23T07:08:54" time="0.153" tests="1">
<testcase classname="button 是个 div" name="button 是个 div" time="0.003">
</testcase>
</testsuite>
<testsuite name="我的第一个测试用例" errors="0" failures="0" skipped="0" timestamp="2019-04-23T07:08:55" time="0.116" tests="1">
<testcase classname="我的第一个测试用例 add(1,2) 等于3" name="我的第一个测试用例 add(1,2) 等于3" time="0.001">
</testcase>
</testsuite>
</testsuites>