testeranto 0.171.0 → 0.173.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (195) hide show
  1. package/README.md +2 -4
  2. package/dist/common/src/PM/base.js +4 -0
  3. package/dist/common/src/PM/main.js +11 -4
  4. package/dist/common/src/PM/node.js +1 -1
  5. package/dist/common/src/PM/web.js +3 -3
  6. package/dist/common/src/ReportServer.js +2 -126
  7. package/dist/common/src/ReportServer.test.ts/index.js +78 -0
  8. package/dist/common/src/ReportServerLib.js +135 -0
  9. package/dist/common/src/components/pure/ProjectPageView.test/implementation.js +1 -1
  10. package/dist/common/src/lib/abstractBase.js +2 -0
  11. package/dist/common/src/lib/baseBuilder.test/baseBuilder.test.implementation.js +10 -9
  12. package/dist/common/src/lib/baseBuilder.test/baseBuilder.test.specification.js +7 -7
  13. package/dist/common/src/lib/basebuilder.js +8 -2
  14. package/dist/common/src/lib/pmProxy.js +54 -150
  15. package/dist/common/testeranto.config.js +35 -20
  16. package/dist/common/tsconfig.common.tsbuildinfo +1 -1
  17. package/dist/module/src/PM/base.js +4 -0
  18. package/dist/module/src/PM/main.js +11 -4
  19. package/dist/module/src/PM/node.js +1 -1
  20. package/dist/module/src/PM/web.js +3 -3
  21. package/dist/module/src/ReportServer.js +2 -123
  22. package/dist/module/src/ReportServer.test.ts/index.js +73 -0
  23. package/dist/module/src/ReportServerLib.js +128 -0
  24. package/dist/module/src/TestPage.js +29 -17
  25. package/dist/module/src/components/pure/ProjectPageView.test/implementation.js +1 -1
  26. package/dist/module/src/components/pure/TestPageView.js +29 -17
  27. package/dist/module/src/lib/abstractBase.js +2 -0
  28. package/dist/module/src/lib/baseBuilder.test/baseBuilder.test.implementation.js +10 -9
  29. package/dist/module/src/lib/baseBuilder.test/baseBuilder.test.specification.js +7 -7
  30. package/dist/module/src/lib/basebuilder.js +8 -2
  31. package/dist/module/src/lib/pmProxy.js +54 -150
  32. package/dist/module/testeranto.config.js +35 -20
  33. package/dist/module/tsconfig.module.tsbuildinfo +1 -1
  34. package/dist/prebuild/App.css +13 -9
  35. package/dist/prebuild/App.js +102 -99
  36. package/dist/prebuild/ReportServer.mjs +15 -9
  37. package/dist/prebuild/run.mjs +14 -4
  38. package/dist/types/src/PM/node.d.ts +1 -1
  39. package/dist/types/src/PM/web.d.ts +1 -1
  40. package/dist/types/src/ReportServer.test.ts/index.d.ts +29 -0
  41. package/dist/types/src/ReportServerLib.d.ts +2 -0
  42. package/dist/types/src/Types.d.ts +0 -1
  43. package/dist/types/src/components/pure/ProjectPageView.test/index.d.ts +1 -1
  44. package/dist/types/src/lib/abstractBase.d.ts +1 -1
  45. package/dist/types/src/lib/baseBuilder.test/baseBuilder.test.types.d.ts +7 -4
  46. package/dist/types/tsconfig.types.tsbuildinfo +1 -1
  47. package/package.json +6 -5
  48. package/src/PM/base.ts +5 -0
  49. package/src/PM/main.ts +12 -4
  50. package/src/PM/node.ts +1 -1
  51. package/src/PM/web.ts +3 -3
  52. package/src/ReportServer.test.ts/index.ts +194 -0
  53. package/src/ReportServer.ts +2 -132
  54. package/src/ReportServerLib.ts +144 -0
  55. package/src/TestPage.tsx +65 -5
  56. package/src/Types.ts +0 -1
  57. package/src/components/pure/ProjectPageView.test/implementation.tsx +1 -1
  58. package/src/components/pure/TestPageView.tsx +65 -5
  59. package/src/lib/abstractBase.ts +4 -1
  60. package/src/lib/baseBuilder.test/baseBuilder.test.implementation.ts +22 -10
  61. package/src/lib/baseBuilder.test/baseBuilder.test.specification.ts +9 -9
  62. package/src/lib/baseBuilder.test/baseBuilder.test.types.ts +7 -4
  63. package/src/lib/basebuilder.ts +7 -4
  64. package/src/lib/pmProxy.ts +78 -155
  65. package/testeranto/App.css +13 -9
  66. package/testeranto/App.js +102 -99
  67. package/testeranto/bundles/node/allTests/metafile.json +38 -781
  68. package/testeranto/bundles/node/allTests/src/lib/baseBuilder.test/baseBuilder.test.node.mjs +983 -24
  69. package/testeranto/bundles/node/core/metafile.json +486 -0
  70. package/testeranto/bundles/{pure/allTests/chunk-VMUSFSZM.mjs → node/core/src/lib/baseBuilder.test/baseBuilder.test.node.mjs} +797 -412
  71. package/testeranto/bundles/node/staticSite/metafile.json +593 -0
  72. package/testeranto/bundles/node/staticSite/src/ReportServer.test.ts/index.mjs +1594 -0
  73. package/testeranto/bundles/pure/allTests/metafile.json +157 -585
  74. package/testeranto/bundles/pure/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure.mjs +740 -27
  75. package/testeranto/bundles/pure/core/metafile.json +626 -0
  76. package/testeranto/bundles/{web/allTests/chunk-U7AW26HL.mjs → pure/core/src/lib/baseBuilder.test/baseBuilder.test.pure.mjs} +507 -410
  77. package/testeranto/bundles/pure/staticSite/metafile.json +8 -0
  78. package/testeranto/bundles/web/allTests/metafile.json +107 -15292
  79. package/testeranto/bundles/web/allTests/src/lib/baseBuilder.test/baseBuilder.test.web.mjs +893 -45
  80. package/testeranto/bundles/web/core/metafile.json +780 -0
  81. package/testeranto/bundles/web/core/src/lib/baseBuilder.test/baseBuilder.test.web.html +19 -0
  82. package/testeranto/bundles/web/{allTests/chunk-RLDR6LJN.mjs → core/src/lib/baseBuilder.test/baseBuilder.test.web.mjs} +580 -518
  83. package/testeranto/bundles/web/staticSite/metafile.json +8 -0
  84. package/testeranto/projects.json +2 -1
  85. package/testeranto/reports/allTests/config.json +0 -64
  86. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/lint_errors.txt +2 -0
  87. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/logs.txt +11 -13
  88. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/prompt.txt +10 -0
  89. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/suite-0/given-testInitialization/then-0/butThen/hello.txt +1 -0
  90. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/tests.json +10 -18
  91. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/type_errors.txt +25 -13
  92. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/lint_errors.txt +2 -0
  93. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/prompt.txt +8 -0
  94. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/type_errors.txt +24 -12
  95. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/lint_errors.txt +2 -0
  96. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/logs.txt +49 -55
  97. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/prompt.txt +12 -2
  98. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/suite-0/given-testInitialization/then-0/butThen/hello.txt +1 -0
  99. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/tests.json +10 -18
  100. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/type_errors.txt +24 -12
  101. package/testeranto/reports/allTests/summary.json +6 -62
  102. package/testeranto/reports/core/config.json +24 -0
  103. package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.node/node/lint_errors.txt +2 -0
  104. package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.node/node/logs.txt +32 -0
  105. package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.node/node/message.txt +2 -0
  106. package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.node/node/prompt.txt +26 -0
  107. package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.node/node/suite-0/given-testInitialization/then-0/butThen/hello.txt +1 -0
  108. package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.node/node/tests.json +69 -0
  109. package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.node/node/type_errors.txt +74 -0
  110. package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/lint_errors.txt +2 -0
  111. package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/message.txt +2 -0
  112. package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/prompt.txt +26 -0
  113. package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/type_errors.txt +74 -0
  114. package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.web/web/lint_errors.txt +2 -0
  115. package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.web/web/logs.txt +61 -0
  116. package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.web/web/message.txt +2 -0
  117. package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.web/web/prompt.txt +26 -0
  118. package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.web/web/suite-0/given-testInitialization/then-0/butThen/hello.txt +1 -0
  119. package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.web/web/tests.json +69 -0
  120. package/testeranto/reports/core/src/lib/baseBuilder.test/baseBuilder.test.web/web/type_errors.txt +74 -0
  121. package/testeranto/reports/core/summary.json +23 -0
  122. package/testeranto/reports/staticSite/config.json +24 -0
  123. package/testeranto/reports/staticSite/src/ReportServer.test.ts/index/node/lint_errors.txt +5 -0
  124. package/testeranto/reports/staticSite/src/ReportServer.test.ts/index/node/logs.txt +44 -0
  125. package/testeranto/reports/staticSite/src/ReportServer.test.ts/index/node/message.txt +2 -0
  126. package/testeranto/reports/staticSite/src/ReportServer.test.ts/index/node/prompt.txt +23 -0
  127. package/testeranto/reports/{allTests/src/lib/core.test/core.test → staticSite/src/ReportServer.test.ts/index}/node/type_errors.txt +21 -32
  128. package/testeranto/reports/staticSite/summary.json +9 -0
  129. package/testeranto/reportsnode_build_errors +17 -0
  130. package/testeranto.config.ts +37 -20
  131. package/testeranto/bundles/node/allTests/chunk-3EUGBAOM.mjs +0 -113
  132. package/testeranto/bundles/node/allTests/chunk-E75CSRER.mjs +0 -800
  133. package/testeranto/bundles/node/allTests/chunk-M6DO7VMB.mjs +0 -252
  134. package/testeranto/bundles/node/allTests/src/lib/BaseSuite.test/node.test.mjs +0 -323
  135. package/testeranto/bundles/node/allTests/src/lib/classBuilder.test/classBuilder.test.mjs +0 -411
  136. package/testeranto/bundles/node/allTests/src/lib/core.test/core.test.mjs +0 -528
  137. package/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs +0 -4650
  138. package/testeranto/bundles/pure/allTests/chunk-KHDVEHF7.mjs +0 -185
  139. package/testeranto/bundles/pure/allTests/src/Pure.test.mjs +0 -429
  140. package/testeranto/bundles/pure/allTests/src/lib/BaseSuite.test/pure.test.mjs +0 -425
  141. package/testeranto/bundles/web/allTests/chunk-HPYA4YZC.mjs +0 -2283
  142. package/testeranto/bundles/web/allTests/src/components/pure/ProjectPageView.test/index.html +0 -19
  143. package/testeranto/bundles/web/allTests/src/components/pure/ProjectPageView.test/index.mjs +0 -37524
  144. package/testeranto/bundles/web/allTests/src/lib/BaseSuite.test/web.test.html +0 -19
  145. package/testeranto/bundles/web/allTests/src/lib/BaseSuite.test/web.test.mjs +0 -440
  146. package/testeranto/reports/allTests/src/Pure.test/pure/lint_errors.txt +0 -0
  147. package/testeranto/reports/allTests/src/Pure.test/pure/message.txt +0 -2
  148. package/testeranto/reports/allTests/src/Pure.test/pure/prompt.txt +0 -13
  149. package/testeranto/reports/allTests/src/Pure.test/pure/type_errors.txt +0 -101
  150. package/testeranto/reports/allTests/src/components/pure/ProjectPageView.test/index/web/lint_errors.txt +0 -13
  151. package/testeranto/reports/allTests/src/components/pure/ProjectPageView.test/index/web/logs.txt +0 -50
  152. package/testeranto/reports/allTests/src/components/pure/ProjectPageView.test/index/web/message.txt +0 -2
  153. package/testeranto/reports/allTests/src/components/pure/ProjectPageView.test/index/web/prompt.txt +0 -17
  154. package/testeranto/reports/allTests/src/components/pure/ProjectPageView.test/index/web/tests.json +0 -32
  155. package/testeranto/reports/allTests/src/components/pure/ProjectPageView.test/index/web/type_errors.txt +0 -68
  156. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/lint_errors.txt +0 -0
  157. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/logs.txt +0 -52
  158. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/message.txt +0 -2
  159. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/prompt.txt +0 -13
  160. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/tests.json +0 -31
  161. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/type_errors.txt +0 -111
  162. package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/bdd_errors.txt +0 -1
  163. package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/lint_errors.txt +0 -0
  164. package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/message.txt +0 -2
  165. package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/prompt.txt +0 -14
  166. package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/tests.json +0 -31
  167. package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/type_errors.txt +0 -111
  168. package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/bdd_errors.txt +0 -1
  169. package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/lint_errors.txt +0 -0
  170. package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/logs.txt +0 -108
  171. package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/message.txt +0 -2
  172. package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/prompt.txt +0 -14
  173. package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/tests.json +0 -31
  174. package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/type_errors.txt +0 -111
  175. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/bdd_errors.txt +0 -1
  176. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/lint_errors.txt +0 -0
  177. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/logs.txt +0 -700
  178. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/message.txt +0 -2
  179. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/prompt.txt +0 -16
  180. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/tests.json +0 -164
  181. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/type_errors.txt +0 -138
  182. package/testeranto/reports/allTests/src/lib/core.test/core.test/node/lint_errors.txt +0 -21
  183. package/testeranto/reports/allTests/src/lib/core.test/core.test/node/logs.txt +0 -7
  184. package/testeranto/reports/allTests/src/lib/core.test/core.test/node/message.txt +0 -2
  185. package/testeranto/reports/allTests/src/lib/core.test/core.test/node/prompt.txt +0 -18
  186. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/bdd_errors.txt +0 -1
  187. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/lint_errors.txt +0 -20
  188. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/logs.txt +0 -31
  189. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/message.txt +0 -2
  190. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/prompt.txt +0 -16
  191. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/tests.json +0 -134
  192. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/type_errors.txt +0 -76
  193. package/testeranto/reportsweb_build_errors +0 -25
  194. /package/testeranto/reports/{allTests/src/components/pure/ProjectPageView.test/index/web → core/src/lib/baseBuilder.test/baseBuilder.test.node/node}/bdd_errors.txt +0 -0
  195. /package/testeranto/reports/{allTests/src/lib/BaseSuite.test/node.test/node → core/src/lib/baseBuilder.test/baseBuilder.test.web/web}/bdd_errors.txt +0 -0
@@ -44,12 +44,7 @@ export const butThenProxy: IProxy = (pm: IPM, filepath: string) => {
44
44
  "screencast",
45
45
  (opts, p) => {
46
46
  const path = `${filepath}/butThen/${opts.path}`;
47
- console.log(`[Proxy] Captured artifact path for butThen:`, path);
48
- if ((pm as any).currentStep?.addArtifact) {
49
- (pm as any).currentStep.addArtifact(path);
50
- } else {
51
- console.warn('No currentStep or addArtifact method found');
52
- }
47
+ (pm as any).currentStep?.artifacts?.push(path);
53
48
  return [
54
49
  {
55
50
  ...opts,
@@ -60,16 +55,14 @@ export const butThenProxy: IProxy = (pm: IPM, filepath: string) => {
60
55
  },
61
56
  ],
62
57
 
63
- ["createWriteStream", (fp) => {
64
- const path = `${filepath}/butThen/${fp}`;
65
- console.log(`[Proxy] Captured artifact path for butThen:`, path);
66
- if ((pm as any).currentStep?.addArtifact) {
67
- (pm as any).currentStep.addArtifact(path);
68
- } else {
69
- console.warn('No currentStep or addArtifact method found');
70
- }
71
- return [path];
72
- }],
58
+ [
59
+ "createWriteStream",
60
+ (fp) => {
61
+ const path = `${filepath}/butThen/${fp}`;
62
+ (pm as any).currentStep?.artifacts?.push(path);
63
+ return [path];
64
+ },
65
+ ],
73
66
 
74
67
  [
75
68
  "writeFileSync",
@@ -101,44 +94,28 @@ export const andWhenProxy: IProxy = (pm: IPM, filepath: string) =>
101
94
  baseProxy(pm, [
102
95
  [
103
96
  "screencast",
104
- (opts, p) => {
105
- const path = `${filepath}/andWhen/${opts.path}`;
106
- (pm as any).currentStep?.artifacts?.push(path);
107
- return [
108
- {
109
- ...opts,
110
- path,
111
- },
112
- p,
113
- ];
114
- },
97
+ (opts, p) => [
98
+ {
99
+ ...opts,
100
+ path: `${filepath}/andWhen/${opts.path}`,
101
+ },
102
+ p,
103
+ ],
115
104
  ],
116
105
 
117
- ["createWriteStream", (fp) => {
118
- const path = `${filepath}/andWhen/${fp}`;
119
- (pm as any).currentStep?.artifacts?.push(path);
120
- return [path];
121
- }],
106
+ ["createWriteStream", (fp) => [`${filepath}/andWhen/${fp}`]],
122
107
 
123
- ["writeFileSync", (fp, contents) => {
124
- const path = `${filepath}/andWhen/${fp}`;
125
- (pm as any).currentStep?.artifacts?.push(path);
126
- return [path, contents];
127
- }],
108
+ ["writeFileSync", (fp, contents) => [`${filepath}/andWhen${fp}`, contents]],
128
109
 
129
110
  [
130
111
  "customScreenShot",
131
- (opts, p) => {
132
- const path = `${filepath}/andWhen/${opts.path}`;
133
- (pm as any).currentStep?.artifacts?.push(path);
134
- return [
135
- {
136
- ...opts,
137
- path,
138
- },
139
- p,
140
- ];
141
- },
112
+ (opts, p) => [
113
+ {
114
+ ...opts,
115
+ path: `${filepath}/andWhen${opts.path}`,
116
+ },
117
+ p,
118
+ ],
142
119
  ],
143
120
  ]);
144
121
 
@@ -150,47 +127,33 @@ export const afterEachProxy: IProxyAfterEach = (
150
127
  baseProxy(pm, [
151
128
  [
152
129
  "screencast",
153
- (opts, p) => {
154
- const path = `suite-${suite}/given-${given}/afterEach/${opts.path}`;
155
- (pm as any).currentStep?.artifacts?.push(path);
156
- return [
157
- {
158
- ...opts,
159
- path,
160
- },
161
- p,
162
- ];
163
- },
130
+ (opts, p) => [
131
+ {
132
+ ...opts,
133
+ path: `suite-${suite}/given-${given}/afterEach/${opts.path}`,
134
+ },
135
+ p,
136
+ ],
164
137
  ],
165
138
 
166
- ["createWriteStream", (fp) => {
167
- const path = `suite-${suite}/afterEach/${fp}`;
168
- (pm as any).currentStep?.artifacts?.push(path);
169
- return [path];
170
- }],
171
-
139
+ ["createWriteStream", (fp) => [`suite-${suite}/afterEach/${fp}`]],
172
140
  [
173
141
  "writeFileSync",
174
- (fp, contents) => {
175
- const path = `suite-${suite}/given-${given}/afterEach/${fp}`;
176
- (pm as any).currentStep?.artifacts?.push(path);
177
- return [path, contents];
178
- },
142
+ (fp, contents) => [
143
+ `suite-${suite}/given-${given}/afterEach/${fp}`,
144
+ contents,
145
+ ],
179
146
  ],
180
147
 
181
148
  [
182
149
  "customScreenShot",
183
- (opts, p) => {
184
- const path = `suite-${suite}/given-${given}/afterEach/${opts.path}`;
185
- (pm as any).currentStep?.artifacts?.push(path);
186
- return [
187
- {
188
- ...opts,
189
- path,
190
- },
191
- p,
192
- ];
193
- },
150
+ (opts, p) => [
151
+ {
152
+ ...opts,
153
+ path: `suite-${suite}/given-${given}/afterEach/${opts.path}`,
154
+ },
155
+ p,
156
+ ],
194
157
  ],
195
158
  ]);
196
159
 
@@ -201,112 +164,72 @@ export const beforeEachProxy: IProxyBeforeEach = (
201
164
  baseProxy(pm, [
202
165
  [
203
166
  "screencast",
204
- (opts, p) => {
205
- const path = `suite-${suite}/beforeEach/${opts.path}`;
206
- (pm as any).currentStep?.artifacts?.push(path);
207
- return [
208
- {
209
- ...opts,
210
- path,
211
- },
212
- p,
213
- ];
214
- },
167
+ (opts, p) => [
168
+ {
169
+ ...opts,
170
+ path: `suite-${suite}/beforeEach/${opts.path}`,
171
+ },
172
+ p,
173
+ ],
215
174
  ],
216
175
 
217
176
  [
218
177
  "writeFileSync",
219
- (fp, contents) => {
220
- const path = `suite-${suite}/beforeEach/${fp}`;
221
- (pm as any).currentStep?.artifacts?.push(path);
222
- return [path, contents];
223
- },
178
+ (fp, contents) => [`suite-${suite}/beforeEach/${fp}`, contents],
224
179
  ],
225
180
 
226
181
  [
227
182
  "customScreenShot",
228
- (opts, p) => {
229
- const path = `suite-${suite}/beforeEach/${opts.path}`;
230
- (pm as any).currentStep?.artifacts?.push(path);
231
- return [
232
- {
233
- ...opts,
234
- path,
235
- },
236
- p,
237
- ];
238
- },
183
+ (opts, p) => [
184
+ {
185
+ ...opts,
186
+ path: `suite-${suite}/beforeEach/${opts.path}`,
187
+ },
188
+ p,
189
+ ],
239
190
  ],
240
191
 
241
- ["createWriteStream", (fp) => {
242
- const path = `suite-${suite}/beforeEach/${fp}`;
243
- (pm as any).currentStep?.artifacts?.push(path);
244
- return [path];
245
- }],
192
+ ["createWriteStream", (fp) => [`suite-${suite}/beforeEach/${fp}`]],
246
193
  ]);
247
194
 
248
195
  export const beforeAllProxy: IProxy = (pm: IPM, suite: string): IPM =>
249
196
  baseProxy(pm, [
250
197
  [
251
198
  "writeFileSync",
252
- (fp, contents) => {
253
- const path = `suite-${suite}/beforeAll/${fp}`;
254
- (pm as any).currentStep?.artifacts?.push(path);
255
- return [path, contents];
256
- },
199
+ (fp, contents) => [`suite-${suite}/beforeAll/${fp}`, contents],
257
200
  ],
258
201
 
259
202
  [
260
203
  "customScreenShot",
261
- (opts, p) => {
262
- const path = `suite-${suite}/beforeAll/${opts.path}`;
263
- (pm as any).currentStep?.artifacts?.push(path);
264
- return [
265
- {
266
- ...opts,
267
- path,
268
- },
269
- p,
270
- ];
271
- },
204
+ (opts, p) => [
205
+ {
206
+ ...opts,
207
+ path: `suite-${suite}/beforeAll/${opts.path}`,
208
+ },
209
+ p,
210
+ ],
272
211
  ],
273
212
 
274
- ["createWriteStream", (fp) => {
275
- const path = `suite-${suite}/beforeAll/${fp}`;
276
- (pm as any).currentStep?.artifacts?.push(path);
277
- return [path];
278
- }],
213
+ ["createWriteStream", (fp) => [`suite-${suite}/beforeAll/${fp}`]],
279
214
  ]);
280
215
 
281
216
  export const afterAllProxy: IProxy = (pm: IPM, suite: string): IPM =>
282
217
  baseProxy(pm, [
283
- ["createWriteStream", (fp) => {
284
- const path = `suite-${suite}/afterAll/${fp}`;
285
- (pm as any).currentStep?.artifacts?.push(path);
286
- return [path];
287
- }],
218
+ ["createWriteStream", (fp) => [`suite-${suite}/afterAll/${fp}`]],
288
219
 
289
220
  [
290
221
  "writeFileSync",
291
- (fp, contents) => {
292
- const path = `suite-${suite}/afterAll/${fp}`;
293
- (pm as any).currentStep?.artifacts?.push(path);
294
- return [path, contents];
295
- },
222
+ (fp, contents) => [`suite-${suite}/afterAll/${fp}`, contents],
296
223
  ],
297
224
 
298
225
  [
299
226
  "customScreenShot",
300
- (opts, p) => {
301
- const path = `suite-${suite}/afterAll/${opts.path}`;
302
- (pm as any).currentStep?.artifacts?.push(path);
303
- return [
304
- {
305
- ...opts,
306
- path,
307
- },
308
- p,
309
- ];
310
- },
227
+ (opts, p) => [
228
+ {
229
+ ...opts,
230
+ path: `suite-${suite}/afterAll/${opts.path}`,
231
+ },
232
+ p,
233
+ ],
311
234
  ],
312
235
  ]);
@@ -4437,24 +4437,24 @@ fieldset:disabled .btn {
4437
4437
  border-top-right-radius: 0;
4438
4438
  border-bottom-right-radius: 0;
4439
4439
  }
4440
- .card-group > .card:not(:last-child) .card-img-top,
4441
- .card-group > .card:not(:last-child) .card-header {
4440
+ .card-group > .card:not(:last-child) > .card-img-top,
4441
+ .card-group > .card:not(:last-child) > .card-header {
4442
4442
  border-top-right-radius: 0;
4443
4443
  }
4444
- .card-group > .card:not(:last-child) .card-img-bottom,
4445
- .card-group > .card:not(:last-child) .card-footer {
4444
+ .card-group > .card:not(:last-child) > .card-img-bottom,
4445
+ .card-group > .card:not(:last-child) > .card-footer {
4446
4446
  border-bottom-right-radius: 0;
4447
4447
  }
4448
4448
  .card-group > .card:not(:first-child) {
4449
4449
  border-top-left-radius: 0;
4450
4450
  border-bottom-left-radius: 0;
4451
4451
  }
4452
- .card-group > .card:not(:first-child) .card-img-top,
4453
- .card-group > .card:not(:first-child) .card-header {
4452
+ .card-group > .card:not(:first-child) > .card-img-top,
4453
+ .card-group > .card:not(:first-child) > .card-header {
4454
4454
  border-top-left-radius: 0;
4455
4455
  }
4456
- .card-group > .card:not(:first-child) .card-img-bottom,
4457
- .card-group > .card:not(:first-child) .card-footer {
4456
+ .card-group > .card:not(:first-child) > .card-img-bottom,
4457
+ .card-group > .card:not(:first-child) > .card-footer {
4458
4458
  border-bottom-left-radius: 0;
4459
4459
  }
4460
4460
  }
@@ -6956,6 +6956,10 @@ fieldset:disabled .btn {
6956
6956
  .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
6957
6957
  position: absolute !important;
6958
6958
  }
6959
+ .visually-hidden *,
6960
+ .visually-hidden-focusable:not(:focus):not(:focus-within) * {
6961
+ overflow: hidden !important;
6962
+ }
6959
6963
  .stretched-link::after {
6960
6964
  position: absolute;
6961
6965
  top: 0;
@@ -11663,7 +11667,7 @@ code {
11663
11667
  transition: transform 0.3s ease;
11664
11668
  }
11665
11669
  /*!
11666
- * Bootstrap v5.3.5 (https://getbootstrap.com/)
11670
+ * Bootstrap v5.3.7 (https://getbootstrap.com/)
11667
11671
  * Copyright 2011-2025 The Bootstrap Authors
11668
11672
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
11669
11673
  */