-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjunit.xml
20 lines (20 loc) · 1.56 KB
/
junit.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<testsuites name="jest tests" tests="7" failures="0" time="12.275">
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-07-16T11:46:36" time="3.31" tests="1">
<testcase classname=" renders without crashing" name=" renders without crashing" time="0.261">
</testcase>
</testsuite>
<testsuite name="Hacker Shop <App/>" errors="0" failures="0" skipped="0" timestamp="2020-07-16T11:46:36" time="8.965" tests="6">
<testcase classname="Hacker Shop <App/> Empty Cart" name="Hacker Shop <App/> Empty Cart" time="0.246">
</testcase>
<testcase classname="Hacker Shop <App/> Delete Item not present in cart Nothing should happen" name="Hacker Shop <App/> Delete Item not present in cart Nothing should happen" time="0.281">
</testcase>
<testcase classname="Hacker Shop <App/> Check Shipping cost (free shipping if Subtotal > $50)" name="Hacker Shop <App/> Check Shipping cost (free shipping if Subtotal > $50)" time="0.273">
</testcase>
<testcase classname="Hacker Shop <App/> Check Tax is present in the cart" name="Hacker Shop <App/> Check Tax is present in the cart" time="0.198">
</testcase>
<testcase classname="Hacker Shop <App/> Add item multiple times and deleting the item" name="Hacker Shop <App/> Add item multiple times and deleting the item" time="1.89">
</testcase>
<testcase classname="Hacker Shop <App/> Check total price" name="Hacker Shop <App/> Check total price" time="0.415">
</testcase>
</testsuite>
</testsuites>