@allurereport/web-awesome 3.8.2 → 3.10.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 (227) hide show
  1. package/README.md +112 -0
  2. package/allurerc-dev.mjs +10 -0
  3. package/dist/multi/121.app-b18cce138691927e8759.js +1 -0
  4. package/dist/multi/173.app-b18cce138691927e8759.js +1 -0
  5. package/dist/multi/174.app-b18cce138691927e8759.js +1 -0
  6. package/dist/multi/252.app-b18cce138691927e8759.js +1 -0
  7. package/dist/multi/282.app-b18cce138691927e8759.js +1 -0
  8. package/dist/multi/29.app-b18cce138691927e8759.js +1 -0
  9. package/dist/multi/310.app-b18cce138691927e8759.js +1 -0
  10. package/dist/multi/416.app-b18cce138691927e8759.js +1 -0
  11. package/dist/multi/507.app-b18cce138691927e8759.js +1 -0
  12. package/dist/multi/527.app-b18cce138691927e8759.js +1 -0
  13. package/dist/multi/600.app-b18cce138691927e8759.js +1 -0
  14. package/dist/multi/605.app-b18cce138691927e8759.js +1 -0
  15. package/dist/multi/638.app-b18cce138691927e8759.js +1 -0
  16. package/dist/multi/672.app-b18cce138691927e8759.js +1 -0
  17. package/dist/multi/686.app-b18cce138691927e8759.js +1 -0
  18. package/dist/multi/725.app-b18cce138691927e8759.js +1 -0
  19. package/dist/multi/741.app-b18cce138691927e8759.js +1 -0
  20. package/dist/multi/749.app-b18cce138691927e8759.js +1 -0
  21. package/dist/multi/755.app-b18cce138691927e8759.js +1 -0
  22. package/dist/multi/779.app-b18cce138691927e8759.js +1 -0
  23. package/dist/multi/894.app-b18cce138691927e8759.js +1 -0
  24. package/dist/multi/943.app-b18cce138691927e8759.js +1 -0
  25. package/dist/multi/980.app-b18cce138691927e8759.js +1 -0
  26. package/dist/multi/app-b18cce138691927e8759.js +2 -0
  27. package/dist/multi/manifest.json +26 -23
  28. package/dist/multi/styles-212da6c68fa0beb4c6c5.css +1 -0
  29. package/dist/multi/styles-5c882b14b6f3112e40c4.css +1 -0
  30. package/dist/multi/styles-a4f65de86208f79dd2be.css +58 -0
  31. package/dist/single/app-733f473da7b51f98876d.js +2 -0
  32. package/dist/single/manifest.json +1 -1
  33. package/package.json +19 -14
  34. package/src/assets/scss/_common.scss +2 -2
  35. package/src/assets/scss/index.scss +8 -6
  36. package/src/components/BaseLayout/index.tsx +14 -2
  37. package/src/components/BaseLayout/styles.scss +5 -5
  38. package/src/components/Categories/CategoryHeaderItem/styles.scss +2 -2
  39. package/src/components/Categories/CategoryTreeItem/styles.scss +2 -2
  40. package/src/components/Categories/GroupTreeItem/styles.scss +4 -5
  41. package/src/components/Categories/HistoryTreeItem/styles.scss +2 -2
  42. package/src/components/Categories/LabelTreeItem/styles.scss +2 -2
  43. package/src/components/Categories/MessageTreeItem/index.tsx +1 -1
  44. package/src/components/Categories/MessageTreeItem/styles.scss +18 -18
  45. package/src/components/Categories/sticky.ts +1 -1
  46. package/src/components/Footer/FooterVersion.tsx +5 -10
  47. package/src/components/Footer/index.tsx +7 -1
  48. package/src/components/Footer/styles.scss +8 -2
  49. package/src/components/Header/CiInfo/index.tsx +17 -13
  50. package/src/components/Header/CiInfo/styles.scss +1 -1
  51. package/src/components/Header/styles.scss +2 -2
  52. package/src/components/HeaderControls/index.tsx +1 -3
  53. package/src/components/HotkeysProvider/index.tsx +556 -0
  54. package/src/components/KeyboardShortcuts/index.tsx +73 -0
  55. package/src/components/KeyboardShortcuts/shortcutsConfig.ts +91 -0
  56. package/src/components/KeyboardShortcuts/styles.scss +69 -0
  57. package/src/components/MainReport/index.tsx +89 -72
  58. package/src/components/MainReport/styles.scss +20 -5
  59. package/src/components/Metadata/index.tsx +27 -6
  60. package/src/components/Metadata/styles.scss +21 -9
  61. package/src/components/MetadataButton/index.tsx +2 -0
  62. package/src/components/MetadataButton/styles.scss +1 -1
  63. package/src/components/NavTabs/styles.scss +8 -8
  64. package/src/components/ReportBody/styles.scss +3 -4
  65. package/src/components/ReportCategories/styles.scss +1 -1
  66. package/src/components/ReportFilters/styles.scss +1 -1
  67. package/src/components/ReportGlobalAttachments/styles.scss +1 -1
  68. package/src/components/ReportGlobalErrors/styles.scss +1 -1
  69. package/src/components/ReportHeader/index.tsx +25 -13
  70. package/src/components/ReportHeader/styles.scss +2 -2
  71. package/src/components/ReportMetadata/index.tsx +44 -15
  72. package/src/components/ReportMetadata/styles.scss +6 -6
  73. package/src/components/ReportQualityGateResults/styles.scss +2 -2
  74. package/src/components/ReportSearch/index.tsx +1 -5
  75. package/src/components/ReportTabs/styles.scss +9 -9
  76. package/src/components/SectionSwitcher/index.tsx +87 -10
  77. package/src/components/SideBySide/index.tsx +20 -2
  78. package/src/components/SideBySide/styles.scss +9 -1
  79. package/src/components/SplitLayout/index.tsx +11 -2
  80. package/src/components/SplitLayout/styles.scss +23 -4
  81. package/src/components/TestResult/TestStepsEmpty/styles.scss +1 -1
  82. package/src/components/TestResult/TrDescription/styles.scss +1 -1
  83. package/src/components/TestResult/TrDropdown/index.tsx +2 -2
  84. package/src/components/TestResult/TrDropdown/styles.scss +1 -1
  85. package/src/components/TestResult/TrEmpty/styles.scss +1 -1
  86. package/src/components/TestResult/TrEnvironmentItem/styles.scss +4 -4
  87. package/src/components/TestResult/TrError/index.tsx +32 -7
  88. package/src/components/TestResult/TrError/styles.scss +23 -23
  89. package/src/components/TestResult/TrHeader/styles.scss +2 -2
  90. package/src/components/TestResult/TrHistory/styles.scss +6 -6
  91. package/src/components/TestResult/TrInfo/styles.scss +8 -8
  92. package/src/components/TestResult/TrLinks/index.tsx +2 -2
  93. package/src/components/TestResult/TrLinks/styles.scss +2 -2
  94. package/src/components/TestResult/TrMetadata/index.tsx +1 -1
  95. package/src/components/TestResult/TrMetadata/styles.scss +1 -1
  96. package/src/components/TestResult/TrNavigation/index.tsx +1 -1
  97. package/src/components/TestResult/TrNavigation/styles.scss +2 -2
  98. package/src/components/TestResult/TrOverview.tsx +2 -0
  99. package/src/components/TestResult/TrParameters/index.tsx +1 -1
  100. package/src/components/TestResult/TrParameters/styles.scss +1 -1
  101. package/src/components/TestResult/TrPrevStatuses/styles.scss +8 -8
  102. package/src/components/TestResult/TrPwTraces/styles.scss +1 -1
  103. package/src/components/TestResult/TrRetriesView/TrRetriesItem.tsx +27 -1
  104. package/src/components/TestResult/TrRetriesView/styles.scss +20 -10
  105. package/src/components/TestResult/TrSetup/index.tsx +10 -4
  106. package/src/components/TestResult/TrSeverity/styles.scss +7 -7
  107. package/src/components/TestResult/TrStatus/styles.scss +2 -35
  108. package/src/components/TestResult/TrSteps/TrAttachment.tsx +79 -43
  109. package/src/components/TestResult/TrSteps/TrAttachmentInfo.tsx +44 -17
  110. package/src/components/TestResult/TrSteps/TrBodyItems.tsx +5 -2
  111. package/src/components/TestResult/TrSteps/TrErrorStep.tsx +3 -0
  112. package/src/components/TestResult/TrSteps/TrStep.tsx +15 -6
  113. package/src/components/TestResult/TrSteps/TrStepHeader.tsx +8 -5
  114. package/src/components/TestResult/TrSteps/index.tsx +7 -5
  115. package/src/components/TestResult/TrSteps/stepTreeExpansion.ts +27 -9
  116. package/src/components/TestResult/TrSteps/styles.scss +80 -20
  117. package/src/components/TestResult/TrTeardown/index.tsx +10 -4
  118. package/src/components/TestResult/bodyItems.ts +1 -1
  119. package/src/components/TestResult/index.tsx +8 -2
  120. package/src/components/TestResult/styles.scss +10 -1
  121. package/src/components/TestResult/trOverviewFocus.scss +4 -0
  122. package/src/components/Timeline/styles.scss +6 -6
  123. package/src/components/Tree/index.tsx +79 -5
  124. package/src/components/Tree/styles.scss +55 -35
  125. package/src/hooks/useTestResultOverviewFocusScroll.ts +23 -0
  126. package/src/index.html +30 -33
  127. package/src/index.tsx +12 -6
  128. package/src/locales/ar.json +62 -1
  129. package/src/locales/az.json +62 -1
  130. package/src/locales/de.json +62 -1
  131. package/src/locales/en.json +62 -1
  132. package/src/locales/es.json +62 -1
  133. package/src/locales/fr.json +62 -1
  134. package/src/locales/he.json +62 -1
  135. package/src/locales/hy.json +62 -1
  136. package/src/locales/it.json +62 -1
  137. package/src/locales/ja.json +62 -1
  138. package/src/locales/ka.json +62 -1
  139. package/src/locales/kr.json +62 -1
  140. package/src/locales/nl.json +62 -1
  141. package/src/locales/pl.json +62 -1
  142. package/src/locales/pt.json +62 -1
  143. package/src/locales/ru.json +62 -1
  144. package/src/locales/sv.json +62 -1
  145. package/src/locales/tr.json +62 -1
  146. package/src/locales/uk.json +62 -1
  147. package/src/locales/zh-TW.json +62 -1
  148. package/src/locales/zh.json +62 -1
  149. package/src/stores/keyboard.ts +371 -0
  150. package/src/stores/keyboardActions.ts +769 -0
  151. package/src/stores/locale.ts +5 -2
  152. package/src/stores/reportEnvSections.ts +6 -0
  153. package/src/stores/reportRootTabs.ts +95 -0
  154. package/src/stores/search.ts +147 -0
  155. package/src/stores/testResultOverviewNav.ts +119 -0
  156. package/src/stores/testResultTabs.ts +62 -0
  157. package/src/stores/timeline.ts +1 -1
  158. package/src/stores/tree.ts +42 -4
  159. package/src/stores/treeFilters/store.ts +3 -36
  160. package/src/stores/treeSort.ts +7 -1
  161. package/src/styles/_pane-active.scss +8 -0
  162. package/src/styles.scss +1 -1
  163. package/src/utils/atSeparator.ts +4 -0
  164. package/src/utils/flattenTestResultOverview.ts +182 -0
  165. package/src/utils/time.ts +2 -1
  166. package/src/utils/trOverviewFocus.ts +18 -0
  167. package/src/utils/treeFilters.ts +15 -4
  168. package/test/components/EnvironmentPicker.test.tsx +21 -3
  169. package/test/components/Footer.test.tsx +26 -0
  170. package/test/components/Header/CiInfo.test.tsx +56 -0
  171. package/test/components/Header.test.tsx +8 -0
  172. package/test/components/HeaderControls.test.tsx +28 -0
  173. package/test/components/ReportGlobals.test.tsx +9 -1
  174. package/test/components/ReportHeader.test.tsx +77 -0
  175. package/test/components/ReportMetadata.test.tsx +131 -0
  176. package/test/components/TestResult/PwTraceButton.test.tsx +8 -0
  177. package/test/components/TestResult/TrErrorStep.test.tsx +8 -0
  178. package/test/components/TestResult/TrOverview.test.tsx +30 -10
  179. package/test/components/TestResult/TrRetriesItem.test.tsx +163 -0
  180. package/test/components/TestResult/TrSteps.test.tsx +108 -0
  181. package/test/components/TestResult/bodyItems.test.ts +9 -1
  182. package/test/components/TestResult/openPwTraceInNewTab.test.ts +8 -0
  183. package/test/components/TestResult/stepTreeExpansion.test.ts +10 -2
  184. package/test/components/Timeline.test.tsx +15 -7
  185. package/test/stores/keyboard/keyboardActions.test.ts +615 -0
  186. package/test/stores/search.test.ts +143 -0
  187. package/test/stores/treeFilters/actions.test.ts +8 -0
  188. package/test/stores/treeSort.test.ts +58 -0
  189. package/test/utils/flattenTestResultOverview.test.ts +57 -0
  190. package/test/utils/ownerAddress.test.ts +9 -1
  191. package/test/utils/time.test.ts +52 -0
  192. package/test/utils/treeFilters.test.ts +113 -1
  193. package/types.d.ts +39 -0
  194. package/webpack.config.js +12 -7
  195. package/CONTRIBUTING.md +0 -34
  196. package/dist/multi/173.app-f008fb8342025f2b1ace.js +0 -1
  197. package/dist/multi/174.app-f008fb8342025f2b1ace.js +0 -1
  198. package/dist/multi/252.app-f008fb8342025f2b1ace.js +0 -1
  199. package/dist/multi/282.app-f008fb8342025f2b1ace.js +0 -1
  200. package/dist/multi/29.app-f008fb8342025f2b1ace.js +0 -1
  201. package/dist/multi/310.app-f008fb8342025f2b1ace.js +0 -1
  202. package/dist/multi/416.app-f008fb8342025f2b1ace.js +0 -1
  203. package/dist/multi/507.app-f008fb8342025f2b1ace.js +0 -1
  204. package/dist/multi/527.app-f008fb8342025f2b1ace.js +0 -1
  205. package/dist/multi/600.app-f008fb8342025f2b1ace.js +0 -1
  206. package/dist/multi/605.app-f008fb8342025f2b1ace.js +0 -1
  207. package/dist/multi/638.app-f008fb8342025f2b1ace.js +0 -1
  208. package/dist/multi/672.app-f008fb8342025f2b1ace.js +0 -1
  209. package/dist/multi/686.app-f008fb8342025f2b1ace.js +0 -1
  210. package/dist/multi/725.app-f008fb8342025f2b1ace.js +0 -1
  211. package/dist/multi/741.app-f008fb8342025f2b1ace.js +0 -1
  212. package/dist/multi/749.app-f008fb8342025f2b1ace.js +0 -1
  213. package/dist/multi/755.app-f008fb8342025f2b1ace.js +0 -1
  214. package/dist/multi/894.app-f008fb8342025f2b1ace.js +0 -1
  215. package/dist/multi/943.app-f008fb8342025f2b1ace.js +0 -1
  216. package/dist/multi/980.app-f008fb8342025f2b1ace.js +0 -1
  217. package/dist/multi/app-f008fb8342025f2b1ace.js +0 -2
  218. package/dist/multi/styles-9f7a23a0c8b79fa76981.css +0 -58
  219. package/dist/single/app-07332238da9897064301.js +0 -2
  220. package/src/assets/scss/day.scss +0 -53
  221. package/src/assets/scss/fonts.scss +0 -3
  222. package/src/assets/scss/night.scss +0 -63
  223. package/src/assets/scss/palette.scss +0 -393
  224. package/src/assets/scss/theme.scss +0 -330
  225. package/src/assets/scss/vars.scss +0 -11
  226. /package/dist/multi/{app-f008fb8342025f2b1ace.js.LICENSE.txt → app-b18cce138691927e8759.js.LICENSE.txt} +0 -0
  227. /package/dist/single/{app-07332238da9897064301.js.LICENSE.txt → app-733f473da7b51f98876d.js.LICENSE.txt} +0 -0
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "search": {
28
28
  "search": "Search",
29
- "search-placeholder": "Name or ID"
29
+ "search-placeholder": "Search tests"
30
30
  },
31
31
  "filters": {
32
32
  "flaky": "Flaky",
@@ -151,6 +151,7 @@
151
151
  "copy-email": "Copy email",
152
152
  "attempt": "Attempt {{attempt}} of {{total}}",
153
153
  "at": "at",
154
+ "generated": "Generated",
154
155
  "variables": "Variables",
155
156
  "openPwTrace": "Open Playwright Trace",
156
157
  "pwTracePopupBlocked": "Browser blocked opening Playwright Trace Viewer.",
@@ -158,6 +159,66 @@
158
159
  "finishedAtOriginal": "{{formattedCreatedAt}}, with exit code {{original}}",
159
160
  "finishedAtBoth": "{{formattedCreatedAt}}, with exit code {{actual}} (original {{original}})"
160
161
  },
162
+ "shortcuts": {
163
+ "title": "Keyboard shortcuts",
164
+ "groups": {
165
+ "global": "General",
166
+ "tree": "Tree",
167
+ "testResult": "Test result"
168
+ },
169
+ "items": {
170
+ "toggleHelp": "Show or hide shortcuts",
171
+ "focusSearch": "Focus search",
172
+ "blurSearch": "Leave search",
173
+ "focusTree": "Focus tree pane",
174
+ "focusTestResult": "Focus test result pane",
175
+ "toggleLayout": "Toggle split layout (Shift+L)",
176
+ "toggleLayoutAlt": "Toggle split layout (Ctrl/Cmd+\\)",
177
+ "moveUp": "Move up",
178
+ "moveDown": "Move down",
179
+ "collapse": "Collapse / go to parent",
180
+ "expand": "Expand / first child",
181
+ "parent": "Go to parent (p)",
182
+ "parentAlt": "Go to parent (u)",
183
+ "openNode": "Open test / toggle group (o)",
184
+ "collapseNode": "Collapse node (-)",
185
+ "expandNode": "Expand node (+)",
186
+ "collapseAll": "Collapse all children (C)",
187
+ "expandAll": "Expand all children (A)",
188
+ "subtreeCycle": "Cycle subtree expand/collapse — like header chevron (>)",
189
+ "subtreeCollapse": "Collapse entire subtree (Shift+C)",
190
+ "subtreeExpand": "Expand entire subtree (Shift+A)",
191
+ "subtreeFirstLevel": "Expand first level only (f)",
192
+ "toggleNode": "Toggle group or environment",
193
+ "openTest": "Open test result",
194
+ "firstTest": "Go to first test (g g), scroll list to top",
195
+ "lastTest": "Go to last test",
196
+ "treeTop": "First tree row + scroll list to top (Home)",
197
+ "scrollTreeTop": "Scroll list to top — show Variables and filters (z t)",
198
+ "toggleReportVariables": "Toggle variables",
199
+ "toggleReportMetadata": "Toggle metadata",
200
+ "reportTabResults": "Report tab: Results",
201
+ "reportTabCategories": "Report tab: Categories",
202
+ "reportTabQualityGate": "Report tab: Quality gate",
203
+ "reportTabGlobalAttachments": "Report tab: Global attachments",
204
+ "reportTabGlobalErrors": "Report tab: Global errors",
205
+ "reportTabNext": "Next report tab",
206
+ "reportTabPrev": "Previous report tab",
207
+ "nextTest": "Next test result",
208
+ "prevTest": "Previous test result",
209
+ "testTabNext": "Next test tab",
210
+ "testTabPrev": "Previous test tab",
211
+ "tabOverview": "Overview tab",
212
+ "tabHistory": "History tab",
213
+ "tabRetries": "Retries tab",
214
+ "tabAttachments": "Attachments tab",
215
+ "tabEnvironments": "Environments tab",
216
+ "toggleLabels": "Toggle labels",
217
+ "toggleParameters": "Toggle parameters",
218
+ "toggleLinks": "Toggle links",
219
+ "backToTree": "Back to tree"
220
+ }
221
+ },
161
222
  "controls": {
162
223
  "newTabAttachment": "Open attachment in new tab",
163
224
  "nextTR": "Next Test result",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "search": {
28
28
  "search": "Buscar",
29
- "search-placeholder": "Nombre o ID"
29
+ "search-placeholder": "Buscar pruebas"
30
30
  },
31
31
  "filters": {
32
32
  "flaky": "Inestable",
@@ -151,6 +151,7 @@
151
151
  "copy-email": "Copiar correo",
152
152
  "attempt": "Intento {{attempt}} de {{total}}",
153
153
  "at": "a las",
154
+ "generated": "Generado",
154
155
  "variables": "Variables",
155
156
  "openPwTrace": "Abrir Playwright Trace",
156
157
  "pwTracePopupBlocked": "El navegador bloqueó la apertura de Playwright Trace Viewer.",
@@ -428,5 +429,65 @@
428
429
  "expected": "Esperado"
429
430
  }
430
431
  }
432
+ },
433
+ "shortcuts": {
434
+ "title": "Atajos de teclado",
435
+ "groups": {
436
+ "global": "General",
437
+ "tree": "Árbol",
438
+ "testResult": "Resultado de prueba"
439
+ },
440
+ "items": {
441
+ "toggleHelp": "Mostrar u ocultar atajos",
442
+ "focusSearch": "Enfocar búsqueda",
443
+ "blurSearch": "Salir de la búsqueda",
444
+ "focusTree": "Enfocar panel del árbol",
445
+ "focusTestResult": "Enfocar panel de resultado de prueba",
446
+ "toggleLayout": "Alternar vista dividida (Shift+L)",
447
+ "toggleLayoutAlt": "Alternar vista dividida (Ctrl/Cmd+\\)",
448
+ "moveUp": "Mover arriba",
449
+ "moveDown": "Mover abajo",
450
+ "collapse": "Contraer / ir al padre",
451
+ "expand": "Expandir / primer hijo",
452
+ "parent": "Ir al padre (p)",
453
+ "parentAlt": "Ir al padre (u)",
454
+ "openNode": "Abrir prueba / alternar grupo (o)",
455
+ "collapseNode": "Contraer nodo (-)",
456
+ "expandNode": "Expandir nodo (+)",
457
+ "collapseAll": "Contraer todos los hijos (C)",
458
+ "expandAll": "Expandir todos los hijos (A)",
459
+ "subtreeCycle": "Ciclo contraer/expandir — como botón de flecha (>)",
460
+ "subtreeCollapse": "Contraer subárbol completo (Shift+C)",
461
+ "subtreeExpand": "Expandir subárbol completo (Shift+A)",
462
+ "subtreeFirstLevel": "Expandir solo el primer nivel (f)",
463
+ "toggleNode": "Alternar grupo o entorno",
464
+ "openTest": "Abrir resultado de prueba",
465
+ "firstTest": "Ir a la primera prueba (g g), desplazar al inicio",
466
+ "lastTest": "Ir a la última prueba",
467
+ "treeTop": "Primera fila + desplazar al inicio (Home)",
468
+ "scrollTreeTop": "Desplazar al inicio — mostrar Variables y filtros (z t)",
469
+ "toggleReportVariables": "Mostrar/ocultar variables",
470
+ "toggleReportMetadata": "Mostrar/ocultar metadatos",
471
+ "reportTabResults": "Pestaña informe: Resultados",
472
+ "reportTabCategories": "Pestaña informe: Categorías",
473
+ "reportTabQualityGate": "Pestaña informe: Quality gate",
474
+ "reportTabGlobalAttachments": "Pestaña informe: Archivos adjuntos globales",
475
+ "reportTabGlobalErrors": "Pestaña informe: Errores globales",
476
+ "reportTabNext": "Siguiente pestaña de informe",
477
+ "reportTabPrev": "Pestaña de informe anterior",
478
+ "nextTest": "Siguiente resultado de prueba",
479
+ "prevTest": "Resultado de prueba anterior",
480
+ "testTabNext": "Siguiente pestaña de prueba",
481
+ "testTabPrev": "Pestaña de prueba anterior",
482
+ "tabOverview": "Pestaña resumen",
483
+ "tabHistory": "Pestaña historial",
484
+ "tabRetries": "Pestaña reintentos",
485
+ "tabAttachments": "Pestaña archivos adjuntos",
486
+ "tabEnvironments": "Pestaña entornos",
487
+ "toggleLabels": "Mostrar/ocultar etiquetas",
488
+ "toggleParameters": "Mostrar/ocultar parámetros",
489
+ "toggleLinks": "Mostrar/ocultar enlaces",
490
+ "backToTree": "Volver al árbol"
491
+ }
431
492
  }
432
493
  }
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "search": {
28
28
  "search": "Recherche",
29
- "search-placeholder": "Nom ou ID"
29
+ "search-placeholder": "Rechercher des tests"
30
30
  },
31
31
  "filters": {
32
32
  "flaky": "Instables",
@@ -151,6 +151,7 @@
151
151
  "copy-email": "Copier l'e-mail",
152
152
  "attempt": "Tentative {{attempt}} sur {{total}}",
153
153
  "at": "à",
154
+ "generated": "Généré",
154
155
  "variables": "Variables",
155
156
  "openPwTrace": "Ouvrir Playwright Trace",
156
157
  "pwTracePopupBlocked": "Le navigateur a bloqué l’ouverture de Playwright Trace Viewer.",
@@ -428,5 +429,65 @@
428
429
  "expected": "Attendu"
429
430
  }
430
431
  }
432
+ },
433
+ "shortcuts": {
434
+ "title": "Raccourcis clavier",
435
+ "groups": {
436
+ "global": "Général",
437
+ "tree": "Arborescence",
438
+ "testResult": "Résultat de test"
439
+ },
440
+ "items": {
441
+ "toggleHelp": "Afficher ou masquer les raccourcis",
442
+ "focusSearch": "Mettre le focus sur la recherche",
443
+ "blurSearch": "Quitter la recherche",
444
+ "focusTree": "Mettre le focus sur l'arborescence",
445
+ "focusTestResult": "Mettre le focus sur le résultat de test",
446
+ "toggleLayout": "Basculer la vue fractionnée (Shift+L)",
447
+ "toggleLayoutAlt": "Basculer la vue fractionnée (Ctrl/Cmd+\\)",
448
+ "moveUp": "Vers le haut",
449
+ "moveDown": "Vers le bas",
450
+ "collapse": "Réduire / aller au parent",
451
+ "expand": "Développer / premier enfant",
452
+ "parent": "Aller au parent (p)",
453
+ "parentAlt": "Aller au parent (u)",
454
+ "openNode": "Ouvrir le test / basculer le groupe (o)",
455
+ "collapseNode": "Réduire le nœud (-)",
456
+ "expandNode": "Développer le nœud (+)",
457
+ "collapseAll": "Réduire tous les enfants (C)",
458
+ "expandAll": "Développer tous les enfants (A)",
459
+ "subtreeCycle": "Cycle réduire/développer — comme le bouton chevron (>)",
460
+ "subtreeCollapse": "Réduire toute la sous-arborescence (Shift+C)",
461
+ "subtreeExpand": "Développer toute la sous-arborescence (Shift+A)",
462
+ "subtreeFirstLevel": "Développer le premier niveau uniquement (f)",
463
+ "toggleNode": "Basculer le groupe ou l'environnement",
464
+ "openTest": "Ouvrir le résultat de test",
465
+ "firstTest": "Aller au premier test (g g), défiler en haut",
466
+ "lastTest": "Aller au dernier test",
467
+ "treeTop": "Première ligne + défiler en haut (Home)",
468
+ "scrollTreeTop": "Défiler en haut — afficher Variables et filtres (z t)",
469
+ "toggleReportVariables": "Afficher/masquer les variables",
470
+ "toggleReportMetadata": "Afficher/masquer les métadonnées",
471
+ "reportTabResults": "Onglet rapport : Résultats",
472
+ "reportTabCategories": "Onglet rapport : Catégories",
473
+ "reportTabQualityGate": "Onglet rapport : Quality gate",
474
+ "reportTabGlobalAttachments": "Onglet rapport : Pièces jointes globales",
475
+ "reportTabGlobalErrors": "Onglet rapport : Erreurs globales",
476
+ "reportTabNext": "Onglet rapport suivant",
477
+ "reportTabPrev": "Onglet rapport précédent",
478
+ "nextTest": "Résultat de test suivant",
479
+ "prevTest": "Résultat de test précédent",
480
+ "testTabNext": "Onglet test suivant",
481
+ "testTabPrev": "Onglet test précédent",
482
+ "tabOverview": "Onglet aperçu",
483
+ "tabHistory": "Onglet historique",
484
+ "tabRetries": "Onglet tentatives",
485
+ "tabAttachments": "Onglet pièces jointes",
486
+ "tabEnvironments": "Onglet environnements",
487
+ "toggleLabels": "Afficher/masquer les étiquettes",
488
+ "toggleParameters": "Afficher/masquer les paramètres",
489
+ "toggleLinks": "Afficher/masquer les liens",
490
+ "backToTree": "Retour à l'arborescence"
491
+ }
431
492
  }
432
493
  }
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "search": {
28
28
  "search": "חפש",
29
- "search-placeholder": "שם או מזהה"
29
+ "search-placeholder": "חיפוש בדיקות"
30
30
  },
31
31
  "filters": {
32
32
  "flaky": "לא יציב",
@@ -151,6 +151,7 @@
151
151
  "copy-email": "העתק אימייל",
152
152
  "attempt": "ניסיון {{attempt}} מתוך {{total}}",
153
153
  "at": "ב-",
154
+ "generated": "נוצר",
154
155
  "variables": "משתנים",
155
156
  "openPwTrace": "פתח Playwright Trace",
156
157
  "pwTracePopupBlocked": "הדפדפן חסם את פתיחת Playwright Trace Viewer.",
@@ -428,5 +429,65 @@
428
429
  "expected": "צפוי"
429
430
  }
430
431
  }
432
+ },
433
+ "shortcuts": {
434
+ "title": "קיצורי מקלדת",
435
+ "groups": {
436
+ "global": "כללי",
437
+ "tree": "עץ",
438
+ "testResult": "תוצאת בדיקה"
439
+ },
440
+ "items": {
441
+ "toggleHelp": "הצג או הסתר קיצורים",
442
+ "focusSearch": "התמקד בחיפוש",
443
+ "blurSearch": "צא מהחיפוש",
444
+ "focusTree": "התמקד בחלונית העץ",
445
+ "focusTestResult": "התמקד בחלונית תוצאת הבדיקה",
446
+ "toggleLayout": "החלף תצוגה מפוצלת (Shift+L)",
447
+ "toggleLayoutAlt": "החלף תצוגה מפוצלת (Ctrl/Cmd+\\)",
448
+ "moveUp": "זוז למעלה",
449
+ "moveDown": "זוז למטה",
450
+ "collapse": "כווץ / עבור להורה",
451
+ "expand": "הרחב / ילד ראשון",
452
+ "parent": "עבור להורה (p)",
453
+ "parentAlt": "עבור להורה (u)",
454
+ "openNode": "פתח בדיקה / החלף קבוצה (o)",
455
+ "collapseNode": "כווץ צומת (-)",
456
+ "expandNode": "הרחב צומת (+)",
457
+ "collapseAll": "כווץ את כל הילדים (C)",
458
+ "expandAll": "הרחב את כל הילדים (A)",
459
+ "subtreeCycle": "מחזור כיווץ/הרחבה של תת-עץ — כמו כפתור חץ (>)",
460
+ "subtreeCollapse": "כווץ את כל תת-העץ (Shift+C)",
461
+ "subtreeExpand": "הרחב את כל תת-העץ (Shift+A)",
462
+ "subtreeFirstLevel": "הרחב רק רמה ראשונה (f)",
463
+ "toggleNode": "החלף קבוצה או סביבה",
464
+ "openTest": "פתח תוצאת בדיקה",
465
+ "firstTest": "עבור לבדיקה הראשונה (g g), גלול למעלה",
466
+ "lastTest": "עבור לבדיקה האחרונה",
467
+ "treeTop": "שורה ראשונה + גלול למעלה (Home)",
468
+ "scrollTreeTop": "גלול למעלה — הצג משתנים ומסננים (z t)",
469
+ "toggleReportVariables": "הצג/הסתר משתנים",
470
+ "toggleReportMetadata": "הצג/הסתר מטא-נתונים",
471
+ "reportTabResults": "לשונית דוח: תוצאות",
472
+ "reportTabCategories": "לשונית דוח: קטגוריות",
473
+ "reportTabQualityGate": "לשונית דוח: שער איכות",
474
+ "reportTabGlobalAttachments": "לשונית דוח: קבצים מצורפים גלובליים",
475
+ "reportTabGlobalErrors": "לשונית דוח: שגיאות גלובליות",
476
+ "reportTabNext": "לשונית דוח הבאה",
477
+ "reportTabPrev": "לשונית דוח הקודמת",
478
+ "nextTest": "תוצאת בדיקה הבאה",
479
+ "prevTest": "תוצאת בדיקה הקודמת",
480
+ "testTabNext": "לשונית בדיקה הבאה",
481
+ "testTabPrev": "לשונית בדיקה הקודמת",
482
+ "tabOverview": "לשונית סקירה",
483
+ "tabHistory": "לשונית היסטוריה",
484
+ "tabRetries": "לשונית ניסיונות חוזרים",
485
+ "tabAttachments": "לשונית קבצים מצורפים",
486
+ "tabEnvironments": "לשונית סביבות",
487
+ "toggleLabels": "הצג/הסתר תוויות",
488
+ "toggleParameters": "הצג/הסתר פרמטרים",
489
+ "toggleLinks": "הצג/הסתר קישורים",
490
+ "backToTree": "חזור לעץ"
491
+ }
431
492
  }
432
493
  }
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "search": {
28
28
  "search": "Որոնում",
29
- "search-placeholder": "Անվանում կամ ID"
29
+ "search-placeholder": "Որոնել թեստեր"
30
30
  },
31
31
  "filters": {
32
32
  "flaky": "Անհուսալի",
@@ -151,6 +151,7 @@
151
151
  "copy-email": "Պատճենել էլ. փոստը",
152
152
  "attempt": "Փորձ {{attempt}}-ից {{total}}-ը",
153
153
  "at": "է",
154
+ "generated": "Ստեղծվել է",
154
155
  "variables": "Փոփոխականներ",
155
156
  "openPwTrace": "Բացել Playwright Trace",
156
157
  "pwTracePopupBlocked": "Բրաուզերը արգելափակեց Playwright Trace Viewer-ի բացումը։",
@@ -428,5 +429,65 @@
428
429
  "expected": "Ակնկալվող"
429
430
  }
430
431
  }
432
+ },
433
+ "shortcuts": {
434
+ "title": "Ստեղնաշարի դյուրանցումներ",
435
+ "groups": {
436
+ "global": "Ընդհանուր",
437
+ "tree": "Ծառ",
438
+ "testResult": "Թեստի արդյունք"
439
+ },
440
+ "items": {
441
+ "toggleHelp": "Ցուցադրել կամ թաքցնել դյուրանցումները",
442
+ "focusSearch": "Ֆոկուս որոնման վրա",
443
+ "blurSearch": "Դուրս գալ որոնումից",
444
+ "focusTree": "Ֆոկուս ծառի վահանակի վրա",
445
+ "focusTestResult": "Ֆոկուս թեստի արդյունքի վահանակի վրա",
446
+ "toggleLayout": "Անջատել/միացնել բաժանված դիտումը (Shift+L)",
447
+ "toggleLayoutAlt": "Անջատել/միացնել բաժանված դիտումը (Ctrl/Cmd+\\)",
448
+ "moveUp": "Տեղաշարժ վեր",
449
+ "moveDown": "Տեղաշարժ վար",
450
+ "collapse": "Ծալել / գնալ ծնողին",
451
+ "expand": "Բացել / առաջին երեխա",
452
+ "parent": "Գնալ ծնողին (p)",
453
+ "parentAlt": "Գնալ ծնողին (u)",
454
+ "openNode": "Բացել թեստը / փոխել խումբը (o)",
455
+ "collapseNode": "Ծալել հանգույցը (-)",
456
+ "expandNode": "Բացել հանգույցը (+)",
457
+ "collapseAll": "Ծալել բոլոր երեխաները (C)",
458
+ "expandAll": "Բացել բոլոր երեխաները (A)",
459
+ "subtreeCycle": "Ենթածառի ծալում/բացում ցիկլ — ինչպես սլաքի կոճակ (>)",
460
+ "subtreeCollapse": "Ծալել ամբողջ ենթածառը (Shift+C)",
461
+ "subtreeExpand": "Բացել ամբողջ ենթածառը (Shift+A)",
462
+ "subtreeFirstLevel": "Բացել միայն առաջին մակարդակը (f)",
463
+ "toggleNode": "Փոխել խումբը կամ միջավայրը",
464
+ "openTest": "Բացել թեստի արդյունքը",
465
+ "firstTest": "Գնալ առաջին թեստ (g g), ոլորել ցուցակը վեր",
466
+ "lastTest": "Գնալ վերջին թեստ",
467
+ "treeTop": "Առաջին տող + ոլորել վեր (Home)",
468
+ "scrollTreeTop": "Ոլորել վեր — ցուցադրել փոփոխականներ և ֆիլտրեր (z t)",
469
+ "toggleReportVariables": "Ցուցադրել/թաքցնել փոփոխականները",
470
+ "toggleReportMetadata": "Ցուցադրել/թաքցնել մետատվյալները",
471
+ "reportTabResults": "Հաշվետվության ներդիր: Արդյունքներ",
472
+ "reportTabCategories": "Հաշվետվության ներդիր: Կատեգորիաներ",
473
+ "reportTabQualityGate": "Հաշվետվության ներդիր: Որակի դարպաս",
474
+ "reportTabGlobalAttachments": "Հաշվետվության ներդիր: Գլոբալ կցորդներ",
475
+ "reportTabGlobalErrors": "Հաշվետվության ներդիր: Գլոբալ սխալներ",
476
+ "reportTabNext": "Հաջորդ հաշվետվության ներդիր",
477
+ "reportTabPrev": "Նախորդ հաշվետվության ներդիր",
478
+ "nextTest": "Հաջորդ թեստի արդյունք",
479
+ "prevTest": "Նախորդ թեստի արդյունք",
480
+ "testTabNext": "Հաջորդ թեստի ներդիր",
481
+ "testTabPrev": "Նախորդ թեստի ներդիր",
482
+ "tabOverview": "Ակնարկի ներդիր",
483
+ "tabHistory": "Պատմության ներդիր",
484
+ "tabRetries": "Կրկնությունների ներդիր",
485
+ "tabAttachments": "Կցորդների ներդիր",
486
+ "tabEnvironments": "Միջավայրերի ներդիր",
487
+ "toggleLabels": "Ցուցադրել/թաքցնել պիտակները",
488
+ "toggleParameters": "Ցուցադրել/թաքցնել պարամետրերը",
489
+ "toggleLinks": "Ցուցադրել/թաքցնել հղումները",
490
+ "backToTree": "Վերադառնալ ծառ"
491
+ }
431
492
  }
432
493
  }
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "search": {
28
28
  "search": "Cerca",
29
- "search-placeholder": "Nome o ID"
29
+ "search-placeholder": "Cerca test"
30
30
  },
31
31
  "filters": {
32
32
  "flaky": "Instabili",
@@ -151,6 +151,7 @@
151
151
  "copy-email": "Copia email",
152
152
  "attempt": "Tentativo {{attempt}} di {{total}}",
153
153
  "at": "a",
154
+ "generated": "Generato",
154
155
  "variables": "Variabili",
155
156
  "openPwTrace": "Apri Playwright Trace",
156
157
  "pwTracePopupBlocked": "Il browser ha bloccato l'apertura di Playwright Trace Viewer.",
@@ -428,5 +429,65 @@
428
429
  "expected": "Previsto"
429
430
  }
430
431
  }
432
+ },
433
+ "shortcuts": {
434
+ "title": "Scorciatoie da tastiera",
435
+ "groups": {
436
+ "global": "Generale",
437
+ "tree": "Albero",
438
+ "testResult": "Risultato del test"
439
+ },
440
+ "items": {
441
+ "toggleHelp": "Mostra o nascondi le scorciatoie",
442
+ "focusSearch": "Metti il focus sulla ricerca",
443
+ "blurSearch": "Esci dalla ricerca",
444
+ "focusTree": "Metti il focus sull'albero",
445
+ "focusTestResult": "Metti il focus sul risultato del test",
446
+ "toggleLayout": "Attiva/disattiva vista divisa (Shift+L)",
447
+ "toggleLayoutAlt": "Attiva/disattiva vista divisa (Ctrl/Cmd+\\)",
448
+ "moveUp": "Su",
449
+ "moveDown": "Giù",
450
+ "collapse": "Comprimi / vai al padre",
451
+ "expand": "Espandi / primo figlio",
452
+ "parent": "Vai al padre (p)",
453
+ "parentAlt": "Vai al padre (u)",
454
+ "openNode": "Apri test / attiva/disattiva gruppo (o)",
455
+ "collapseNode": "Comprimi nodo (-)",
456
+ "expandNode": "Espandi nodo (+)",
457
+ "collapseAll": "Comprimi tutti i figli (C)",
458
+ "expandAll": "Espandi tutti i figli (A)",
459
+ "subtreeCycle": "Ciclo comprimi/espandi — come pulsante freccia (>)",
460
+ "subtreeCollapse": "Comprimi l'intero sottoalbero (Shift+C)",
461
+ "subtreeExpand": "Espandi l'intero sottoalbero (Shift+A)",
462
+ "subtreeFirstLevel": "Espandi solo il primo livello (f)",
463
+ "toggleNode": "Attiva/disattiva gruppo o ambiente",
464
+ "openTest": "Apri risultato del test",
465
+ "firstTest": "Vai al primo test (g g), scorri in cima",
466
+ "lastTest": "Vai all'ultimo test",
467
+ "treeTop": "Prima riga + scorri in cima (Home)",
468
+ "scrollTreeTop": "Scorri in cima — mostra Variabili e filtri (z t)",
469
+ "toggleReportVariables": "Mostra/nascondi variabili",
470
+ "toggleReportMetadata": "Mostra/nascondi metadati",
471
+ "reportTabResults": "Tab report: Risultati",
472
+ "reportTabCategories": "Tab report: Categorie",
473
+ "reportTabQualityGate": "Tab report: Quality gate",
474
+ "reportTabGlobalAttachments": "Tab report: Allegati globali",
475
+ "reportTabGlobalErrors": "Tab report: Errori globali",
476
+ "reportTabNext": "Tab report successivo",
477
+ "reportTabPrev": "Tab report precedente",
478
+ "nextTest": "Risultato test successivo",
479
+ "prevTest": "Risultato test precedente",
480
+ "testTabNext": "Tab test successivo",
481
+ "testTabPrev": "Tab test precedente",
482
+ "tabOverview": "Tab panoramica",
483
+ "tabHistory": "Tab cronologia",
484
+ "tabRetries": "Tab nuovi tentativi",
485
+ "tabAttachments": "Tab allegati",
486
+ "tabEnvironments": "Tab ambienti",
487
+ "toggleLabels": "Mostra/nascondi etichette",
488
+ "toggleParameters": "Mostra/nascondi parametri",
489
+ "toggleLinks": "Mostra/nascondi link",
490
+ "backToTree": "Torna all'albero"
491
+ }
431
492
  }
432
493
  }
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "search": {
28
28
  "search": "検索",
29
- "search-placeholder": "名前またはID"
29
+ "search-placeholder": "テストを検索"
30
30
  },
31
31
  "filters": {
32
32
  "flaky": "不安定",
@@ -151,6 +151,7 @@
151
151
  "copy-email": "メールをコピー",
152
152
  "attempt": "試行 {{attempt}} 回目(全 {{total}} 回)",
153
153
  "at": "時",
154
+ "generated": "生成日時",
154
155
  "variables": "変数",
155
156
  "openPwTrace": "Playwright Traceを開く",
156
157
  "pwTracePopupBlocked": "ブラウザーが Playwright Trace Viewer の表示をブロックしました。",
@@ -428,5 +429,65 @@
428
429
  "expected": "期待値"
429
430
  }
430
431
  }
432
+ },
433
+ "shortcuts": {
434
+ "title": "キーボードショートカット",
435
+ "groups": {
436
+ "global": "全般",
437
+ "tree": "ツリー",
438
+ "testResult": "テスト結果"
439
+ },
440
+ "items": {
441
+ "toggleHelp": "ショートカットを表示/非表示",
442
+ "focusSearch": "検索にフォーカス",
443
+ "blurSearch": "検索を終了",
444
+ "focusTree": "ツリーパネルにフォーカス",
445
+ "focusTestResult": "テスト結果パネルにフォーカス",
446
+ "toggleLayout": "分割表示を切り替え (Shift+L)",
447
+ "toggleLayoutAlt": "分割表示を切り替え (Ctrl/Cmd+\\)",
448
+ "moveUp": "上に移動",
449
+ "moveDown": "下に移動",
450
+ "collapse": "折りたたむ / 親に移動",
451
+ "expand": "展開 / 最初の子",
452
+ "parent": "親に移動 (p)",
453
+ "parentAlt": "親に移動 (u)",
454
+ "openNode": "テストを開く / グループを切り替え (o)",
455
+ "collapseNode": "ノードを折りたたむ (-)",
456
+ "expandNode": "ノードを展開 (+)",
457
+ "collapseAll": "すべての子を折りたたむ (C)",
458
+ "expandAll": "すべての子を展開 (A)",
459
+ "subtreeCycle": "サブツリーの折りたたみ/展開サイクル — 矢印ボタンのように (>)",
460
+ "subtreeCollapse": "サブツリー全体を折りたたむ (Shift+C)",
461
+ "subtreeExpand": "サブツリー全体を展開 (Shift+A)",
462
+ "subtreeFirstLevel": "第1レベルのみ展開 (f)",
463
+ "toggleNode": "グループまたは環境を切り替え",
464
+ "openTest": "テスト結果を開く",
465
+ "firstTest": "最初のテストに移動 (g g)、リストを先頭にスクロール",
466
+ "lastTest": "最後のテストに移動",
467
+ "treeTop": "最初の行 + 先頭にスクロール (Home)",
468
+ "scrollTreeTop": "先頭にスクロール — 変数とフィルターを表示 (z t)",
469
+ "toggleReportVariables": "変数を表示/非表示",
470
+ "toggleReportMetadata": "メタデータを表示/非表示",
471
+ "reportTabResults": "レポートタブ:結果",
472
+ "reportTabCategories": "レポートタブ:カテゴリ",
473
+ "reportTabQualityGate": "レポートタブ:品質ゲート",
474
+ "reportTabGlobalAttachments": "レポートタブ:グローバル添付ファイル",
475
+ "reportTabGlobalErrors": "レポートタブ:グローバルエラー",
476
+ "reportTabNext": "次のレポートタブ",
477
+ "reportTabPrev": "前のレポートタブ",
478
+ "nextTest": "次のテスト結果",
479
+ "prevTest": "前のテスト結果",
480
+ "testTabNext": "次のテストタブ",
481
+ "testTabPrev": "前のテストタブ",
482
+ "tabOverview": "概要タブ",
483
+ "tabHistory": "履歴タブ",
484
+ "tabRetries": "リトライタブ",
485
+ "tabAttachments": "添付ファイルタブ",
486
+ "tabEnvironments": "環境タブ",
487
+ "toggleLabels": "ラベルを表示/非表示",
488
+ "toggleParameters": "パラメータを表示/非表示",
489
+ "toggleLinks": "リンクを表示/非表示",
490
+ "backToTree": "ツリーに戻る"
491
+ }
431
492
  }
432
493
  }