|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <testsuites name="root"> |
3 | | - <testsuite name="file:///tests/annotations.test.mjs" timestamp="2025-04-30T12:04:03.317Z" hostname="Yohays-MacBook-Pro.local" failures="0" skipped="4" time="0.0058790000000000005"> |
4 | | - <testcase name="Math Operations > Addition > should return 4 when adding 2 + 2" time="0.000122"/> |
5 | | - <testcase name="Math Operations > Addition > should return 0 when adding -2 + 2" time="0.000036"> |
| 3 | + <testsuite name="file:///tests/annotations.test.mjs" timestamp="2025-04-30T12:12:28.792Z" hostname="Yohays-MacBook-Pro.local" failures="0" skipped="4" time="0.0054340000000000005"> |
| 4 | + <testcase name="Math Operations > Addition > should return 4 when adding 2 + 2" time="0.000173"/> |
| 5 | + <testcase name="Math Operations > Addition > should return 0 when adding -2 + 2" time="0.000039"> |
6 | 6 | <skipped/> |
7 | 7 | </testcase> |
8 | | - <testcase name="Math Operations > Addition > should handle floating point addition" time="0.00084"> |
| 8 | + <testcase name="Math Operations > Addition > should handle floating point addition" time="0.000449"> |
9 | 9 | <skipped type="todo"/> |
10 | 10 | </testcase> |
11 | | - <testcase name="Math Operations > Subtraction" time="0.000036" testNumber="2"> |
| 11 | + <testcase name="Math Operations > Subtraction" time="0.000034" testNumber="2"> |
12 | 12 | <skipped/> |
13 | 13 | </testcase> |
14 | 14 | <testcase name="Math Operations > Multiplication" time="0.00003" testNumber="3"> |
15 | 15 | <skipped type="todo"/> |
16 | 16 | </testcase> |
17 | | - <testcase name="Math Operations > Division > should return 2 when dividing 4 / 2" time="0.000054"/> |
18 | | - <testcase name="Math Operations > Division > should throw an error when dividing by 0" time="0.000169"/> |
| 17 | + <testcase name="Math Operations > Division > should return 2 when dividing 4 / 2" time="0.000053"/> |
| 18 | + <testcase name="Math Operations > Division > should throw an error when dividing by 0" time="0.000175"/> |
19 | 19 | </testsuite> |
20 | | - <testsuite name="tests/edge-cases.test.mjs" timestamp="2025-04-30T12:04:03.323Z" hostname="Yohays-MacBook-Pro.local" failures="1" skipped="0" time="0.035162"> |
21 | | - <testcase name="/Users/ynahmany/Documents/github/currents/currents-nodejs-github-actions-example/tests/edge-cases.test.mjs" time="0.035162"> |
| 20 | + <testsuite name="tests/edge-cases.test.mjs" timestamp="2025-04-30T12:12:28.797Z" hostname="Yohays-MacBook-Pro.local" failures="1" skipped="0" time="0.032008"> |
| 21 | + <testcase name="/Users/ynahmany/Documents/github/currents/currents-nodejs-github-actions-example/tests/edge-cases.test.mjs" time="0.032008"> |
22 | 22 | <failure type="testCodeFailure" message="test failed |
23 | 23 | { |
24 | 24 | "failureType": "testCodeFailure", |
|
37 | 37 | ]]></failure> |
38 | 38 | </testcase> |
39 | 39 | </testsuite> |
40 | | - <testsuite name="file:///tests/nesting.test.mjs" timestamp="2025-04-30T12:04:03.324Z" hostname="Yohays-MacBook-Pro.local" failures="3" skipped="0" time="0.0062900000000000005"> |
41 | | - <testcase name="Math Operations > Addition > should return 5 when adding 2 and 3" time="0.000174"/> |
42 | | - <testcase name="Math Operations > Addition > should return 0 when adding -1 and 1" time="0.000424"/> |
43 | | - <testcase name="Math Operations > Subtraction > should return 1 when subtracting 3 from 4" time="0.000125"/> |
44 | | - <testcase name="Math Operations > Subtraction > should return -2 when subtracting 3 from 1" time="0.000035"/> |
| 40 | + <testsuite name="file:///tests/nesting.test.mjs" timestamp="2025-04-30T12:12:28.799Z" hostname="Yohays-MacBook-Pro.local" failures="3" skipped="0" time="0.006468"> |
| 41 | + <testcase name="Math Operations > Addition > should return 5 when adding 2 and 3" time="0.00019"/> |
| 42 | + <testcase name="Math Operations > Addition > should return 0 when adding -1 and 1" time="0.000378"/> |
| 43 | + <testcase name="Math Operations > Subtraction > should return 1 when subtracting 3 from 4" time="0.000126"/> |
| 44 | + <testcase name="Math Operations > Subtraction > should return -2 when subtracting 3 from 1" time="0.000034"/> |
45 | 45 | <testcase name="Math Operations > Multiplication > should return 6 when multiplying 2 and 3" time="0.000052"/> |
46 | | - <testcase name="Math Operations > Multiplication > should return 0 when multiplying any number by 0" time="0.000037"/> |
| 46 | + <testcase name="Math Operations > Multiplication > should return 0 when multiplying any number by 0" time="0.000035"/> |
47 | 47 | <testcase name="Math Operations > Division > should return 2 when dividing 6 by 3" time="0.000048"/> |
48 | | - <testcase name="Math Operations > Division > should throw an error when dividing by 0" time="0.000398"> |
| 48 | + <testcase name="Math Operations > Division > should throw an error when dividing by 0" time="0.000405"> |
49 | 49 | <failure type="testCodeFailure" message="Missing expected exception. |
50 | 50 | { |
51 | 51 | "failureType": "testCodeFailure", |
|
70 | 70 | ]]></failure> |
71 | 71 | </testcase> |
72 | 72 | </testsuite> |
73 | | - <testsuite name="file:///tests/simple.test.mjs" timestamp="2025-04-30T12:04:03.325Z" hostname="Yohays-MacBook-Pro.local" failures="2" skipped="0" time="0.002782"> |
74 | | - <testcase name="Math operations - addition" time="0.000508"/> |
75 | | - <testcase name="Math operations - subtraction" time="0.000044"/> |
76 | | - <testcase name="Math operations - multiplication" time="0.000039"/> |
| 73 | + <testsuite name="file:///tests/simple.test.mjs" timestamp="2025-04-30T12:12:28.800Z" hostname="Yohays-MacBook-Pro.local" failures="2" skipped="0" time="0.00261"> |
| 74 | + <testcase name="Math operations - addition" time="0.000539"/> |
| 75 | + <testcase name="Math operations - subtraction" time="0.000046"/> |
| 76 | + <testcase name="Math operations - multiplication" time="0.00004"/> |
77 | 77 | <testcase name="Math operations - division" time="0.000038"/> |
78 | | - <testcase name="Math operations - division by zero" time="0.000115"/> |
79 | | - <testcase name="Math operations - incorrect addition" time="0.001363"> |
| 78 | + <testcase name="Math operations - division by zero" time="0.000114"/> |
| 79 | + <testcase name="Math operations - incorrect addition" time="0.001152"> |
80 | 80 | <failure type="testCodeFailure" message="Expected values to be strictly equal: |
81 | 81 |
|
82 | 82 | 4 !== 5 |
|
105 | 105 | } |
106 | 106 | ]]></failure> |
107 | 107 | </testcase> |
108 | | - <testcase name="Math operations - incorrect addition > should return 5" time="0.000675"> |
| 108 | + <testcase name="Math operations - incorrect addition > should return 5" time="0.000681"> |
109 | 109 | <failure type="testCodeFailure" message="Expected values to be strictly equal: |
110 | 110 |
|
111 | 111 | 4 !== 5 |
|
135 | 135 | ]]></failure> |
136 | 136 | </testcase> |
137 | 137 | </testsuite> |
138 | | - <testsuite name="file:///tests/timeout.test.mjs" timestamp="2025-04-30T12:04:03.325Z" hostname="Yohays-MacBook-Pro.local" failures="1" skipped="0" time="0.002177"> |
139 | | - <testcase name="this will timeout" time="0.002177"> |
| 138 | + <testsuite name="file:///tests/timeout.test.mjs" timestamp="2025-04-30T12:12:28.800Z" hostname="Yohays-MacBook-Pro.local" failures="1" skipped="0" time="0.002001"> |
| 139 | + <testcase name="this will timeout" time="0.002001"> |
140 | 140 | <failure type="cancelledByParent" message="Promise resolution is still pending but the event loop has already resolved |
141 | 141 | { |
142 | 142 | "failureType": "cancelledByParent", |
|
0 commit comments