Skip to content

Commit e851de2

Browse files
committed
fix: recover report
1 parent 885dc09 commit e851de2

36 files changed

+53569
-70
lines changed

apps/bdd/test-artifacts/reports/cucumber-html/assets/css/bootstrap.min.css

Lines changed: 11730 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/bdd/test-artifacts/reports/cucumber-html/assets/css/dataTables.bootstrap.min.css

Lines changed: 568 additions & 0 deletions
Large diffs are not rendered by default.

apps/bdd/test-artifacts/reports/cucumber-html/assets/css/font-awesome.min.css

Lines changed: 2337 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 232 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,232 @@
1+
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
2+
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
3+
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
4+
cursor: default !important;
5+
}
6+
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
7+
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
8+
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
9+
display: none !important;
10+
}
11+
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
12+
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
13+
cursor: pointer;
14+
}
15+
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
16+
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
17+
margin-right: 0.5em;
18+
display: inline-block;
19+
box-sizing: border-box;
20+
content: "";
21+
border-top: 5px solid transparent;
22+
border-left: 10px solid rgba(0, 0, 0, 0.5);
23+
border-bottom: 5px solid transparent;
24+
border-right: 0px solid transparent;
25+
}
26+
table.dataTable.dtr-inline.collapsed
27+
> tbody
28+
> tr
29+
> td.dtr-control.arrow-right::before,
30+
table.dataTable.dtr-inline.collapsed
31+
> tbody
32+
> tr
33+
> th.dtr-control.arrow-right::before {
34+
border-top: 5px solid transparent;
35+
border-left: 0px solid transparent;
36+
border-bottom: 5px solid transparent;
37+
border-right: 10px solid rgba(0, 0, 0, 0.5);
38+
}
39+
table.dataTable.dtr-inline.collapsed
40+
> tbody
41+
> tr.dtr-expanded
42+
> td.dtr-control:before,
43+
table.dataTable.dtr-inline.collapsed
44+
> tbody
45+
> tr.dtr-expanded
46+
> th.dtr-control:before {
47+
border-top: 10px solid rgba(0, 0, 0, 0.5);
48+
border-left: 5px solid transparent;
49+
border-bottom: 0px solid transparent;
50+
border-right: 5px solid transparent;
51+
}
52+
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
53+
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
54+
padding-left: 0.333em;
55+
}
56+
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
57+
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
58+
table.dataTable.dtr-column > tbody > tr > td.control,
59+
table.dataTable.dtr-column > tbody > tr > th.control {
60+
cursor: pointer;
61+
}
62+
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
63+
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
64+
table.dataTable.dtr-column > tbody > tr > td.control:before,
65+
table.dataTable.dtr-column > tbody > tr > th.control:before {
66+
display: inline-block;
67+
box-sizing: border-box;
68+
content: "";
69+
border-top: 5px solid transparent;
70+
border-left: 10px solid rgba(0, 0, 0, 0.5);
71+
border-bottom: 5px solid transparent;
72+
border-right: 0px solid transparent;
73+
}
74+
table.dataTable.dtr-column > tbody > tr > td.dtr-control.arrow-right::before,
75+
table.dataTable.dtr-column > tbody > tr > th.dtr-control.arrow-right::before,
76+
table.dataTable.dtr-column > tbody > tr > td.control.arrow-right::before,
77+
table.dataTable.dtr-column > tbody > tr > th.control.arrow-right::before {
78+
border-top: 5px solid transparent;
79+
border-left: 0px solid transparent;
80+
border-bottom: 5px solid transparent;
81+
border-right: 10px solid rgba(0, 0, 0, 0.5);
82+
}
83+
table.dataTable.dtr-column > tbody > tr.dtr-expanded td.dtr-control:before,
84+
table.dataTable.dtr-column > tbody > tr.dtr-expanded th.dtr-control:before,
85+
table.dataTable.dtr-column > tbody > tr.dtr-expanded td.control:before,
86+
table.dataTable.dtr-column > tbody > tr.dtr-expanded th.control:before {
87+
border-top: 10px solid rgba(0, 0, 0, 0.5);
88+
border-left: 5px solid transparent;
89+
border-bottom: 0px solid transparent;
90+
border-right: 5px solid transparent;
91+
}
92+
table.dataTable > tbody > tr.child {
93+
padding: 0.5em 1em;
94+
}
95+
table.dataTable > tbody > tr.child:hover {
96+
background: transparent !important;
97+
}
98+
table.dataTable > tbody > tr.child ul.dtr-details {
99+
display: inline-block;
100+
list-style-type: none;
101+
margin: 0;
102+
padding: 0;
103+
}
104+
table.dataTable > tbody > tr.child ul.dtr-details > li {
105+
border-bottom: 1px solid #efefef;
106+
padding: 0.5em 0;
107+
}
108+
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
109+
padding-top: 0;
110+
}
111+
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
112+
padding-bottom: 0;
113+
border-bottom: none;
114+
}
115+
table.dataTable > tbody > tr.child span.dtr-title {
116+
display: inline-block;
117+
min-width: 75px;
118+
font-weight: bold;
119+
}
120+
div.dtr-modal {
121+
position: fixed;
122+
box-sizing: border-box;
123+
top: 0;
124+
left: 0;
125+
height: 100%;
126+
width: 100%;
127+
z-index: 100;
128+
padding: 10em 1em;
129+
}
130+
div.dtr-modal div.dtr-modal-display {
131+
position: absolute;
132+
top: 0;
133+
left: 0;
134+
bottom: 0;
135+
right: 0;
136+
width: 50%;
137+
height: fit-content;
138+
max-height: 75%;
139+
overflow: auto;
140+
margin: auto;
141+
z-index: 102;
142+
overflow: auto;
143+
background-color: #f5f5f7;
144+
border: 1px solid black;
145+
border-radius: 0.5em;
146+
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
147+
}
148+
div.dtr-modal div.dtr-modal-content {
149+
position: relative;
150+
padding: 2.5em;
151+
}
152+
div.dtr-modal div.dtr-modal-content h2 {
153+
margin-top: 0;
154+
}
155+
div.dtr-modal div.dtr-modal-close {
156+
position: absolute;
157+
top: 6px;
158+
right: 6px;
159+
width: 22px;
160+
height: 22px;
161+
text-align: center;
162+
border-radius: 3px;
163+
cursor: pointer;
164+
z-index: 12;
165+
}
166+
div.dtr-modal div.dtr-modal-background {
167+
position: fixed;
168+
top: 0;
169+
left: 0;
170+
right: 0;
171+
bottom: 0;
172+
z-index: 101;
173+
background: rgba(0, 0, 0, 0.6);
174+
}
175+
@media screen and (max-width: 767px) {
176+
div.dtr-modal div.dtr-modal-display {
177+
width: 95%;
178+
}
179+
}
180+
html.dark table.dataTable > tbody > tr > td.dtr-control:before,
181+
html[data-bs-theme="dark"]
182+
table.dataTable
183+
> tbody
184+
> tr
185+
> td.dtr-control:before {
186+
border-left-color: rgba(255, 255, 255, 0.5) !important;
187+
}
188+
html.dark table.dataTable > tbody > tr > td.dtr-control.arrow-right::before,
189+
html[data-bs-theme="dark"]
190+
table.dataTable
191+
> tbody
192+
> tr
193+
> td.dtr-control.arrow-right::before {
194+
border-right-color: rgba(255, 255, 255, 0.5) !important;
195+
}
196+
html.dark table.dataTable > tbody > tr.dtr-expanded > td.dtr-control:before,
197+
html.dark table.dataTable > tbody > tr.dtr-expanded > th.dtr-control:before,
198+
html[data-bs-theme="dark"]
199+
table.dataTable
200+
> tbody
201+
> tr.dtr-expanded
202+
> td.dtr-control:before,
203+
html[data-bs-theme="dark"]
204+
table.dataTable
205+
> tbody
206+
> tr.dtr-expanded
207+
> th.dtr-control:before {
208+
border-top-color: rgba(255, 255, 255, 0.5) !important;
209+
border-left-color: transparent !important;
210+
border-right-color: transparent !important;
211+
}
212+
html.dark table.dataTable > tbody > tr.child ul.dtr-details > li,
213+
html[data-bs-theme="dark"]
214+
table.dataTable
215+
> tbody
216+
> tr.child
217+
ul.dtr-details
218+
> li {
219+
border-bottom-color: rgb(64, 67, 70);
220+
}
221+
html.dark div.dtr-modal div.dtr-modal-display,
222+
html[data-bs-theme="dark"] div.dtr-modal div.dtr-modal-display {
223+
background-color: rgb(33, 37, 41);
224+
border: 1px solid rgba(255, 255, 255, 0.15);
225+
}
226+
div.dtr-bs-modal table.table tr:first-child td {
227+
border-top: none;
228+
}
229+
table.dataTable.table-bordered th.dtr-control.dtr-hidden + *,
230+
table.dataTable.table-bordered td.dtr-control.dtr-hidden + * {
231+
border-left-width: 1px;
232+
}

0 commit comments

Comments
 (0)