-
Notifications
You must be signed in to change notification settings - Fork 0
/
junit.xml
165 lines (159 loc) · 4.78 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<?xml version="1.0" encoding="UTF-8" ?>
<testsuites name="vitest tests" tests="2" failures="1" errors="0" time="2.016">
<testsuite name="tests/AnimalTable.pact.test.tsx" timestamp="2024-12-16T22:10:45.763Z" hostname="MAC-TWALSH" tests="1" failures="1" errors="0" skipped="0" time="1.028533167">
<testcase classname="tests/AnimalTable.pact.test.tsx" name="renders table with a peice of content and capture pact" time="1.026976041">
<system-out>
Outgoing request: GET http://localhost:3030/v2/animals
request:start
[pact-msw-adapter] Checking request against url filters
{
urlString: 'http://localhost:3030/v2/animals',
providerFilter: true,
includeFilter: true,
excludeFilter: true,
matchIsAllowed: true
}
[pact-msw-adapter] Matching request
</system-out>
<failure message="Unable to find an element by: [data-testid="tableAnimal_1"]
Ignored nodes: comments, script, style
[36m<body>[39m
[36m<div>[39m
[36m<div[39m
[33mclass[39m=[32m"App"[39m
[36m>[39m
[36m<header[39m
[33mclass[39m=[32m"App-header"[39m
[36m/>[39m
[0mTEST PAGE[0m
[36m<h2>[39m
[0mAnimals[0m
[36m</h2>[39m
[36m<table[39m
[33mclass[39m=[32m"animalTable"[39m
[36m>[39m
[36m<thead>[39m
[36m<tr>[39m
[36m<th>[39m
[0mName[0m
[36m</th>[39m
[36m<th>[39m
[0mIs awesome[0m
[36m</th>[39m
[36m</tr>[39m
[36m</thead>[39m
[36m<tbody />[39m
[36m</table>[39m
[36m</div>[39m
[36m</div>[39m
[36m</body>[39m
Ignored nodes: comments, script, style
[36m<html>[39m
[36m<head />[39m
[36m<body>[39m
[36m<div>[39m
[36m<div[39m
[33mclass[39m=[32m"App"[39m
[36m>[39m
[36m<header[39m
[33mclass[39m=[32m"App-header"[39m
[36m/>[39m
[0mTEST PAGE[0m
[36m<h2>[39m
[0mAnimals[0m
[36m</h2>[39m
[36m<table[39m
[33mclass[39m=[32m"animalTable"[39m
[36m>[39m
[36m<thead>[39m
[36m<tr>[39m
[36m<th>[39m
[0mName[0m
[36m</th>[39m
[36m<th>[39m
[0mIs awesome[0m
[36m</th>[39m
[36m</tr>[39m
[36m</thead>[39m
[36m<tbody />[39m
[36m</table>[39m
[36m</div>[39m
[36m</div>[39m
[36m</body>[39m
[36m</html>[39m" type="TestingLibraryElementError">
TestingLibraryElementError: Unable to find an element by: [data-testid="tableAnimal_1"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="App"
>
<header
class="App-header"
/>
TEST PAGE
<h2>
Animals
</h2>
<table
class="animalTable"
>
<thead>
<tr>
<th>
Name
</th>
<th>
Is awesome
</th>
</tr>
</thead>
<tbody />
</table>
</div>
</div>
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div>
<div
class="App"
>
<header
class="App-header"
/>
TEST PAGE
<h2>
Animals
</h2>
<table
class="animalTable"
>
<thead>
<tr>
<th>
Name
</th>
<th>
Is awesome
</th>
</tr>
</thead>
<tbody />
</table>
</div>
</div>
</body>
</html>
❯ Proxy.waitForWrapper node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ tests/AnimalTable.pact.test.tsx:84:9
</failure>
</testcase>
</testsuite>
<testsuite name="tests/AnimalTable.test.ts" timestamp="2024-12-16T22:10:45.765Z" hostname="MAC-TWALSH" tests="1" failures="0" errors="0" skipped="0" time="0.035434084">
<testcase classname="tests/AnimalTable.test.ts" name="App > renders table with a peice of content" time="0.034017584">
</testcase>
</testsuite>
</testsuites>