-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjunit.xml
45 lines (45 loc) · 3.36 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
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="15" failures="0" time="1.696">
<testsuite name="Division testing" errors="0" failures="0" skipped="0" timestamp="2024-11-05T19:29:17" time="0.822" tests="2">
<testcase classname="Division testing 8 / 1 = 8" name="Division testing 8 / 1 = 8" time="0.001" file="src/__tests__/division.test.js">
</testcase>
<testcase classname="Division testing 9 / 3 = 2" name="Division testing 9 / 3 = 2" time="0" file="src/__tests__/division.test.js">
</testcase>
</testsuite>
<testsuite name="Addition testing" errors="0" failures="0" skipped="0" timestamp="2024-11-05T19:29:17" time="0.824" tests="5">
<testcase classname="Addition testing 2 + 2 = 4" name="Addition testing 2 + 2 = 4" time="0.001" file="src/__tests__/addition.test.js">
</testcase>
<testcase classname="Addition testing 2 + 3 = 5" name="Addition testing 2 + 3 = 5" time="0.001" file="src/__tests__/addition.test.js">
</testcase>
<testcase classname="Addition testing 2 + 5 = 7" name="Addition testing 2 + 5 = 7" time="0" file="src/__tests__/addition.test.js">
</testcase>
<testcase classname="Addition testing 2 + 7 = 9" name="Addition testing 2 + 7 = 9" time="0" file="src/__tests__/addition.test.js">
</testcase>
<testcase classname="Addition testing 2 + 20 = 22" name="Addition testing 2 + 20 = 22" time="0.001" file="src/__tests__/addition.test.js">
</testcase>
</testsuite>
<testsuite name="Filter function" errors="0" failures="0" skipped="0" timestamp="2024-11-05T19:29:17" time="0.834" tests="1">
<testcase classname="Filter function it should filter characters by a search term" name="Filter function it should filter characters by a search term" time="0.002" file="src/__tests__/filter.test.js">
</testcase>
</testsuite>
<testsuite name="Subtraction testing" errors="0" failures="0" skipped="0" timestamp="2024-11-05T19:29:17" time="0.842" tests="3">
<testcase classname="Subtraction testing 4 - 1 = 3" name="Subtraction testing 4 - 1 = 3" time="0.001" file="src/__tests__/subtraction.test.js">
</testcase>
<testcase classname="Subtraction testing 6 - 1 = 5" name="Subtraction testing 6 - 1 = 5" time="0" file="src/__tests__/subtraction.test.js">
</testcase>
<testcase classname="Subtraction testing 10 - 1 = 9" name="Subtraction testing 10 - 1 = 9" time="0.001" file="src/__tests__/subtraction.test.js">
</testcase>
</testsuite>
<testsuite name="Multiplication testing" errors="0" failures="0" skipped="0" timestamp="2024-11-05T19:29:17" time="0.849" tests="3">
<testcase classname="Multiplication testing 3 * 1 = 3" name="Multiplication testing 3 * 1 = 3" time="0.001" file="src/__tests__/multiplication.test.js">
</testcase>
<testcase classname="Multiplication testing 3 * 3 = 9" name="Multiplication testing 3 * 3 = 9" time="0" file="src/__tests__/multiplication.test.js">
</testcase>
<testcase classname="Multiplication testing 3 * 5 = 15" name="Multiplication testing 3 * 5 = 15" time="0.007" file="src/__tests__/multiplication.test.js">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2024-11-05T19:29:17" time="1.042" tests="1">
<testcase classname=" renders learn react link" name=" renders learn react link" time="0.016" file="src/__tests__/App.test.js">
</testcase>
</testsuite>
</testsuites>