-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjunit.xml
More file actions
12 lines (12 loc) · 829 Bytes
/
junit.xml
File metadata and controls
12 lines (12 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<testsuites name="jest tests" tests="4" failures="0" time="2.138">
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-07-30T09:06:51" time="2.138" tests="4">
<testcase classname=" Initial articles render correctly" name=" Initial articles render correctly" time="0.034">
</testcase>
<testcase classname=" Clicking on top renders expected articles" name=" Clicking on top renders expected articles" time="0.016">
</testcase>
<testcase classname=" Clicking on newest renders expected articles" name=" Clicking on newest renders expected articles" time="0.013">
</testcase>
<testcase classname=" Sequence of navigation clicks renders expected artices" name=" Sequence of navigation clicks renders expected artices" time="0.033">
</testcase>
</testsuite>
</testsuites>