-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjunit.xml
More file actions
12 lines (12 loc) · 828 Bytes
/
junit.xml
File metadata and controls
12 lines (12 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<testsuites name="jest tests" tests="4" failures="0" time="6.156">
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-08-13T10:58:32" time="6.156" tests="4">
<testcase classname=" Initial articles render correctly" name=" Initial articles render correctly" time="0.08">
</testcase>
<testcase classname=" Clicking on top renders expected articles" name=" Clicking on top renders expected articles" time="0.021">
</testcase>
<testcase classname=" Clicking on newest renders expected articles" name=" Clicking on newest renders expected articles" time="0.148">
</testcase>
<testcase classname=" Sequence of navigation clicks renders expected artices" name=" Sequence of navigation clicks renders expected artices" time="0.049">
</testcase>
</testsuite>
</testsuites>