@allurereport/web-awesome 3.3.0 → 3.4.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 (209) hide show
  1. package/dist/multi/173.app-648d4a8e7d5405e104a1.js +1 -0
  2. package/dist/multi/174.app-648d4a8e7d5405e104a1.js +1 -0
  3. package/dist/multi/252.app-648d4a8e7d5405e104a1.js +1 -0
  4. package/dist/multi/282.app-648d4a8e7d5405e104a1.js +1 -0
  5. package/dist/multi/29.app-648d4a8e7d5405e104a1.js +1 -0
  6. package/dist/multi/310.app-648d4a8e7d5405e104a1.js +1 -0
  7. package/dist/multi/416.app-648d4a8e7d5405e104a1.js +1 -0
  8. package/dist/multi/507.app-648d4a8e7d5405e104a1.js +1 -0
  9. package/dist/multi/527.app-648d4a8e7d5405e104a1.js +1 -0
  10. package/dist/multi/600.app-648d4a8e7d5405e104a1.js +1 -0
  11. package/dist/multi/605.app-648d4a8e7d5405e104a1.js +1 -0
  12. package/dist/multi/638.app-648d4a8e7d5405e104a1.js +1 -0
  13. package/dist/multi/672.app-648d4a8e7d5405e104a1.js +1 -0
  14. package/dist/multi/686.app-648d4a8e7d5405e104a1.js +1 -0
  15. package/dist/multi/725.app-648d4a8e7d5405e104a1.js +1 -0
  16. package/dist/multi/741.app-648d4a8e7d5405e104a1.js +1 -0
  17. package/dist/multi/749.app-648d4a8e7d5405e104a1.js +1 -0
  18. package/dist/multi/755.app-648d4a8e7d5405e104a1.js +1 -0
  19. package/dist/multi/{894.app-8be6acc0a596a2197dbf.js → 894.app-648d4a8e7d5405e104a1.js} +1 -1
  20. package/dist/multi/943.app-648d4a8e7d5405e104a1.js +1 -0
  21. package/dist/multi/980.app-648d4a8e7d5405e104a1.js +1 -0
  22. package/dist/multi/app-648d4a8e7d5405e104a1.js +2 -0
  23. package/dist/multi/{app-8be6acc0a596a2197dbf.js.LICENSE.txt → app-648d4a8e7d5405e104a1.js.LICENSE.txt} +1 -1
  24. package/dist/multi/manifest.json +23 -21
  25. package/dist/multi/{styles-0b84e1ef76554ad2db9a.css → styles-b72a0161ddf41447b31c.css} +10 -10
  26. package/dist/single/app-ae966ad3dc27579d6c39.js +2 -0
  27. package/dist/single/{app-8221eb856e47b4ef50d6.js.LICENSE.txt → app-ae966ad3dc27579d6c39.js.LICENSE.txt} +1 -1
  28. package/dist/single/manifest.json +1 -1
  29. package/package.json +18 -36
  30. package/src/components/BaseLayout/index.tsx +2 -0
  31. package/src/components/Categories/CategoriesTree/index.tsx +2 -0
  32. package/src/components/Categories/CategoryHeaderItem/index.tsx +2 -0
  33. package/src/components/Categories/CategoryTreeItem/index.tsx +2 -0
  34. package/src/components/Categories/GroupTreeItem/index.tsx +2 -0
  35. package/src/components/Categories/HistoryTreeItem/index.tsx +2 -0
  36. package/src/components/Categories/LabelTreeItem/index.tsx +2 -0
  37. package/src/components/Categories/MessageTreeItem/index.tsx +2 -0
  38. package/src/components/Categories/SeverityTreeItem/index.tsx +2 -0
  39. package/src/components/Charts/index.tsx +3 -0
  40. package/src/components/EnvironmentPicker/index.tsx +78 -18
  41. package/src/components/EnvironmentPicker/styles.scss +19 -0
  42. package/src/components/Footer/FooterLogo.tsx +1 -0
  43. package/src/components/Footer/FooterVersion.tsx +2 -0
  44. package/src/components/Footer/index.tsx +3 -1
  45. package/src/components/Header/CiInfo/index.tsx +17 -3
  46. package/src/components/Header/index.tsx +3 -0
  47. package/src/components/Header/styles.scss +1 -0
  48. package/src/components/HeaderControls/index.tsx +1 -0
  49. package/src/components/MainReport/index.tsx +3 -0
  50. package/src/components/Metadata/index.tsx +2 -0
  51. package/src/components/MetadataButton/index.tsx +35 -8
  52. package/src/components/MetadataButton/styles.scss +20 -0
  53. package/src/components/Modal/index.tsx +2 -0
  54. package/src/components/NavTabs/index.tsx +2 -1
  55. package/src/components/ReportBody/HeaderActions.tsx +1 -0
  56. package/src/components/ReportBody/SortBy.tsx +2 -0
  57. package/src/components/ReportBody/index.tsx +4 -1
  58. package/src/components/ReportCategories/index.tsx +2 -0
  59. package/src/components/ReportFilters/BaseFilters.tsx +2 -0
  60. package/src/components/ReportFilters/CategoriesFilter.tsx +2 -0
  61. package/src/components/ReportFilters/RetryFlaky.tsx +2 -0
  62. package/src/components/ReportFilters/TagsFilter.tsx +2 -0
  63. package/src/components/ReportFilters/TransitionFilter.tsx +2 -0
  64. package/src/components/ReportFilters/index.tsx +3 -0
  65. package/src/components/ReportGlobalAttachments/index.tsx +3 -0
  66. package/src/components/ReportGlobalErrors/index.tsx +2 -0
  67. package/src/components/ReportHeader/ReportHeaderLabelList.tsx +1 -0
  68. package/src/components/ReportHeader/ReportHeaderLogo.tsx +3 -1
  69. package/src/components/ReportHeader/ReportHeaderPie.tsx +2 -0
  70. package/src/components/ReportHeader/index.tsx +2 -0
  71. package/src/components/ReportMetadata/MetadataItem.tsx +1 -0
  72. package/src/components/ReportMetadata/MetadataSummary.tsx +3 -1
  73. package/src/components/ReportMetadata/MetadataTestType.tsx +2 -0
  74. package/src/components/ReportMetadata/MetadataWithIcon.tsx +2 -0
  75. package/src/components/ReportMetadata/index.tsx +61 -17
  76. package/src/components/ReportQualityGateResults/index.tsx +6 -2
  77. package/src/components/ReportSearch/index.tsx +1 -0
  78. package/src/components/ReportTabs/index.tsx +3 -0
  79. package/src/components/SectionPicker/index.tsx +2 -0
  80. package/src/components/SectionSwitcher/index.tsx +3 -0
  81. package/src/components/SideBySide/index.tsx +1 -0
  82. package/src/components/SplitLayout/index.tsx +2 -0
  83. package/src/components/TestResult/TestStepsEmpty/index.tsx +2 -0
  84. package/src/components/TestResult/TrAttachmentsView/index.tsx +2 -0
  85. package/src/components/TestResult/TrDescription/index.tsx +16 -3
  86. package/src/components/TestResult/TrDropdown/index.tsx +1 -0
  87. package/src/components/TestResult/TrEmpty/index.tsx +3 -1
  88. package/src/components/TestResult/TrEnvironmentItem/index.tsx +3 -0
  89. package/src/components/TestResult/TrEnvironmentsView/index.tsx +8 -2
  90. package/src/components/TestResult/TrError/TrDiff.tsx +3 -1
  91. package/src/components/TestResult/TrError/index.tsx +20 -18
  92. package/src/components/TestResult/TrError/styles.scss +0 -25
  93. package/src/components/TestResult/TrHeader/TrBreadcrumbs.tsx +3 -1
  94. package/src/components/TestResult/TrHeader/index.tsx +2 -0
  95. package/src/components/TestResult/TrHeader/styles.scss +1 -0
  96. package/src/components/TestResult/TrHistory/TrHistoryItem.tsx +3 -1
  97. package/src/components/TestResult/TrHistory/index.tsx +2 -0
  98. package/src/components/TestResult/TrInfo/TrInfoStatuses.tsx +2 -0
  99. package/src/components/TestResult/TrInfo/index.tsx +2 -0
  100. package/src/components/TestResult/TrLinks/index.tsx +63 -11
  101. package/src/components/TestResult/TrMetadata/index.tsx +44 -5
  102. package/src/components/TestResult/TrNavigation/index.tsx +2 -0
  103. package/src/components/TestResult/TrOverview.tsx +20 -17
  104. package/src/components/TestResult/TrParameters/index.tsx +41 -7
  105. package/src/components/TestResult/TrPrevStatuses/index.tsx +2 -0
  106. package/src/components/TestResult/TrPwTraces/PwTraceButton.tsx +44 -9
  107. package/src/components/TestResult/TrPwTraces/index.tsx +5 -1
  108. package/src/components/TestResult/TrPwTraces/openPwTraceInNewTab.ts +29 -0
  109. package/src/components/TestResult/TrRetriesView/TrRetriesItem.tsx +3 -1
  110. package/src/components/TestResult/TrRetriesView/index.tsx +2 -0
  111. package/src/components/TestResult/TrSetup/index.tsx +3 -1
  112. package/src/components/TestResult/TrSeverity/index.tsx +2 -0
  113. package/src/components/TestResult/TrStatus/index.tsx +2 -0
  114. package/src/components/TestResult/TrSteps/TrAttachment.tsx +38 -6
  115. package/src/components/TestResult/TrSteps/TrAttachmentInfo.tsx +50 -2
  116. package/src/components/TestResult/TrSteps/TrBodyItems.tsx +42 -0
  117. package/src/components/TestResult/TrSteps/TrErrorStep.tsx +40 -0
  118. package/src/components/TestResult/TrSteps/TrStep.tsx +31 -65
  119. package/src/components/TestResult/TrSteps/TrStepHeader.tsx +50 -0
  120. package/src/components/TestResult/TrSteps/TrStepInfo.tsx +1 -0
  121. package/src/components/TestResult/TrSteps/index.tsx +12 -32
  122. package/src/components/TestResult/TrSteps/styles.scss +8 -0
  123. package/src/components/TestResult/TrSteps/wrongAttachment.tsx +2 -1
  124. package/src/components/TestResult/TrTabs/index.tsx +1 -0
  125. package/src/components/TestResult/TrTeardown/index.tsx +3 -1
  126. package/src/components/TestResult/bodyItems.ts +151 -0
  127. package/src/components/TestResult/index.tsx +2 -0
  128. package/src/components/Timeline/index.tsx +12 -2
  129. package/src/components/ToggleLayout/index.tsx +1 -0
  130. package/src/components/Tree/index.tsx +6 -2
  131. package/src/components/Tree/styles.scss +11 -0
  132. package/src/index.tsx +9 -3
  133. package/src/locales/ar.json +427 -0
  134. package/src/locales/az.json +43 -46
  135. package/src/locales/de.json +5 -0
  136. package/src/locales/en.json +5 -0
  137. package/src/locales/es.json +5 -0
  138. package/src/locales/fr.json +5 -0
  139. package/src/locales/he.json +5 -0
  140. package/src/locales/hy.json +5 -0
  141. package/src/locales/it.json +5 -0
  142. package/src/locales/ja.json +5 -0
  143. package/src/locales/ka.json +5 -0
  144. package/src/locales/kr.json +5 -0
  145. package/src/locales/nl.json +5 -0
  146. package/src/locales/pl.json +5 -0
  147. package/src/locales/pt.json +5 -0
  148. package/src/locales/ru.json +5 -0
  149. package/src/locales/sv.json +5 -0
  150. package/src/locales/tr.json +5 -0
  151. package/src/locales/uk.json +5 -0
  152. package/src/locales/zh-TW.json +432 -0
  153. package/src/locales/zh.json +5 -0
  154. package/src/stores/categories.ts +1 -0
  155. package/src/stores/chart.ts +2 -1
  156. package/src/stores/env.ts +14 -4
  157. package/src/stores/envInfo.ts +1 -0
  158. package/src/stores/globals.ts +1 -0
  159. package/src/stores/locale.ts +1 -0
  160. package/src/stores/qualityGate.ts +1 -0
  161. package/src/stores/sections.ts +1 -0
  162. package/src/stores/stats.ts +12 -6
  163. package/src/stores/testResult.ts +1 -0
  164. package/src/stores/testResults.ts +1 -0
  165. package/src/stores/timeline.ts +2 -0
  166. package/src/stores/tree.ts +2 -0
  167. package/src/stores/treeFilters/actions.ts +1 -0
  168. package/src/stores/treeFilters/store.ts +1 -0
  169. package/src/stores/treeFilters/utils.ts +1 -0
  170. package/src/stores/variables.ts +1 -0
  171. package/src/utils/time.ts +1 -0
  172. package/src/utils/treeFilters.ts +2 -0
  173. package/test/components/EnvironmentPicker.test.tsx +133 -0
  174. package/test/components/Header/CiInfo.test.tsx +15 -0
  175. package/test/components/Header.test.tsx +1 -0
  176. package/test/components/TestResult/PwTraceButton.test.tsx +104 -0
  177. package/test/components/TestResult/TrErrorStep.test.tsx +127 -0
  178. package/test/components/TestResult/TrOverview.test.tsx +114 -0
  179. package/test/components/TestResult/bodyItems.test.ts +194 -0
  180. package/test/components/TestResult/openPwTraceInNewTab.test.ts +65 -0
  181. package/test/components/Timeline.test.tsx +104 -0
  182. package/test/stores/treeFilters/actions.test.ts +82 -0
  183. package/test/utils/ownerAddress.test.ts +1 -0
  184. package/test/utils/treeFilters.test.ts +1 -0
  185. package/tsconfig.json +1 -2
  186. package/tsconfig.node.json +2 -1
  187. package/types.d.ts +2 -0
  188. package/.eslintrc.cjs +0 -18
  189. package/dist/multi/173.app-8be6acc0a596a2197dbf.js +0 -1
  190. package/dist/multi/174.app-8be6acc0a596a2197dbf.js +0 -1
  191. package/dist/multi/252.app-8be6acc0a596a2197dbf.js +0 -1
  192. package/dist/multi/282.app-8be6acc0a596a2197dbf.js +0 -1
  193. package/dist/multi/29.app-8be6acc0a596a2197dbf.js +0 -1
  194. package/dist/multi/416.app-8be6acc0a596a2197dbf.js +0 -1
  195. package/dist/multi/527.app-8be6acc0a596a2197dbf.js +0 -1
  196. package/dist/multi/600.app-8be6acc0a596a2197dbf.js +0 -1
  197. package/dist/multi/605.app-8be6acc0a596a2197dbf.js +0 -1
  198. package/dist/multi/638.app-8be6acc0a596a2197dbf.js +0 -1
  199. package/dist/multi/672.app-8be6acc0a596a2197dbf.js +0 -1
  200. package/dist/multi/686.app-8be6acc0a596a2197dbf.js +0 -1
  201. package/dist/multi/725.app-8be6acc0a596a2197dbf.js +0 -1
  202. package/dist/multi/741.app-8be6acc0a596a2197dbf.js +0 -1
  203. package/dist/multi/749.app-8be6acc0a596a2197dbf.js +0 -1
  204. package/dist/multi/755.app-8be6acc0a596a2197dbf.js +0 -1
  205. package/dist/multi/943.app-8be6acc0a596a2197dbf.js +0 -1
  206. package/dist/multi/980.app-8be6acc0a596a2197dbf.js +0 -1
  207. package/dist/multi/app-8be6acc0a596a2197dbf.js +0 -2
  208. package/dist/single/app-8221eb856e47b4ef50d6.js +0 -2
  209. package/src/components/TestResult/TrPwTraces/PwTrace.tsx +0 -34
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_awesome=self.webpackChunk_allurereport_web_awesome||[]).push([[638],{4638:function(e){e.exports=JSON.parse('{"statuses":{"passed":"անցած","failed":"ձախողված","broken":"կոտրված","skipped":"բաց թողնված","unknown":"անհայտ","total":"ընդհանուր","flakyTests":"անհուսալի","newTests":"նոր","retryTests":"կրկնություն"},"testSummary":{"total":"Ընդհանուր","flaky":"Անհուսալի թեստեր","retries":"Կրկնված թեստեր","new":"Նոր թեստեր"},"tabs":{"total":"Բոլորը","results":"Արդյունքներ","globalAttachments":"Գլոբալ կցորդներ","globalErrors":"Գլոբալ սխալներ","qualityGates":"Որակի դարպասներ","categories":"Կատեգորիաներ"},"search":{"search":"Որոնում","search-placeholder":"Անվանում կամ ID"},"filters":{"flaky":"Անհուսալի","nonFlaky":"Կայուն","retry":"Կրկնություն","new":"Նոր","fixed":"Ուղղված","regressed":"Ռեգրեսիա","malfunctioned":"Կոտրված","transition":"Անցում","status":"Կարգավիճակ","severity":"Ծանրություն","owner":"Սեփականատեր","layer":"Շերտ","tags":"Պիտակներ","categories":"Կատեգորիաներ","goto_filter":"Անցնել ֆիլտրին","errors":{"max_values_one":"Ֆիլտրման համար օգտագործվում է միայն առաջին {{count}} արժեքը:\\nԼրացուցիչ արժեքները անտեսվում են","max_values_other":"Ֆիլտրման համար օգտագործվում են միայն առաջին {{count}} արժեքները:\\nԼրացուցիչ արժեքները անտեսվում են"},"description":{"flaky":"Ցուցադրել անկայուն թեստեր","retry":"Ցուցադրել կրկնված թեստերի արդյունքները","new":"Ցուցադրում է թեստերի արդյունքները, որոնք առաջին անգամ են հայտնվում այս հաշվետվությունում","fixed":"Ցուցադրել թեստեր, որոնք այժմ անցել են, բայց նախկինում \\"ձախողվել\\" կամ \\"կոտրվել\\" են","regressed":"Ցուցադրում է թեստերի արդյունքները, որոնք փոխել են կարգավիճակը \\"անցած\\" կամ \\"կոտրված\\"-ից \\"ձախողված\\"-ի","malfunctioned":"Ցուցադրում է թեստերի արդյունքները, որոնք փոխել են կարգավիճակը \\"անցած\\" կամ \\"ձախողված\\"-ից \\"կոտրված\\"-ի","tags":"Ցուցադրում է թեստերի արդյունքները, որոնք ունեն նշված պիտակները","categories":"Ցուցադրել թեստերի արդյունքները, որոնք ունեն նշված կատեգորիաները"}},"sort-by":{"sort-by-text":"Դասավորել ըստ:","sort-by-category":"Դասավորել ըստ","direction-category":"Ուղղություն"},"sort-by.values":{"order":"Կարգ","alphabet":"Այբուբեն","duration":"Տևողություն","status":"Կարգավիճակ"},"sort-by.directions":{"order-desc":"Վերջինը – Առաջինը","order-asc":"Առաջինը – Վերջինը","order-asc-short":"Առաջինը","order-desc-short":"Վերջինը","alphabet-asc":"Ա – Ֆ","alphabet-desc":"Ֆ – Ա","alphabet-asc-short":"Ա – Ֆ","alphabet-desc-short":"Ֆ – Ա","duration-asc":"1 – 9","duration-desc":"9 – 1","duration-asc-short":"1 – 9","duration-desc-short":"9 – 1","status-asc":"Ինչպես ֆիլտրերի ցանկում","status-desc":"Հակադարձված","status-asc-short":"Սովորական","status-desc-short":"Հակադարձված"},"empty":{"no-results":"Ոչ մի արդյունք","no-value":"Արժեք չկա","no-value-for":"Արժեք չկա՝ {{entity}}","no-transition":"Անցում չկա","no-layer":"Շերտ չկա","no-owner":"Սեփականատեր չկա","no-severity":"Ծանրություն չկա","no-status":"Կարգավիճակ չկա","no-environment":"Միջավայր չկա","no-flaky":"Անհուսալիություն չկա","empty-value":"Դատարկ","no-tests-found":"Արդյունքներ չեն գտնվել","no-message-provided":"Հաղորդագրություն չի տրամադրվել","clear-filters":"Մաքրել ֆիլտրները","no-attachments-results":"Կցորդների մասին տեղեկություններ հասանելի չեն","no-global-errors-results":"Գլոբալ սխալների մասին տեղեկություններ հասանելի չեն","no-quality-gate-results":"Որակի դարպասների արդյունքներ հասանելի չեն","no-history-results":"Պատմության մասին տեղեկություններ հասանելի չեն","no-retries-results":"Կրկնությունների մասին տեղեկություններ չկան","no-test-steps-results":"Թեստի քայլերի մասին տեղեկատվությունը հասանելի չէ։","no-test-case-results":"Թեստի դեպքերի արդյունքներ չկան։","no-environments-results":"Համակարգչային միջավայրի մասին տեղեկություններ չկան","no-categories-results":"Կատեգորիաներ հասանելի չեն"},"severity":{"blocker":"արգելափակում","critical":"կրիտիկական","normal":"նորմալ","minor":"աննշան","trivial":"աննշան"},"execution":{"name":"Կատարում","body":"Թեստի մարմին","setup":"Պատրաստում","teardown":"Ավարտում"},"environments":{"environment_one":"Համակարգչային միջավայր","environment_other":"Համակարգչային միջավայրներ","all":"Բոլոր համակարգչային միջավայրները"},"ui":{"labels":"Պիտակներ","metadata":"Մետատվյալներ","parameters":"Պարամետրեր","category":"Կատեգորիա","description":"Նկարագրություն","links":"Հղումներ","overview":"Ակնարկ","history":"Պատմություն","attachments":"Կցորդներ","retries":"Կրկնություններ","environments":"Համակարգչային միջավայրներ","error":"Սխալ","goToStep":"Գնալ քայլին","showLess":"Ցուցադրել պակաս","showMore":"Ցուցադրել ավելին","copy":"Պատճենել","copy-email":"Պատճենել էլ. փոստը","attempt":"Փորձ {{attempt}}-ից {{total}}-ը","at":"է","variables":"Փոփոխականներ","openPwTrace":"Բացել Playwright Trace","pwTracePopupBlocked":"Բրաուզերը արգելափակեց Playwright Trace Viewer-ի բացումը։","pwTracePopupBlockedHint":"Թույլատրեք բացվող պատուհանները և կրկին փորձեք։","finishedAtOriginal":"{{formattedCreatedAt}}, ելքի կոդ {{original}}","finishedAtBoth":"{{formattedCreatedAt}}, ելքի կոդ {{actual}} (սկզբնական {{original}})"},"controls":{"newTabAttachment":"Բացել նոր ներդիրում","nextTR":"Հաջորդ թեստի արդյունքը","prevTR":"Նախորդ թեստի արդյունքը","downloadAttachment":"Ներբեռնել կցորդը","previewAttachment":"Նախադիտում","viewCode":"Ցուցադրել կոդ","syntaxHighlight":"Շարահյուսության ընդգծում","backto":"Վերադառնալ","clipboard":"Պատճենել սեղմատախտակին","clipboardError":"Սխալ. Հավանաբար ձեր զննարկիչը չի աջակցում այս գործառույթին","clipboardSuccess":"Հաջողությամբ պատճենվեց","collapse":"Կծկել","expand":"Ընդլայնել","fullscreen":"Լրիվ էկրան","language":"Փոխել լեզուն","openInNewTab":"Բացել նոր ներդիրում","openPreview":"Բացել նախադիտումը","noSelectedTR":"Ընտրված թեստի արդյունք չկա","comparison":"Համեմատություն","showDiff":"Ցուցադրել տարբերությունը","viewMode":"Դիտման ռեժիմ","unified":"Միավորված","side-by-side":"Կողք կողքի","compareBy":"Համեմատել ըստ","chars":"սիմվոլներ","words":"բառեր","lines":"տողեր","actual":"Իրական","expected":"Սպասվող"},"errors":{"missedAttachment":"Կցորդը չի գտնվել"},"sections":{"report":"Report","charts":"Գրաֆիկներ","timeline":"Ժամանակային գիծ"},"timeline":{"empty":"Տվյալներ չկան","empty_host":"Տվյալներ չկան {{ host }}-ի համար","selected_one":"Ընտրվել է {{ count }} թեստ ({{ percentage }}%) {{ minDuration }}-ից ավելի և {{ maxDuration }}-ից պակաս տևողությամբ","selected_other":"Ընտրվել են {{ count }} թեստեր ({{ percentage }}%) {{ minDuration }}-ից ավելի և {{ maxDuration }}-ից պակաս տևողությամբ","host":"Հոստ: {{ host }}"},"charts":{"trend":{"title":"Միտումների գրաֆիկ: {{type}}","type":{"status":"Կարգավիճակ","severity":"Ծանրություն"}},"currentStatus":{"title":"Ընթացիկ կարգավիճակ","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"percentage":"{{percentage}}%","of":"{{total}}-ից","total":"ընդամենը","tests":{"new_zero":"Նոր թեստեր չկան","new_one":"{{count}} նոր թեստ","new_other":"{{count}} նոր թեստ","flaky_zero":"Անկայուն թեստեր չկան","flaky_one":"{{count}} անկայուն թեստ","flaky_other":"{{count}} անկայուն թեստ","retries_zero":"Կրկնակի թեստեր չկան","retries_one":"{{count}} կրկնակի թեստ","retries_other":"{{count}} կրկնակի թեստ"}},"statusDynamics":{"title":"Կարգավիճակի դինամիկա","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Վերջին հաշվետվություն ({{timestamp, timestamp_long_no_seconds}})","history":"{{timestamp, timestamp_long_no_seconds}} հաշվետվություն"},"ticks":{"current":"Վերջինը","history":"{{timestamp, timestamp_date}}"}},"statusTransitions":{"title":"Վիճակի անցումներ","legend":{"trend":"Ուղղման գործակից"},"transitions":{"new":"$t(transitions:new, capitalize)","fixed":"$t(transitions:fixed, capitalize)","regressed":"$t(transitions:regressed, capitalize)","malfunctioned":"$t(transitions:malfunctioned, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Վերջին հաշվետվություն ({{timestamp, timestamp_long_no_seconds}})","history":"{{timestamp, timestamp_long_no_seconds}} հաշվետվություն"},"ticks":{"current":"Վերջինը","history":"{{timestamp, timestamp_date}}"}},"durations":{"title":"Տևողության հիստոգրամ ըստ {{groupBy}}","title_none":"Տևողության հիստոգրամ","no-results":"$t(empty:no-results)","groupBy":{"none":"Ոչինչ","layer":"Շերտ"},"ticks":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"tooltips":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"legend":{"value":"{{value}}","total":"Թեստերի քանակ"}},"stabilityDistribution":{"title":"Կայունության բաշխում","no-results":"$t(empty:no-results)","legend":{"stabilityRate":"Կայունության գործակից"}},"testBaseGrowthDynamics":{"title":"Թdelays delays delaysdelays delays","status":{"newpassed":"Նdelays $t(statuses:passed)","newfailed":"Նdelays $t(statuses:failed)","newbroken":"Նdelays $t(statuses:broken)","newskipped":"Նdelays $t(statuses:skipped)","newunknown":"Նdelays $t(statuses:unknown)","removedpassed":"Հdelaysdelays $t(statuses:passed)","removedfailed":"Հdelaysdelays $t(statuses:failed)","removedbroken":"Հdelaysdelays $t(statuses:broken)","removedskipped":"Հdelaysdelays $t(statuses:skipped)","removedunknown":"Հdelaysdelays $t(statuses:unknown)"},"legend":{"trend":"Աճի միտում"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Վdelays delaysdelays ({{timestamp, timestamp_long_no_seconds}})","history":"Հdelaysdelays {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"ВеLayout","history":"{{timestamp, timestamp_date}}"}},"statusAgePyramid":{"title":"Կարգավիճակի տարիքային պիրամիդ","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Վdelays delaysdelays ({{timestamp, timestamp_long_no_seconds}})","history":"Հdelaysdelays {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Վdelays","history":"{{timestamp, timestamp_date}}"}},"trSeverities":{"title":"Թdelays delays delays delaysdelays delays","no-results":"$t(empty:no-results)","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"severity":{"blocker":"$t(severity:blocker, capitalize)","critical":"$t(severity:critical, capitalize)","normal":"$t(severity:normal, capitalize)","minor":"$t(severity:minor, capitalize)","trivial":"$t(severity:trivial, capitalize)","unset":" Delays delaysdelays"}},"durationDynamics":{"title":"Տdelays delays","durations":{"sequential":"Հdelays delaysdelays delays","duration":"Թdelays delays","speedup":"Արdelays"},"no-results":"$t(empty:no-results)","tooltips":{"current":"Վdelays delaysdelays ({{timestamp, timestamp_long_no_seconds}})","history":"Հdelaysdelays {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Վdelays","history":"{{timestamp, timestamp_date}}"},"legend":{"duration":"{{duration, format_duration}}","speedup":"{{speedup}}x"}}},"transitions":{"description":{"new":"Այս թեստի արդյունքի առաջին հայտնվելը հաշվետվությունում","fixed":"Նախկինում \\"ձախողված\\" կամ \\"կոտրված\\" թեստ, որը այժմ \\"անցել\\" է","regressed":"Նախկինում \\"անցած\\" կամ \\"կոտրված\\" թեստ, որը այժմ \\"ձախողվել\\" է","malfunctioned":"Նախկինում \\"անցած\\" կամ \\"ձախողված\\" թեստ, որը այժմ \\"կոտրված\\" է","retries":"{{count}} կրկնափորձ","flaky":"Անհետևողական տարբեր գործարկումների ընթացքում"},"new":"Նոր","fixed":"Ուղղված","regressed":"Ռեգրեսիա","malfunctioned":"Կոտրված"},"trHistory":{"unknown-date":"Անհայտ ամսաթիվ"},"attachments":{"imageDiff":{"mode":{"diff":"Տարբերություն","actual":"Իրական","expected":"Ակնկալվող","side-by-side":"Կողք կողքի","overlay":"Ծածկույթ"},"empty":{"failed-to-load":"Չհաջողվեց բեռնել պատկերների համեմատությունը"},"image":{"diff":"Տարբերություն","actual":"Իրական","expected":"Ակնկալվող"}}}}')}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_awesome=self.webpackChunk_allurereport_web_awesome||[]).push([[672],{3672:function(t){t.exports=JSON.parse('{"statuses":{"passed":"superato","failed":"fallito","broken":"rotto","skipped":"saltato","unknown":"sconosciuto","total":"totale","flakyTests":"instabili","newTests":"nuovi","retryTests":"ritentati"},"testSummary":{"total":"Totale","flaky":"Test instabili","retries":"Test ripetuti","new":"Nuovi test"},"tabs":{"total":"Tutti","results":"Risultati","globalAttachments":"Allegati Globali","globalErrors":"Errori Globali","qualityGates":"Porte di Qualità","categories":"Categorie"},"search":{"search":"Cerca","search-placeholder":"Nome o ID"},"filters":{"flaky":"Instabili","nonFlaky":"Stabili","retry":"Ripetuti","new":"Nuovi","fixed":"Corretti","regressed":"Regrediti","malfunctioned":"Danneggiati","transition":"Transizione","status":"Stato","severity":"Gravità","owner":"Proprietario","layer":"Livello","tags":"Tag","categories":"Categorie","goto_filter":"Vai al filtro","errors":{"max_values_one":"Solo il primo {{count}} valore viene utilizzato per il filtraggio.\\nI valori aggiuntivi vengono ignorati","max_values_other":"Solo i primi {{count}} valori vengono utilizzati per il filtraggio.\\nI valori aggiuntivi vengono ignorati"},"description":{"flaky":"Mostra test instabili","retry":"Mostra i risultati dei test che sono stati rieseguiti","new":"Mostra i risultati dei test che appaiono per la prima volta in questo report","fixed":"Mostra test che ora sono superati ma che erano precedentemente \\"falliti\\" o \\"danneggiati\\"","regressed":"Mostra i risultati dei test che sono passati dallo stato \\"superato\\" o \\"danneggiato\\" a \\"fallito\\"","malfunctioned":"Mostra i risultati dei test che sono passati dallo stato \\"superato\\" o \\"fallito\\" a \\"danneggiato\\"","tags":"Mostra i risultati dei test che hanno i tag specificati","categories":"Mostra i risultati dei test che hanno le categorie specificate"}},"sort-by":{"sort-by-text":"Ordina per:","sort-by-category":"Ordina per","direction-category":"Direzione"},"sort-by.values":{"order":"Ordine","alphabet":"Alfabetico","duration":"Durata","status":"Stato"},"sort-by.directions":{"order-desc":"Ultimi – Primi","order-asc":"Primi – Ultimi","order-asc-short":"Primi","order-desc-short":"Ultimi","alphabet-asc":"A – Z","alphabet-desc":"Z – A","alphabet-asc-short":"A – Z","alphabet-desc-short":"Z – A","duration-asc":"1 – 9","duration-desc":"9 – 1","duration-asc-short":"1 – 9","duration-desc-short":"9 – 1","status-asc":"Come nella lista dei filtri","status-desc":"Invertito","status-asc-short":"Normale","status-desc-short":"Invertito"},"empty":{"no-results":"Nessun risultato","no-value":"Nessun valore","no-value-for":"Nessun valore: {{entity}}","no-transition":"Nessuna transizione","no-layer":"Nessun livello","no-owner":"Nessun proprietario","no-severity":"Nessuna gravità","no-status":"Nessuno stato","no-environment":"Nessun ambiente","no-flaky":"Nessuna instabilità","empty-value":"Vuoto","no-tests-found":"Nessun risultato trovato","no-message-provided":"Nessun messaggio fornito","clear-filters":"Cancella filtri","no-attachments-results":"Nessuna informazione sugli allegati disponibile","no-global-errors-results":"Nessuna informazione sugli errori globali disponibile","no-quality-gate-results":"Nessun risultato delle porte di qualità disponibile","no-history-results":"Nessuna informazione sulla cronologia disponibile","no-retries-results":"Nessuna informazione sui ritentativi disponibile","no-test-steps-results":"Nessuna informazione disponibile sui passaggi del test","no-test-case-results":"Nessun risultato dei casi di test","no-environments-results":"Nessuna informazione sugli ambienti disponibile","no-categories-results":"Nessuna categoria disponibile"},"severity":{"blocker":"bloccante","critical":"critico","normal":"normale","minor":"minore","trivial":"banale"},"execution":{"name":"Esecuzione","body":"Corpo del test","setup":"Preparazione","teardown":"Smontaggio"},"environments":{"environment_one":"Ambiente","environment_other":"Ambienti","all":"Tutti"},"ui":{"labels":"Etichette","metadata":"Metadati","parameters":"Parametri","category":"Categoria","description":"Descrizione","links":"Link","overview":"Panoramica","history":"Cronologia","attachments":"Allegati","retries":"Ritentativi","environments":"Ambienti","error":"Errore","goToStep":"Vai al passo","showLess":"Mostra meno","showMore":"Mostra di più","copy":"Copia","copy-email":"Copia email","attempt":"Tentativo {{attempt}} di {{total}}","at":"a","variables":"Variabili","openPwTrace":"Apri Playwright Trace","pwTracePopupBlocked":"Il browser ha bloccato l\'apertura di Playwright Trace Viewer.","pwTracePopupBlockedHint":"Consenti i popup e riprova.","finishedAtOriginal":"{{formattedCreatedAt}}, con codice di uscita {{original}}","finishedAtBoth":"{{formattedCreatedAt}}, con codice di uscita {{actual}} (originale {{original}})"},"controls":{"newTabAttachment":"Apri in una nuova scheda","nextTR":"Risultato del test successivo","prevTR":"Risultato del test precedente","downloadAttachment":"Scarica allegato","previewAttachment":"Anteprima","viewCode":"Visualizza codice","syntaxHighlight":"Evidenziazione sintassi","backto":"Torna a","clipboard":"Copia negli appunti","clipboardError":"Errore. Sembra che questa funzionalità non sia supportata dal tuo browser","clipboardSuccess":"Copiato con successo","collapse":"Comprimi","expand":"Espandi","fullscreen":"Schermo intero","language":"Cambia lingua","openInNewTab":"Apri in una nuova scheda","openPreview":"Apri anteprima","noSelectedTR":"Nessun risultato del test selezionato","comparison":"Confronto","showDiff":"Mostra differenza","viewMode":"Modalità di visualizzazione","unified":"Unificato","side-by-side":"Affiancato","compareBy":"Confronta per","chars":"caratteri","words":"parole","lines":"righe","actual":"Attuale","expected":"Previsto"},"errors":{"missedAttachment":"Allegato non trovato"},"sections":{"report":"Report","charts":"Grafici","timeline":"Cronologia"},"timeline":{"empty":"Nessun dato","empty_host":"Nessun dato per {{ host }}","selected_one":"{{ count }} test ({{ percentage }}%) con durata superiore a {{ minDuration }} e inferiore a {{ maxDuration }} selezionato","selected_other":"{{ count }} test ({{ percentage }}%) con durata superiore a {{ minDuration }} e inferiore a {{ maxDuration }} selezionati","host":"Host: {{ host }}"},"charts":{"trend":{"title":"Grafico di tendenza: {{type}}","type":{"status":"Stato","severity":"Gravità"}},"currentStatus":{"title":"Stato attuale","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"percentage":"{{percentage}}%","of":"di {{total}}","total":"totale","tests":{"new_zero":"Nessun nuovo test","new_one":"{{count}} nuovo test","new_other":"{{count}} nuovi test","flaky_zero":"Nessun test instabile","flaky_one":"{{count}} test instabile","flaky_other":"{{count}} test instabili","retries_zero":"Nessun test riprovato","retries_one":"{{count}} test riprovato","retries_other":"{{count}} test riprovati"}},"statusDynamics":{"title":"Dinamica dello stato","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Ultimo report ({{timestamp, timestamp_long_no_seconds}})","history":"Report del {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Ultimi","history":"{{timestamp, timestamp_date}}"}},"statusTransitions":{"title":"Transizioni di stato","legend":{"trend":"Tasso di correzione"},"transitions":{"new":"$t(transitions:new, capitalize)","fixed":"$t(transitions:fixed, capitalize)","regressed":"$t(transitions:regressed, capitalize)","malfunctioned":"$t(transitions:malfunctioned, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Ultimo report ({{timestamp, timestamp_long_no_seconds}})","history":"Report del {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Ultimi","history":"{{timestamp, timestamp_date}}"}},"durations":{"title":"Istogramma delle durate per {{groupBy}}","title_none":"Istogramma delle durate","no-results":"$t(empty:no-results)","groupBy":{"none":"Nessuno","layer":"Livello"},"ticks":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"tooltips":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"legend":{"value":"{{value}}","total":"Numero di test"}},"stabilityDistribution":{"title":"Distribuzione della stabilità","no-results":"$t(empty:no-results)","legend":{"stabilityRate":"Tasso di stabilità"}},"testBaseGrowthDynamics":{"title":"Dinamica di crescita della base di test","status":{"newpassed":"Nuovo $t(statuses:passed)","newfailed":"Nuovo $t(statuses:failed)","newbroken":"Nuovo $t(statuses:broken)","newskipped":"Nuovo $t(statuses:skipped)","newunknown":"Nuovo $t(statuses:unknown)","removedpassed":"Rimosso $t(statuses:passed)","removedfailed":"Rimosso $t(statuses:failed)","removedbroken":"Rimosso $t(statuses:broken)","removedskipped":"Rimosso $t(statuses:skipped)","removedunknown":"Rimosso $t(statuses:unknown)"},"legend":{"trend":"Tendenza di crescita"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Ultimo report ({{timestamp, timestamp_long_no_seconds}})","history":"Report del {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Ultimo","history":"{{timestamp, timestamp_date}}"}},"statusAgePyramid":{"title":"Piramide delle età per stato","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Ultimo report ({{timestamp, timestamp_long_no_seconds}})","history":"Report del {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Ultimo","history":"{{timestamp, timestamp_date}}"}},"trSeverities":{"title":"Risultati dei test per gravità","no-results":"$t(empty:no-results)","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"severity":{"blocker":"$t(severity:blocker, capitalize)","critical":"$t(severity:critical, capitalize)","normal":"$t(severity:normal, capitalize)","minor":"$t(severity:minor, capitalize)","trivial":"$t(severity:trivial, capitalize)","unset":"Nessuna gravità"}},"durationDynamics":{"title":"Dinamica della durata","durations":{"sequential":"Durata sequenziale","duration":"Durata dei test","speedup":"Accelerazione"},"no-results":"$t(empty:no-results)","tooltips":{"current":"Ultimo report ({{timestamp, timestamp_long_no_seconds}})","history":"Report del {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Ultimo","history":"{{timestamp, timestamp_date}}"},"legend":{"duration":"{{duration, format_duration}}","speedup":"{{speedup}}x"}}},"transitions":{"description":{"new":"Prima apparizione di questo risultato del test nel report","fixed":"Test precedentemente \\"fallito\\" o \\"danneggiato\\" che ora è \\"superato\\"","regressed":"Test precedentemente \\"superato\\" o \\"danneggiato\\" che ora è \\"fallito\\"","malfunctioned":"Test precedentemente \\"superato\\" o \\"fallito\\" che ora è \\"danneggiato\\"","retries":"{{count}} tentativi","flaky":"Incoerente tra le esecuzioni"},"new":"Nuovi","fixed":"Corretti","regressed":"Regrediti","malfunctioned":"Danneggiati"},"trHistory":{"unknown-date":"Data sconosciuta"},"attachments":{"imageDiff":{"mode":{"diff":"Diff","actual":"Attuale","expected":"Previsto","side-by-side":"Affiancato","overlay":"Sovrapposizione"},"empty":{"failed-to-load":"Impossibile caricare il confronto delle immagini"},"image":{"diff":"Diff","actual":"Attuale","expected":"Previsto"}}}}')}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_awesome=self.webpackChunk_allurereport_web_awesome||[]).push([[686],{9686:function(t){t.exports=JSON.parse('{"statuses":{"passed":"uğurlu","failed":"uğursuz","broken":"sınıq","skipped":"buraxılmış","unknown":"naməlum","total":"cəmi","flakyTests":"qeyri-sabit","newTests":"yeni","retryTests":"təkrar"},"testSummary":{"total":"Cəmi","flaky":"Qeyri-sabit testlər","retries":"Təkrar testlər","new":"Yeni testlər"},"tabs":{"total":"Hamısı","results":"Nəticələr","globalAttachments":"Qlobal qoşmalar","globalErrors":"Qlobal xətalar","qualityGates":"Keyfiyyət meyarları","categories":"Kateqoriyalar"},"search":{"search":"Axtar","search-placeholder":"Ad və ya ID"},"filters":{"flaky":"Qeyri-sabit","nonFlaky":"Stabil","retry":"Təkrar","new":"Yeni","fixed":"Düzəldilmiş","regressed":"Reqressiya","malfunctioned":"Sınıq","transition":"Keçid","status":"Status","severity":"Ciddilik dərəcəsi","owner":"Sahib","layer":"Qat","tags":"Teqlər","categories":"Kateqoriyalar","goto_filter":"Filtrə keç","errors":{"max_values_one":"Filtrasiya üçün yalnız ilk {{count}} dəyər istifadə olunur.\\nƏlavə dəyərlər nəzərə alınmır","max_values_other":"Filtrasiya üçün yalnız ilk {{count}} dəyər istifadə olunur.\\nƏlavə dəyərlər nəzərə alınmır"},"description":{"flaky":"Qeyri-sabit testləri göstər","retry":"Yenidən işə salınan testlərin nəticələrini göstər","new":"Bu hesabatda ilk dəfə görünən test nəticələrini göstər","fixed":"İndi uğurlu olan, lakin əvvəlki hesabatda \\"uğursuz\\" və ya \\"sınıq\\" olan testləri göstər","regressed":"Statusu \\"uğurlu\\" və ya \\"sınıq\\"dan \\"uğursuz\\"a dəyişən test nəticələrini göstər","malfunctioned":"Statusu \\"uğurlu\\" və ya \\"uğursuz\\"dan \\"sınıq\\"a dəyişən test nəticələrini göstər","tags":"Göstərilən teqləri olan test nəticələrini göstər","categories":"Göstərilən kateqoriyaları olan test nəticələrini göstər"}},"sort-by":{"sort-by-text":"Sıralama növü:","sort-by-category":"Sıralama","direction-category":"İstiqamət"},"sort-by.values":{"order":"Sıra","alphabet":"Əlifba","duration":"Müddət","status":"Status"},"sort-by.directions":{"order-desc":"Son – İlk","order-asc":"İlk – Son","order-asc-short":"İlk","order-desc-short":"Son","alphabet-asc":"A – Z","alphabet-desc":"Z – A","alphabet-asc-short":"A – Z","alphabet-desc-short":"Z – A","duration-asc":"1 – 9","duration-desc":"9 – 1","duration-asc-short":"1 – 9","duration-desc-short":"9 – 1","status-asc":"Filtr siyahısındakı kimi","status-desc":"Tərs","status-asc-short":"Normal","status-desc-short":"Tərs"},"empty":{"no-results":"Nəticə yoxdur","no-value":"Dəyər yoxdur","no-value-for":"Dəyər yoxdur: {{entity}}","no-transition":"Keçid yoxdur","no-layer":"Qat yoxdur","no-owner":"Sahib yoxdur","no-severity":"Ciddilik dərəcəsi yoxdur","no-status":"Status yoxdur","no-environment":"Mühit yoxdur","no-flaky":"Qeyri-sabitlik yoxdur","empty-value":"Boş","no-tests-found":"Nəticə tapılmadı","no-message-provided":"Mesaj təqdim edilməyib","clear-filters":"Filtrləri təmizlə","no-attachments-results":"Qoşmalar haqqında məlumat yoxdur","no-global-errors-results":"Qlobal xətalar haqqında məlumat yoxdur","no-quality-gate-results":"Keyfiyyət meyarları haqqında məlumat yoxdur","no-history-results":"Tarixçə haqqında məlumat yoxdur","no-retries-results":"Təkrar cəhdlər haqqında məlumat yoxdur","no-test-steps-results":"Test addımları haqqında məlumat yoxdur","no-test-case-results":"Test halları üzrə nəticə yoxdur","no-environments-results":"Mühitlər haqqında məlumat yoxdur","no-categories-results":"Kateqoriyalar üzrə nəticə yoxdur"},"severity":{"blocker":"bloklayıcı","critical":"kritik","normal":"normal","minor":"kiçik","trivial":"əhəmiyyətsiz"},"execution":{"name":"İcra","body":"Testin məzmunu","setup":"Hazırlıq","teardown":"Bağlanma"},"environments":{"environment_one":"Mühit","environment_other":"Mühitlər","all":"Hamısı"},"ui":{"labels":"Etiketlər","metadata":"Metaməlumat","parameters":"Parametrlər","category":"Kateqoriya","description":"Təsvir","links":"Keçidlər","overview":"Ümumi baxış","history":"Tarixçə","attachments":"Qoşmalar","retries":"Təkrar cəhdlər","environments":"Mühit","error":"Xəta","goToStep":"Addıma keç","showLess":"Daha az göstər","showMore":"Daha çox göstər","copy":"Kopyala","copy-email":"E-poçtu kopyala","attempt":"Cəhd {{attempt}} / {{total}}","at":"tarixində","variables":"Dəyişənlər","openPwTrace":"Playwright Trace-i aç","pwTracePopupBlocked":"Brauzer Playwright Trace Viewer-i açmağı blokladı.","pwTracePopupBlockedHint":"Pop-uplara icazə verin və yenidən cəhd edin.","finishedAtOriginal":"{{formattedCreatedAt}}, çıxış kodu {{original}} ilə","finishedAtBoth":"{{formattedCreatedAt}}, çıxış kodu {{actual}} ilə (ilkin {{original}})"},"controls":{"newTabAttachment":"Qoşmanı yeni tabda aç","nextTR":"Növbəti test nəticəsi","prevTR":"Əvvəlki test nəticəsi","downloadAttachment":"Qoşmanı yüklə","previewAttachment":"Önizləmə","viewCode":"Kodu göstər","syntaxHighlight":"Sintaksis vurğulama","backto":"Geri dön","clipboard":"Mübadilə buferinə kopyala","clipboardError":"Dəyər kopyalana bilmir. Brauzeriniz bu funksiyanı dəstəkləmir","clipboardSuccess":"Uğurla kopyalandı","collapse":"Yığ","expand":"Genişləndir","fullscreen":"Tam ekran","language":"Dili dəyiş","openInNewTab":"Yeni tabda aç","openPreview":"Önizləməni aç","noSelectedTR":"Heç bir test nəticəsi seçilməyib","comparison":"Müqayisə","showDiff":"Fərqi göstər","viewMode":"Görünüş rejimi","unified":"Birləşdirilmiş","side-by-side":"Yan-yana","compareBy":"Müqayisə növü","chars":"simvollar","words":"sözlər","lines":"sətirlər","actual":"Faktiki","expected":"Gözlənilən"},"errors":{"missedAttachment":"Qoşma tapılmadı"},"sections":{"report":"Hesabat","charts":"Qrafiklər","timeline":"Zaman xətti"},"timeline":{"empty":"Məlumat yoxdur","empty_host":"{{ host }} üçün məlumat yoxdur","selected_one":"{{ count }} test ({{ percentage }}%) {{ minDuration }}-dan çox və {{ maxDuration }}-dan az müddətlə seçildi","selected_other":"{{ count }} test ({{ percentage }}%) {{ minDuration }}-dan çox və {{ maxDuration }}-dan az müddətlə seçildi","host":"Host: {{ host }}"},"charts":{"trend":{"title":"Trend qrafiki: {{type}}","type":{"status":"Status","severity":"Ciddilik dərəcəsi"}},"currentStatus":{"title":"Cari status","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"percentage":"{{percentage}}%","of":"{{total}} içindən","total":"cəmi","tests":{"new_zero":"Yeni test yoxdur","new_one":"{{count}} yeni test","new_other":"{{count}} yeni test","flaky_zero":"Qeyri-sabit test yoxdur","flaky_one":"{{count}} qeyri-sabit test","flaky_other":"{{count}} qeyri-sabit test","retries_zero":"Təkrar test yoxdur","retries_one":"{{count}} təkrar test","retries_other":"{{count}} təkrar test"}},"statusDynamics":{"title":"Status dinamikası","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Son hesabat ({{timestamp, timestamp_long_no_seconds}})","history":"{{timestamp, timestamp_long_no_seconds}} tarixli hesabat"},"ticks":{"current":"Sonuncu","history":"{{timestamp, timestamp_date}}"}},"statusTransitions":{"title":"Status keçidləri","legend":{"trend":"Düzəlmə əmsalı"},"transitions":{"new":"$t(transitions:new, capitalize)","fixed":"$t(transitions:fixed, capitalize)","regressed":"$t(transitions:regressed, capitalize)","malfunctioned":"$t(transitions:malfunctioned, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Son hesabat ({{timestamp, timestamp_long_no_seconds}})","history":"{{timestamp, timestamp_long_no_seconds}} tarixli hesabat"},"ticks":{"current":"Sonuncu","history":"{{timestamp, timestamp_date}}"}},"durations":{"title":"{{groupBy}} üzrə müddət histogramı","title_none":"Müddət histogramı","no-results":"$t(empty:no-results)","groupBy":{"none":"Yoxdur","layer":"Qat"},"ticks":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"tooltips":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"legend":{"value":"{{value}}","total":"Testlərin sayı"}},"stabilityDistribution":{"title":"Sabitlik paylanması","no-results":"$t(empty:no-results)","legend":{"stabilityRate":"Sabitlik əmsalı"}},"testBaseGrowthDynamics":{"title":"Test bazasının artım dinamikası","status":{"newpassed":"Yeni $t(statuses:passed)","newfailed":"Yeni $t(statuses:failed)","newbroken":"Yeni $t(statuses:broken)","newskipped":"Yeni $t(statuses:skipped)","newunknown":"Yeni $t(statuses:unknown)","removedpassed":"Silinmiş $t(statuses:passed)","removedfailed":"Silinmiş $t(statuses:failed)","removedbroken":"Silinmiş $t(statuses:broken)","removedskipped":"Silinmiş $t(statuses:skipped)","removedunknown":"Silinmiş $t(statuses:unknown)"},"legend":{"trend":"Artım trendi"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Son hesabat ({{timestamp, timestamp_long_no_seconds}})","history":"{{timestamp, timestamp_long_no_seconds}} tarixli hesabat"},"ticks":{"current":"Sonuncu","history":"{{timestamp, timestamp_date}}"}},"statusAgePyramid":{"title":"Status üzrə yaş piramidası","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Son hesabat ({{timestamp, timestamp_long_no_seconds}})","history":"{{timestamp, timestamp_long_no_seconds}} tarixli hesabat"},"ticks":{"current":"Sonuncu","history":"{{timestamp, timestamp_date}}"}},"trSeverities":{"title":"Ciddilik dərəcəsinə görə test nəticələri","no-results":"$t(empty:no-results)","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"severity":{"blocker":"$t(severity:blocker, capitalize)","critical":"$t(severity:critical, capitalize)","normal":"$t(severity:normal, capitalize)","minor":"$t(severity:minor, capitalize)","trivial":"$t(severity:trivial, capitalize)","unset":"Ciddilik dərəcəsi təyin edilməyib"}},"durationDynamics":{"title":"Müddət dinamikası","durations":{"sequential":"Ardıcıl müddət","duration":"Test müddəti","speedup":"Sürətlənmə"},"no-results":"$t(empty:no-results)","tooltips":{"current":"Son hesabat ({{timestamp, timestamp_long_no_seconds}})","history":"{{timestamp, timestamp_long_no_seconds}} tarixli hesabat"},"ticks":{"current":"Sonuncu","history":"{{timestamp, timestamp_date}}"},"legend":{"duration":"{{duration, format_duration}}","speedup":"{{speedup}}x"}}},"transitions":{"description":{"new":"Bu test nəticəsinin hesabatda ilk dəfə görünməsi","fixed":"Əvvəl \\"uğursuz\\" və ya \\"sınıq\\" olan, indi \\"uğurlu\\" olan test","regressed":"Əvvəl \\"uğurlu\\" və ya \\"sınıq\\" olan, indi \\"uğursuz\\" olan test","malfunctioned":"Əvvəl \\"uğurlu\\" və ya \\"uğursuz\\" olan, indi \\"sınıq\\" olan test","retries":"{{count}} təkrar cəhd","flaky":"İşəsalınmalar arasında qeyri-sabitdir"},"new":"Yeni","fixed":"Düzəldilmiş","regressed":"Reqressiya","malfunctioned":"Sınıq"},"trHistory":{"unknown-date":"Naməlum tarix"},"attachments":{"imageDiff":{"mode":{"diff":"Fərq","actual":"Faktiki","expected":"Gözlənilən","side-by-side":"Yan-yana","overlay":"Üst-üstə"},"empty":{"failed-to-load":"Şəkil müqayisəsini yükləmək mümkün olmadı"},"image":{"diff":"Fərq","actual":"Faktiki","expected":"Gözlənilən"}}}}')}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_awesome=self.webpackChunk_allurereport_web_awesome||[]).push([[725],{6725:function(e){e.exports=JSON.parse('{"statuses":{"passed":"aprobado","failed":"fallido","broken":"roto","skipped":"omitido","unknown":"desconocido","total":"total","flakyTests":"inestable","newTests":"nuevo","retryTests":"reintento"},"testSummary":{"total":"Total","flaky":"Pruebas inestables","retries":"Pruebas repetidas","new":"Pruebas nuevas"},"tabs":{"total":"Todos","results":"Resultados","globalAttachments":"Adjuntos Globales","globalErrors":"Errores Globales","qualityGates":"Puertas de Calidad","categories":"Categorías"},"search":{"search":"Buscar","search-placeholder":"Nombre o ID"},"filters":{"flaky":"Inestable","nonFlaky":"Estable","retry":"Reintento","new":"Nuevo","fixed":"Corregido","regressed":"Regresado","malfunctioned":"Defectuoso","transition":"Transición","status":"Estado","severity":"Severidad","owner":"Propietario","layer":"Capa","tags":"Etiquetas","categories":"Categorías","goto_filter":"Ir al filtro","errors":{"max_values_one":"Solo se usa el primer {{count}} valor para el filtrado.\\nLos valores adicionales se ignoran","max_values_other":"Solo se usan los primeros {{count}} valores para el filtrado.\\nLos valores adicionales se ignoran"},"description":{"flaky":"Mostrar pruebas inestables","retry":"Mostrar resultados de pruebas que se volvieron a ejecutar","new":"Mostrar resultados de pruebas que aparecen por primera vez en este informe","fixed":"Mostrar pruebas que ahora están aprobadas pero anteriormente fueron \\"fallidas\\" o \\"rotas\\"","regressed":"Mostrar resultados de pruebas que cambiaron de estado \\"aprobado\\" o \\"roto\\" a \\"fallido\\"","malfunctioned":"Mostrar resultados de pruebas que cambiaron de estado \\"aprobado\\" o \\"fallido\\" a \\"roto\\"","tags":"Mostrar resultados de pruebas que tienen las etiquetas especificadas","categories":"Mostrar resultados de pruebas que tienen las categorías especificadas"}},"sort-by":{"sort-by-text":"Ordenar por:","sort-by-category":"Ordenar por","direction-category":"Dirección"},"sort-by.values":{"order":"Orden","alphabet":"Alfabeto","duration":"Duración","status":"Estado"},"sort-by.directions":{"order-desc":"Más reciente – Más antiguo","order-asc":"Más antiguo – Más reciente","order-asc-short":"Antiguo","order-desc-short":"Reciente","alphabet-asc":"A – Z","alphabet-desc":"Z – A","alphabet-asc-short":"A – Z","alphabet-desc-short":"Z – A","duration-asc":"1 – 9","duration-desc":"9 – 1","duration-asc-short":"1 – 9","duration-desc-short":"9 – 1","status-asc":"Como en la lista de filtros","status-desc":"Invertido","status-asc-short":"Regular","status-desc-short":"Invertido"},"empty":{"no-results":"Sin resultados","no-value":"Sin valor","no-value-for":"Sin valor: {{entity}}","no-transition":"Sin transición","no-layer":"Sin capa","no-owner":"Sin propietario","no-severity":"Sin severidad","no-status":"Sin estado","no-environment":"Sin entorno","no-flaky":"Sin inestabilidad","empty-value":"Vacío","no-tests-found":"No se encontraron resultados","no-message-provided":"No se proporcionó mensaje","clear-filters":"Limpiar filtros","no-attachments-results":"No hay información de adjuntos disponible","no-global-errors-results":"No hay información de errores globales disponible","no-quality-gate-results":"No hay resultados de puertas de calidad disponibles","no-history-results":"No hay información de historial disponible","no-retries-results":"No hay información de reintentos disponible","no-test-steps-results":"No hay información disponible sobre los pasos de prueba","no-test-case-results":"No hay resultados de casos de prueba","no-environments-results":"No hay información de entornos disponible","no-categories-results":"No hay categorías disponibles"},"severity":{"blocker":"bloqueante","critical":"crítico","normal":"normal","minor":"menor","trivial":"trivial"},"execution":{"name":"Ejecución","body":"Cuerpo de la prueba","setup":"Configuración","teardown":"Desmontaje"},"environments":{"environment_one":"Entorno","environment_other":"Entornos","all":"Todo"},"ui":{"labels":"Etiquetas","metadata":"Metadatos","parameters":"Parámetros","category":"Categoría","description":"Descripción","links":"Enlaces","overview":"Resumen","history":"Historial","attachments":"Adjuntos","retries":"Reintentos","environments":"Entornos","error":"Error","goToStep":"Ir al paso","showLess":"Mostrar menos","showMore":"Mostrar más","copy":"Copiar","copy-email":"Copiar correo","attempt":"Intento {{attempt}} de {{total}}","at":"a las","variables":"Variables","openPwTrace":"Abrir Playwright Trace","pwTracePopupBlocked":"El navegador bloqueó la apertura de Playwright Trace Viewer.","pwTracePopupBlockedHint":"Permite las ventanas emergentes y vuelve a intentarlo.","finishedAtOriginal":"{{formattedCreatedAt}}, con código de salida {{original}}","finishedAtBoth":"{{formattedCreatedAt}}, con código de salida {{actual}} (original {{original}})"},"controls":{"newTabAttachment":"Abrir adjunto en nueva pestaña","nextTR":"Siguiente resultado de prueba","prevTR":"Resultado de prueba anterior","downloadAttachment":"Descargar adjunto","previewAttachment":"Vista previa","viewCode":"Ver código","syntaxHighlight":"Resaltado de sintaxis","backto":"Volver a","clipboard":"Copiar al portapapeles","clipboardError":"Error. Parece que esta funcionalidad no está soportada por tu navegador","clipboardSuccess":"Copiado con éxito","collapse":"Colapsar","expand":"Expandir","fullscreen":"Pantalla completa","language":"Cambiar idioma","openInNewTab":"Abrir en nueva pestaña","openPreview":"Abrir vista previa","noSelectedTR":"Ningún resultado de prueba seleccionado","comparison":"Comparación","showDiff":"Mostrar diferencia","viewMode":"Modo de vista","unified":"Unificado","side-by-side":"Lado a lado","compareBy":"Comparar por","chars":"caracteres","words":"palabras","lines":"líneas","actual":"Real","expected":"Esperado"},"errors":{"missedAttachment":"Adjunto no encontrado"},"sections":{"report":"Report","charts":"Gráficas","timeline":"Línea de tiempo"},"timeline":{"empty":"Sin datos","empty_host":"Sin datos para {{ host }}","selected_one":"{{ count }} prueba ({{ percentage }}%) con duración superior a {{ minDuration }} e inferior a {{ maxDuration }} seleccionada","selected_other":"{{ count }} pruebas ({{ percentage }}%) con duración superior a {{ minDuration }} e inferior a {{ maxDuration }} seleccionadas","host":"Host: {{ host }}"},"charts":{"trend":{"title":"Gráfico de tendencia: {{type}}","type":{"status":"Estado","severity":"Severidad"}},"currentStatus":{"title":"Estado actual","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"percentage":"{{percentage}}%","of":"de {{total}}","total":"total","tests":{"new_zero":"No hay pruebas nuevas","new_one":"{{count}} prueba nueva","new_other":"{{count}} pruebas nuevas","flaky_zero":"No hay pruebas inestables","flaky_one":"{{count}} prueba inestable","flaky_other":"{{count}} pruebas inestables","retries_zero":"No hay pruebas reintentadas","retries_one":"{{count}} prueba reintentada","retries_other":"{{count}} pruebas reintentadas"}},"statusDynamics":{"title":"Dinámica de estado","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Último informe ({{timestamp, timestamp_long_no_seconds}})","history":"Informe del {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Reciente","history":"{{timestamp, timestamp_date}}"}},"statusTransitions":{"title":"Transiciones de estado","legend":{"trend":"Tasa de corrección"},"transitions":{"new":"$t(transitions:new, capitalize)","fixed":"$t(transitions:fixed, capitalize)","regressed":"$t(transitions:regressed, capitalize)","malfunctioned":"$t(transitions:malfunctioned, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Último informe ({{timestamp, timestamp_long_no_seconds}})","history":"Informe del {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Reciente","history":"{{timestamp, timestamp_date}}"}},"durations":{"title":"Histograma de duraciones por {{groupBy}}","title_none":"Histograma de duraciones","no-results":"$t(empty:no-results)","groupBy":{"none":"Ninguno","layer":"Capa"},"ticks":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"tooltips":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"legend":{"value":"{{value}}","total":"Cantidad de pruebas"}},"stabilityDistribution":{"title":"Distribución de estabilidad","no-results":"$t(empty:no-results)","legend":{"stabilityRate":"Tasa de estabilidad"}},"testBaseGrowthDynamics":{"title":"Dinámica de crecimiento de la base de pruebas","status":{"newpassed":"Nuevo $t(statuses:passed)","newfailed":"Nuevo $t(statuses:failed)","newbroken":"Nuevo $t(statuses:broken)","newskipped":"Nuevo $t(statuses:skipped)","newunknown":"Nuevo $t(statuses:unknown)","removedpassed":"Eliminado $t(statuses:passed)","removedfailed":"Eliminado $t(statuses:failed)","removedbroken":"Eliminado $t(statuses:broken)","removedskipped":"Eliminado $t(statuses:skipped)","removedunknown":"Eliminado $t(statuses:unknown)"},"legend":{"trend":"Tendencia de crecimiento"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Último informe ({{timestamp, timestamp_long_no_seconds}})","history":"Informe del {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Último","history":"{{timestamp, timestamp_date}}"}},"statusAgePyramid":{"title":"Pirámide de edad por estado","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Último informe ({{timestamp, timestamp_long_no_seconds}})","history":"Informe del {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Último","history":"{{timestamp, timestamp_date}}"}},"trSeverities":{"title":"Resultados de pruebas por severidad","no-results":"$t(empty:no-results)","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"severity":{"blocker":"$t(severity:blocker, capitalize)","critical":"$t(severity:critical, capitalize)","normal":"$t(severity:normal, capitalize)","minor":"$t(severity:minor, capitalize)","trivial":"$t(severity:trivial, capitalize)","unset":"Sin severidad"}},"durationDynamics":{"title":"Dinámica de duración","durations":{"sequential":"Duración secuencial","duration":"Duración de pruebas","speedup":"Aceleración"},"no-results":"$t(empty:no-results)","tooltips":{"current":"Último informe ({{timestamp, timestamp_long_no_seconds}})","history":"Informe del {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Último","history":"{{timestamp, timestamp_date}}"},"legend":{"duration":"{{duration, format_duration}}","speedup":"{{speedup}}x"}}},"transitions":{"description":{"new":"Primera aparición de este resultado de prueba en el informe","fixed":"Prueba que anteriormente \\"falló\\" o estaba \\"rota\\" y ahora está \\"aprobada\\"","regressed":"Prueba que anteriormente estaba \\"aprobada\\" o \\"rota\\" y ahora \\"falló\\"","malfunctioned":"Prueba que anteriormente estaba \\"aprobada\\" o \\"falló\\" y ahora está \\"rota\\"","retries":"{{count}} reintentos","flaky":"Resultados inconsistentes entre ejecuciones"},"new":"Nuevo","fixed":"Corregido","regressed":"Regresado","malfunctioned":"Defectuoso"},"trHistory":{"unknown-date":"Fecha desconocida"},"attachments":{"imageDiff":{"mode":{"diff":"Diff","actual":"Real","expected":"Esperado","side-by-side":"Lado a lado","overlay":"Superposición"},"empty":{"failed-to-load":"Error al cargar la comparación de imágenes"},"image":{"diff":"Diff","actual":"Real","expected":"Esperado"}}}}')}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_awesome=self.webpackChunk_allurereport_web_awesome||[]).push([[741],{7741:function(e){e.exports=JSON.parse('{"statuses":{"passed":"aprovado","failed":"falhou","broken":"quebrado","skipped":"ignorado","unknown":"desconhecido","total":"total","flakyTests":"instável","newTests":"novo","retryTests":"repetir"},"testSummary":{"total":"Total","flaky":"Testes instáveis","retries":"Testes repetidos","new":"Testes novos"},"tabs":{"total":"Todos","results":"Resultados","globalAttachments":"Anexos Globais","globalErrors":"Erros Globais","qualityGates":"Portões de Qualidade","categories":"Categorias"},"search":{"search":"Pesquisar","search-placeholder":"Nome ou ID"},"filters":{"flaky":"Instável","nonFlaky":"Estável","retry":"Repetir","new":"Novo","fixed":"Corrigido","regressed":"Regredido","malfunctioned":"Defeituoso","transition":"Transição","status":"Estado","severity":"Severidade","owner":"Proprietário","layer":"Camada","tags":"Tags","categories":"Categorias","goto_filter":"Ir para o filtro","errors":{"max_values_one":"Apenas o primeiro {{count}} valor é usado para filtragem.\\nValores adicionais são ignorados","max_values_other":"Apenas os primeiros {{count}} valores são usados para filtragem.\\nValores adicionais são ignorados"},"description":{"flaky":"Mostrar testes instáveis","retry":"Mostra resultados de testes que foram executados novamente","new":"Mostra resultados de testes que aparecem pela primeira vez neste relatório","fixed":"Mostra testes que agora estão aprovados mas que anteriormente \\"falharam\\" ou \\"quebraram\\"","regressed":"Mostra resultados de testes que mudaram de status \\"aprovado\\" ou \\"quebrado\\" para \\"falhou\\"","malfunctioned":"Mostra resultados de testes que mudaram de status \\"aprovado\\" ou \\"falhou\\" para \\"quebrado\\"","tags":"Mostra resultados de testes que têm as tags especificadas","categories":"Mostra resultados de testes que têm as categorias especificadas"}},"sort-by":{"sort-by-text":"Ordenar por:","sort-by-category":"Ordenar por","direction-category":"Direção"},"sort-by.values":{"order":"Ordem","alphabet":"Alfabeto","duration":"Duração","status":"Estado"},"sort-by.directions":{"order-desc":"Mais recente – Mais antigo","order-asc":"Mais antigo – Mais recente","order-asc-short":"Antigo","order-desc-short":"Recente","alphabet-asc":"A – Z","alphabet-desc":"Z – A","alphabet-asc-short":"A – Z","alphabet-desc-short":"Z – A","duration-asc":"1 – 9","duration-desc":"9 – 1","duration-asc-short":"1 – 9","duration-desc-short":"9 – 1","status-asc":"Como na lista de filtros","status-desc":"Invertido","status-asc-short":"Regular","status-desc-short":"Invertido"},"empty":{"no-results":"Sem resultados","no-value":"Sem valor","no-value-for":"Sem valor: {{entity}}","no-transition":"Sem transição","no-layer":"Sem camada","no-owner":"Sem proprietário","no-severity":"Sem severidade","no-status":"Sem estado","no-environment":"Sem ambiente","no-flaky":"Sem instabilidade","empty-value":"Vazio","no-tests-found":"Nenhum resultado encontrado","no-message-provided":"Nenhuma mensagem fornecida","clear-filters":"Limpar filtros","no-attachments-results":"Nenhuma informação de anexos disponível","no-global-errors-results":"Nenhuma informação de erros globais disponível","no-quality-gate-results":"Nenhum resultado de portões de qualidade disponível","no-history-results":"Nenhuma informação de histórico disponível","no-retries-results":"Nenhuma informação de repetições disponível","no-test-steps-results":"Nenhuma informação disponível sobre as etapas do teste","no-test-case-results":"Nenhum resultado de caso de teste","no-environments-results":"Nenhuma informação de ambiente disponível","no-categories-results":"Nenhum resultado de categorias disponível"},"severity":{"blocker":"bloqueador","critical":"crítico","normal":"normal","minor":"menor","trivial":"trivial"},"execution":{"name":"Execução","body":"Corpo do teste","setup":"Configuração","teardown":"Desmontagem"},"environments":{"environment_one":"Ambiente","environment_other":"Ambientes","all":"Todos"},"ui":{"labels":"Etiquetas","metadata":"Metadados","parameters":"Parâmetros","category":"Categoria","description":"Descrição","links":"Links","overview":"Visão geral","history":"Histórico","attachments":"Anexos","retries":"Repetições","environments":"Ambientes","error":"Erro","goToStep":"Ir para o passo","showLess":"Mostrar menos","showMore":"Mostrar mais","copy":"Copiar","copy-email":"Copiar e-mail","attempt":"Tentativa {{attempt}} de {{total}}","at":"em","variables":"Variáveis","openPwTrace":"Abrir Playwright Trace","pwTracePopupBlocked":"O navegador bloqueou a abertura do Playwright Trace Viewer.","pwTracePopupBlockedHint":"Permita pop-ups e tente novamente.","finishedAtOriginal":"{{formattedCreatedAt}}, com código de saída {{original}}","finishedAtBoth":"{{formattedCreatedAt}}, com código de saída {{actual}} (original {{original}})"},"controls":{"newTabAttachment":"Abrir anexo em nova aba","nextTR":"Próximo resultado de teste","prevTR":"Resultado de teste anterior","downloadAttachment":"Baixar anexo","previewAttachment":"Pré-visualizar","viewCode":"Ver código","syntaxHighlight":"Realce de sintaxe","backto":"Voltar para","clipboard":"Copiar para a área de transferência","clipboardError":"Erro. Parece que esta funcionalidade não é suportada pelo seu navegador","clipboardSuccess":"Copiado com sucesso","collapse":"Recolher","expand":"Expandir","fullscreen":"Tela cheia","language":"Alterar idioma","openInNewTab":"Abrir em nova aba","openPreview":"Abrir pré-visualização","noSelectedTR":"Nenhum resultado de teste selecionado","comparison":"Comparação","showDiff":"Mostrar diferença","viewMode":"Modo de exibição","unified":"Unificado","side-by-side":"Lado a lado","compareBy":"Comparar por","chars":"caracteres","words":"palavras","lines":"linhas","actual":"Real","expected":"Esperado"},"errors":{"missedAttachment":"Anexo não encontrado"},"sections":{"report":"Report","charts":"Gráficos","timeline":"Linha do tempo"},"timeline":{"empty":"Sem dados","empty_host":"Sem dados para {{ host }}","selected_one":"{{ count }} teste ({{ percentage }}%) com duração superior a {{ minDuration }} e inferior a {{ maxDuration }} selecionado","selected_other":"{{ count }} testes ({{ percentage }}%) com duração superior a {{ minDuration }} e inferior a {{ maxDuration }} selecionados","host":"Host: {{ host }}"},"charts":{"trend":{"title":"Gráfico de tendência: {{type}}","type":{"status":"Estado","severity":"Severidade"}},"currentStatus":{"title":"Status atual","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"percentage":"{{percentage}}%","of":"de {{total}}","total":"total","tests":{"new_zero":"Nenhum novo teste","new_one":"{{count}} novo teste","new_other":"{{count}} novos testes","flaky_zero":"Nenhum teste instável","flaky_one":"{{count}} teste instável","flaky_other":"{{count}} testes instáveis","retries_zero":"Nenhum teste repetido","retries_one":"{{count}} teste repetido","retries_other":"{{count}} testes repetidos"}},"statusDynamics":{"title":"Dinâmica de status","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Relatório mais recente ({{timestamp, timestamp_long_no_seconds}})","history":"Relatório de {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Recente","history":"{{timestamp, timestamp_date}}"}},"statusTransitions":{"title":"Transições de status","legend":{"trend":"Taxa de correção"},"transitions":{"new":"$t(transitions:new, capitalize)","fixed":"$t(transitions:fixed, capitalize)","regressed":"$t(transitions:regressed, capitalize)","malfunctioned":"$t(transitions:malfunctioned, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Relatório mais recente ({{timestamp, timestamp_long_no_seconds}})","history":"Relatório de {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Recente","history":"{{timestamp, timestamp_date}}"}},"durations":{"title":"Histograma de durações por {{groupBy}}","title_none":"Histograma de durações","no-results":"$t(empty:no-results)","groupBy":{"none":"Nenhum","layer":"Camada"},"ticks":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"tooltips":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"legend":{"value":"{{value}}","total":"Quantidade de testes"}},"stabilityDistribution":{"title":"Distribuição de estabilidade","no-results":"$t(empty:no-results)","legend":{"stabilityRate":"Taxa de estabilidade"}},"testBaseGrowthDynamics":{"title":"Dinâmica de crescimento da base de testes","status":{"newpassed":"Novo $t(statuses:passed)","newfailed":"Novo $t(statuses:failed)","newbroken":"Novo $t(statuses:broken)","newskipped":"Novo $t(statuses:skipped)","newunknown":"Novo $t(statuses:unknown)","removedpassed":"Removido $t(statuses:passed)","removedfailed":"Removido $t(statuses:failed)","removedbroken":"Removido $t(statuses:broken)","removedskipped":"Removido $t(statuses:skipped)","removedunknown":"Removido $t(statuses:unknown)"},"legend":{"trend":"Tendência de crescimento"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Último relatório ({{timestamp, timestamp_long_no_seconds}})","history":"Relatório de {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Último","history":"{{timestamp, timestamp_date}}"}},"statusAgePyramid":{"title":"Pirâmide etária por status","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Último relatório ({{timestamp, timestamp_long_no_seconds}})","history":"Relatório de {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Último","history":"{{timestamp, timestamp_date}}"}},"trSeverities":{"title":"Resultados de testes por severidade","no-results":"$t(empty:no-results)","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"severity":{"blocker":"$t(severity:blocker, capitalize)","critical":"$t(severity:critical, capitalize)","normal":"$t(severity:normal, capitalize)","minor":"$t(severity:minor, capitalize)","trivial":"$t(severity:trivial, capitalize)","unset":"Sem severidade"}},"durationDynamics":{"title":"Dinâmica de duração","durations":{"sequential":"Duração sequencial","duration":"Duração dos testes","speedup":"Aceleração"},"no-results":"$t(empty:no-results)","tooltips":{"current":"Último relatório ({{timestamp, timestamp_long_no_seconds}})","history":"Relatório de {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Último","history":"{{timestamp, timestamp_date}}"},"legend":{"duration":"{{duration, format_duration}}","speedup":"{{speedup}}x"}}},"transitions":{"description":{"new":"Primeira ocorrência deste resultado de teste no relatório","fixed":"Teste anteriormente \\"falhou\\" ou \\"quebrado\\" que agora está \\"aprovado\\"","regressed":"Teste anteriormente \\"aprovado\\" ou \\"quebrado\\" que agora está \\"falhou\\"","malfunctioned":"Teste anteriormente \\"aprovado\\" ou \\"falhou\\" que agora está \\"quebrado\\"","retries":"{{count}} tentativas","flaky":"Inconsistente entre execuções"},"new":"Novo","fixed":"Corrigido","regressed":"Regredido","malfunctioned":"Defeituoso"},"trHistory":{"unknown-date":"Data desconhecida"},"attachments":{"imageDiff":{"mode":{"diff":"Diff","actual":"Atual","expected":"Esperado","side-by-side":"Lado a lado","overlay":"Sobreposição"},"empty":{"failed-to-load":"Falha ao carregar comparação de imagens"},"image":{"diff":"Diff","actual":"Atual","expected":"Esperado"}}}}')}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_awesome=self.webpackChunk_allurereport_web_awesome||[]).push([[749],{2749:function(t){t.exports=JSON.parse('{"statuses":{"passed":"успішний","failed":"неуспішний","broken":"зламаний","skipped":"пропущений","unknown":"невідомий","total":"всі","flakyTests":"нестабільний","newTests":"новий","retryTests":"повторний"},"testSummary":{"total":"Всього","flaky":"Нестабільні тести","retries":"Повторні тести","new":"Нові тести"},"tabs":{"total":"Всі","results":"Результати","globalAttachments":"Глобальні Вкладення","globalErrors":"Глобальні Помилки","qualityGates":"Ворота Якості","categories":"Категорії"},"search":{"search":"Пошук","search-placeholder":"Назва або ID"},"filters":{"flaky":"Нестабільні","nonFlaky":"Стабільні","retry":"Повторені","new":"Нові","fixed":"Виправлені","regressed":"Регресовані","malfunctioned":"Зламані","transition":"Перехід","status":"Статус","severity":"Важливість","owner":"Власник","layer":"Шар","tags":"Теги","categories":"Категорії","goto_filter":"Перейти до фільтру","errors":{"max_values_one":"Тільки перше {{count}} значення використовується для фільтрації.\\nДодаткові значення ігноруються","max_values_other":"Тільки перші {{count}} значення використовуються для фільтрації.\\nДодаткові значення ігноруються"},"description":{"flaky":"Показати нестабільні тести","retry":"Показати результати тестів, які були перезапущені","new":"Показати результати тестів, які вперше з\'являються в цьому звіті","fixed":"Показати тести, які тепер успішні, але раніше були \\"неуспішними\\" або \\"зламаними\\" в попередньому звіті","regressed":"Показати результати тестів, які змінили статус на \\"неуспішний\\" з \\"успішний\\" або \\"зламаний\\"","malfunctioned":"Показати результати тестів, які змінили статус на \\"зламаний\\" з \\"успішний\\" або \\"неуспішний\\"","tags":"Показати результати тестів, які мають вказані теги","categories":"Показати результати тестів, які мають зазначені категорії"}},"sort-by":{"sort-by-text":"Сортувати за:","sort-by-category":"Сортувати за","direction-category":"Напрямок"},"sort-by.values":{"order":"Порядок","alphabet":"Назва","duration":"Тривалість","status":"Статус"},"sort-by.directions":{"order-desc":"Ранні – Пізні","order-asc":"Пізні – Ранні","order-asc-short":"Пізні","order-desc-short":"Ранні","alphabet-asc":"А – Я","alphabet-desc":"Я – А","alphabet-asc-short":"А – Я","alphabet-desc-short":"Я – А","duration-asc":"1 – 9","duration-desc":"9 – 1","duration-asc-short":"1 – 9","duration-desc-short":"9 – 1","status-asc":"Як у списку фільтра","status-desc":"Інвертовано","status-asc-short":"За звичайним","status-desc-short":"Інвертовано"},"empty":{"no-results":"Немає результатів","no-value":"Немає значення","no-value-for":"Немає значення: {{entity}}","no-transition":"Немає переходу","no-layer":"Немає шару","no-owner":"Немає власника","no-severity":"Немає важливості","no-status":"Немає статусу","no-environment":"Немає середовища","no-flaky":"Немає нестабільності","empty-value":"Порожньо","no-tests-found":"Результати не знайдено","no-message-provided":"Повідомлення не надано","clear-filters":"Очистити фільтри","no-attachments-results":"Інформація про вкладення відсутня","no-global-errors-results":"Інформація про глобальні помилки відсутня","no-quality-gate-results":"Інформація про ворота якості відсутня","no-history-results":"Інформація про історію відсутня","no-retries-results":"Інформація про перезапуски відсутня","no-test-steps-results":"Немає інформації про кроки тестування","no-test-case-results":"Немає результатів тест-кейсів","no-environments-results":"Інформація про оточення відсутня","no-categories-results":"Немає доступних результатів за категоріями"},"severity":{"blocker":"блокер","critical":"критична","normal":"звичайна","minor":"невисока","trivial":"мінімальна"},"execution":{"name":"Виконання","body":"Тіло тесту","setup":"Підготовка","teardown":"Завершення"},"environments":{"environment_one":"Оточення","environment_other":"Оточення","all":"Всі"},"ui":{"labels":"Мітки","metadata":"Метадані","parameters":"Параметри","category":"Категорія","description":"Опис","links":"Посилання","overview":"Огляд","history":"Історія","attachments":"Вкладення","retries":"Перезапуски","environments":"Оточення","error":"Помилка","goToStep":"Перейти до кроку","showLess":"Показати менше","showMore":"Показати більше","copy":"Скопіювати","copy-email":"Скопіювати email","attempt":"Спроба {{attempt}} з {{total}}","at":"в","variables":"Змінні","openPwTrace":"Відкрити Playwright Trace","pwTracePopupBlocked":"Браузер заблокував відкриття Playwright Trace Viewer.","pwTracePopupBlockedHint":"Дозвольте спливні вікна та повторіть спробу.","finishedAtOriginal":"{{formattedCreatedAt}}, з кодом виходу {{original}}","finishedAtBoth":"{{formattedCreatedAt}}, з кодом виходу {{actual}} (первісний {{original}})"},"controls":{"newTabAttachment":"Відкрити в новій вкладці","nextTR":"Наступний тест","prevTR":"Попередній тест","downloadAttachment":"Завантажити вкладення","previewAttachment":"Попередній перегляд","viewCode":"Показати код","syntaxHighlight":"Підсвітка синтаксису","backto":"Повернутися на","clipboard":"Скопіювати в буфер обміну","clipboardError":"Помилка. Швидше за все ваш браузер не підтримує дану функціональність","clipboardSuccess":"Значення успішно скопійовано","collapse":"Згорнути","expand":"Розгорнути","fullscreen":"На весь екран","language":"Змінити мову","openInNewTab":"Відкрити в новій вкладці","openPreview":"Відкрити попередній перегляд","noSelectedTR":"Немає вибраного результату тесту","comparison":"Порівняння","showDiff":"Показати різницю","viewMode":"Режим перегляду","unified":"Об\'єднаний","side-by-side":"Поряд","compareBy":"Порівнювати за","chars":"символами","words":"словами","lines":"рядками","actual":"Фактичне","expected":"Очікуване"},"errors":{"missedAttachment":"Вкладення не знайдено"},"sections":{"report":"Звіт","charts":"Графіки"},"charts":{"trend":{"title":"Графік тренду: {{type}}","type":{"status":"Статус","severity":"Важливість"}},"pie":{"title":"Успішність тестування"},"statusTransitions":{"title":"Status transitions","legend":{"trend":"Коефіцієнт виправлень"},"transitions":{"new":"$t(transitions:new, capitalize)","fixed":"$t(transitions:fixed, capitalize)","regressed":"$t(transitions:regressed, capitalize)","malfunctioned":"$t(transitions:malfunctioned, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Latest report ({{timestamp, timestamp_long_no_seconds}})","history":"Report from {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Latest","history":"{{timestamp, timestamp_date}}"}},"durations":{"title":"Гістограма тривалостей за {{groupBy}}","title_none":"Гістограма тривалостей","no-results":"$t(empty:no-results)","groupBy":{"none":"Немає","layer":"Шар"},"ticks":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"tooltips":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"legend":{"value":"{{value}}","total":"Кількість тестів"}},"stabilityDistribution":{"title":"Розподіл стабільності","no-results":"$t(empty:no-results)","legend":{"stabilityRate":"Коефіцієнт стабільності"}},"testBaseGrowthDynamics":{"title":"Динаміка росту бази тестів","status":{"newpassed":"Новий $t(statuses:passed)","newfailed":"Новий $t(statuses:failed)","newbroken":"Новий $t(statuses:broken)","newskipped":"Новий $t(statuses:skipped)","newunknown":"Новий $t(statuses:unknown)","removedpassed":"Видалений $t(statuses:passed)","removedfailed":"Видалений $t(statuses:failed)","removedbroken":"Видалений $t(statuses:broken)","removedskipped":"Видалений $t(statuses:skipped)","removedunknown":"Видалений $t(statuses:unknown)"},"legend":{"trend":"Тренд зростання"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Останній звіт ({{timestamp, timestamp_long_no_seconds}})","history":"Звіт від {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Останній","history":"{{timestamp, timestamp_date}}"}},"statusAgePyramid":{"title":"Вікова піраміда за статусом","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Останній звіт ({{timestamp, timestamp_long_no_seconds}})","history":"Звіт від {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Останній","history":"{{timestamp, timestamp_date}}"}},"trSeverities":{"title":"Результати тестів за важливістю","no-results":"$t(empty:no-results)","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"severity":{"blocker":"$t(severity:blocker, capitalize)","critical":"$t(severity:critical, capitalize)","normal":"$t(severity:normal, capitalize)","minor":"$t(severity:minor, capitalize)","trivial":"$t(severity:trivial, capitalize)","unset":"Немає важливості"}},"durationDynamics":{"title":"Динаміка тривалості","durations":{"sequential":"Послідовна тривалість","duration":"Тривалість тестів","speedup":"Прискорення"},"no-results":"$t(empty:no-results)","tooltips":{"current":"Останній звіт ({{timestamp, timestamp_long_no_seconds}})","history":"Звіт від {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Останній","history":"{{timestamp, timestamp_date}}"},"legend":{"duration":"{{duration, format_duration}}","speedup":"{{speedup}}x"}}},"transitions":{"description":{"new":"Перша поява цього результату тесту в звіті","fixed":"Раніше \\"неуспішний\\" або \\"зламаний\\" тест, який тепер \\"успішний\\"","regressed":"Раніше \\"успішний\\" або \\"зламаний\\" тест, який тепер \\"неуспішний\\"","malfunctioned":"Раніше \\"успішний\\" або \\"неуспішний\\" тест, який тепер \\"зламаний\\"","retries":"{{count}} повторних спроб","flaky":"Нестабільний між запусками"},"new":"Нові","fixed":"Виправлені","regressed":"Регресовані","malfunctioned":"Зламані"},"trHistory":{"unknown-date":"Невідома дата"},"attachments":{"imageDiff":{"mode":{"diff":"Різниця","actual":"Фактичний","expected":"Очікуваний","side-by-side":"Поруч","overlay":"Наложення"},"empty":{"failed-to-load":"Не вдалося завантажити порівняння зображень"},"image":{"diff":"Різниця","actual":"Фактичний","expected":"Очікуваний"}}}}')}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_awesome=self.webpackChunk_allurereport_web_awesome||[]).push([[755],{9755:function(e){e.exports=JSON.parse('{"statuses":{"passed":"başarılı","failed":"başarısız","broken":"bozuk","skipped":"atlandı","unknown":"bilinmeyen","total":"toplam","flakyTests":"istikrarsız","newTests":"yeni","retryTests":"tekrar dene"},"testSummary":{"total":"Toplam","flaky":"İstikrarsız Testler","retries":"Yinelenen Testler","new":"Yeni Testler"},"tabs":{"total":"Tümü","results":"Sonuçlar","globalAttachments":"Küresel Ekler","globalErrors":"Küresel Hatalar","qualityGates":"Kalite Kapıları","categories":"Kategoriler"},"search":{"search":"Ara","search-placeholder":"Ad veya ID"},"filters":{"flaky":"İstikrarsız","nonFlaky":"Kararlı","retry":"Tekrar","new":"Yeni","fixed":"Düzeltildi","regressed":"Geri Döndü","malfunctioned":"Bozuk","transition":"Geçiş","status":"Durum","severity":"Önem Derecesi","owner":"Sahip","layer":"Katman","tags":"Etiketler","categories":"Kategoriler","goto_filter":"Filtreye git","errors":{"max_values_one":"Filtreleme için yalnızca ilk {{count}} değer kullanılır.\\nEk değerler yok sayılır","max_values_other":"Filtreleme için yalnızca ilk {{count}} değer kullanılır.\\nEk değerler yok sayılır"},"description":{"flaky":"İstikrarsız testleri göster","retry":"Yeniden çalıştırılan test sonuçlarını göster","new":"Bu raporda ilk kez görünen test sonuçlarını göster","fixed":"Şimdi başarılı olan ancak daha önce \\"başarısız\\" veya \\"bozuk\\" olan testleri göster","regressed":"\\"başarılı\\" veya \\"bozuk\\" durumundan \\"başarısız\\" durumuna değişen test sonuçlarını göster","malfunctioned":"\\"başarılı\\" veya \\"başarısız\\" durumundan \\"bozuk\\" durumuna değişen test sonuçlarını göster","tags":"Belirtilen etiketlere sahip test sonuçlarını göster","categories":"Belirtilen kategorilere sahip test sonuçlarını göster"}},"sort-by":{"sort-by-text":"Sıralama ölçütü:","sort-by-category":"Sıralama","direction-category":"Yön"},"sort-by.values":{"order":"Sıra","alphabet":"Alfabe","duration":"Süre","status":"Durum"},"sort-by.directions":{"order-desc":"Son – İlk","order-asc":"İlk – Son","order-asc-short":"İlk","order-desc-short":"Son","alphabet-asc":"A – Z","alphabet-desc":"Z – A","alphabet-asc-short":"A – Z","alphabet-desc-short":"Z – A","duration-asc":"1 – 9","duration-desc":"9 – 1","duration-asc-short":"1 – 9","duration-desc-short":"9 – 1","status-asc":"Filtre listesi gibi","status-desc":"Ters","status-asc-short":"Normal","status-desc-short":"Ters"},"empty":{"no-results":"Sonuç yok","no-value":"Değer yok","no-value-for":"Değer yok: {{entity}}","no-transition":"Geçiş yok","no-layer":"Katman yok","no-owner":"Sahip yok","no-severity":"Önem derecesi yok","no-status":"Durum yok","no-environment":"Ortam yok","no-flaky":"İstikrarsızlık yok","empty-value":"Boş","no-tests-found":"Sonuç bulunamadı","no-message-provided":"Mesaj belirtilmedi","clear-filters":"Filtreleri temizle","no-attachments-results":"Ek bilgisi mevcut değil","no-global-errors-results":"Küresel hata bilgisi mevcut değil","no-quality-gate-results":"Kalite kapısı sonuçları mevcut değil","no-history-results":"Geçmiş bilgisi mevcut değil","no-retries-results":"Tekrar deneme bilgisi mevcut değil","no-test-steps-results":"Test adımları hakkında bilgi mevcut değil","no-test-case-results":"Test vakası sonuçları yok","no-environments-results":"Ortam bilgisi mevcut değil","no-categories-results":"Kategoriler için sonuç bulunamadı"},"severity":{"blocker":"engelleyici","critical":"kritik","normal":"normal","minor":"küçük","trivial":"önemsiz"},"execution":{"name":"Yürütme","body":"Test içeriği","setup":"Kurulum","teardown":"Kapatma"},"environments":{"environment_one":"Ortam","environment_other":"Ortamlar","all":"Tümü"},"ui":{"labels":"Etiketler","metadata":"Meta Veriler","parameters":"Parametreler","category":"Kategori","description":"Açıklama","links":"Bağlantılar","overview":"Genel Bakış","history":"Geçmiş","attachments":"Ekler","retries":"Tekrar Denemeler","environments":"Ortam","error":"Hata","goToStep":"Adıma git","showLess":"Daha az göster","showMore":"Daha fazla göster","copy":"Kopyala","copy-email":"E-postayı kopyala","attempt":"Deneme {{attempt}} / {{total}}","at":"tarihinde","variables":"Değişkenler","openPwTrace":"Playwright Trace Aç","pwTracePopupBlocked":"Tarayıcı Playwright Trace Viewer’ın açılmasını engelledi.","pwTracePopupBlockedHint":"Açılır pencerelere izin verip tekrar deneyin.","finishedAtOriginal":"{{formattedCreatedAt}}, çıkış kodu {{original}}","finishedAtBoth":"{{formattedCreatedAt}}, çıkış kodu {{actual}} (orijinal {{original}})"},"controls":{"newTabAttachment":"Eki yeni sekmede aç","nextTR":"Sonraki test sonucu","prevTR":"Önceki test sonucu","downloadAttachment":"Eki indir","previewAttachment":"Önizleme","viewCode":"Kodu görüntüle","syntaxHighlight":"Sözdizimi vurgulama","backto":"Geri dön","clipboard":"Panoya kopyala","clipboardError":"Değer panoya kopyalanamıyor. Bu özellik tarayıcınız tarafından desteklenmiyor olabilir","clipboardSuccess":"Başarıyla kopyalandı","collapse":"Daralt","expand":"Genişlet","fullscreen":"Tam ekran","language":"Dili değiştir","openInNewTab":"Yeni sekmede aç","openPreview":"Önizlemeyi aç","noSelectedTR":"Seçilen test sonucu yok","comparison":"Karşılaştırma","showDiff":"Farkı göster","viewMode":"Görünüm modu","unified":"Birleştirilmiş","side-by-side":"Yan yana","compareBy":"Karşılaştırma ölçütü","chars":"karakterler","words":"kelimeler","lines":"satırlar","actual":"Gerçek","expected":"Beklenen"},"errors":{"missedAttachment":"Ek bulunamadı"},"sections":{"report":"Report","charts":"Grafikler","timeline":"Zaman çizelgesi"},"timeline":{"empty":"Veri yok","empty_host":"{{ host }} için veri yok","selected_one":"{{ count }} test ({{ percentage }}%) {{ minDuration }}\'dan fazla ve {{ maxDuration }}\'dan az süreyle seçildi","selected_other":"{{ count }} test ({{ percentage }}%) {{ minDuration }}\'dan fazla ve {{ maxDuration }}\'dan az süreyle seçildi","host":"Ana bilgisayar: {{ host }}"},"charts":{"trend":{"title":"Trend Grafiği: {{type}}","type":{"status":"Durum","severity":"Önem Derecesi"}},"currentStatus":{"title":"Mevcut Durum","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"percentage":"{{percentage}}%","of":"{{total}} içinden","total":"toplam","tests":{"new_zero":"Yeni test yok","new_one":"{{count}} yeni test","new_other":"{{count}} yeni test","flaky_zero":"Kararsız test yok","flaky_one":"{{count}} kararsız test","flaky_other":"{{count}} kararsız test","retries_zero":"Yeniden denenmiş test yok","retries_one":"{{count}} yeniden denenmiş test","retries_other":"{{count}} yeniden denenmiş test"}},"statusDynamics":{"title":"Durum dinamikleri","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Son rapor ({{timestamp, timestamp_long_no_seconds}})","history":"{{timestamp, timestamp_long_no_seconds}} tarihli rapor"},"ticks":{"current":"Son","history":"{{timestamp, timestamp_date}}"}},"statusTransitions":{"title":"Durum geçişleri","legend":{"trend":"Düzeltme oranı"},"transitions":{"new":"$t(transitions:new, capitalize)","fixed":"$t(transitions:fixed, capitalize)","regressed":"$t(transitions:regressed, capitalize)","malfunctioned":"$t(transitions:malfunctioned, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Son rapor ({{timestamp, timestamp_long_no_seconds}})","history":"{{timestamp, timestamp_long_no_seconds}} tarihli rapor"},"ticks":{"current":"Son","history":"{{timestamp, timestamp_date}}"}},"durations":{"title":"{{groupBy}} göre süre histogramı","title_none":"Süre histogramı","no-results":"$t(empty:no-results)","groupBy":{"none":"Yok","layer":"Katman"},"ticks":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"tooltips":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"legend":{"value":"{{value}}","total":"Test sayısı"}},"stabilityDistribution":{"title":"Kararlılık dağılımı","no-results":"$t(empty:no-results)","legend":{"stabilityRate":"Kararlılık oranı"}},"testBaseGrowthDynamics":{"title":"Test tabanı büyüme dinamikleri","status":{"newpassed":"Yeni $t(statuses:passed)","newfailed":"Yeni $t(statuses:failed)","newbroken":"Yeni $t(statuses:broken)","newskipped":"Yeni $t(statuses:skipped)","newunknown":"Yeni $t(statuses:unknown)","removedpassed":"Kaldırılan $t(statuses:passed)","removedfailed":"Kaldırılan $t(statuses:failed)","removedbroken":"Kaldırılan $t(statuses:broken)","removedskipped":"Kaldırılan $t(statuses:skipped)","removedunknown":"Kaldırılan $t(statuses:unknown)"},"legend":{"trend":"Büyüme trendi"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Son rapor ({{timestamp, timestamp_long_no_seconds}})","history":"{{timestamp, timestamp_long_no_seconds}} tarihli rapor"},"ticks":{"current":"Son","history":"{{timestamp, timestamp_date}}"}},"statusAgePyramid":{"title":"Durum yaş piramidi","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Son rapor ({{timestamp, timestamp_long_no_seconds}})","history":"{{timestamp, timestamp_long_no_seconds}} tarihli rapor"},"ticks":{"current":"Son","history":"{{timestamp, timestamp_date}}"}},"trSeverities":{"title":"Önem derecesine göre test sonuçları","no-results":"$t(empty:no-results)","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"severity":{"blocker":"$t(severity:blocker, capitalize)","critical":"$t(severity:critical, capitalize)","normal":"$t(severity:normal, capitalize)","minor":"$t(severity:minor, capitalize)","trivial":"$t(severity:trivial, capitalize)","unset":"Önem derecesi yok"}},"durationDynamics":{"title":"Süre dinamikleri","durations":{"sequential":"Sıralı süre","duration":"Test süresi","speedup":"Hızlanma"},"no-results":"$t(empty:no-results)","tooltips":{"current":"Son rapor ({{timestamp, timestamp_long_no_seconds}})","history":"{{timestamp, timestamp_long_no_seconds}} tarihli rapor"},"ticks":{"current":"Son","history":"{{timestamp, timestamp_date}}"},"legend":{"duration":"{{duration, format_duration}}","speedup":"{{speedup}}x"}}},"transitions":{"description":{"new":"Bu test sonucunun rapordaki ilk görünümü","fixed":"Daha önce \\"başarısız\\" veya \\"bozuk\\" olan test artık \\"başarılı\\"","regressed":"Daha önce \\"başarılı\\" veya \\"bozuk\\" olan test artık \\"başarısız\\"","malfunctioned":"Daha önce \\"başarılı\\" veya \\"başarısız\\" olan test artık \\"bozuk\\"","retries":"{{count}} yeniden deneme","flaky":"Çalıştırmalar arasında tutarsız"},"new":"Yeni","fixed":"Düzeltildi","regressed":"Geri Döndü","malfunctioned":"Bozuk"},"trHistory":{"unknown-date":"Bilinmeyen tarih"},"attachments":{"imageDiff":{"mode":{"diff":"Fark","actual":"Gerçek","expected":"Beklenen","side-by-side":"Yan yana","overlay":"Üst üste"},"empty":{"failed-to-load":"Görüntü karşılaştırması yüklenemedi"},"image":{"diff":"Fark","actual":"Gerçek","expected":"Beklenen"}}}}')}}]);
@@ -1 +1 @@
1
- "use strict";(self.webpackChunk_allurereport_web_awesome=self.webpackChunk_allurereport_web_awesome||[]).push([[894],{5894:function(e){e.exports=JSON.parse('{"statuses":{"passed":"bestanden","failed":"fehlgeschlagen","broken":"defekt","skipped":"übersprungen","unknown":"unbekannt","total":"gesamt","flakyTests":"instabil","newTests":"neu","retryTests":"wiederholen"},"testSummary":{"total":"Gesamt","flaky":"Instabile Tests","retries":"Wiederholte Tests","new":"Neue Tests"},"tabs":{"total":"Alle","results":"Ergebnisse","globalAttachments":"Globale Anhänge","globalErrors":"Globale Fehler","qualityGates":"Qualitätstore","categories":"Kategorien"},"search":{"search":"Suchen","search-placeholder":"Name oder ID"},"filters":{"flaky":"Instabil","nonFlaky":"Stabil","retry":"Wiederholt","new":"Neu","fixed":"Behoben","regressed":"Regressiert","malfunctioned":"Defekt","transition":"Übergang","status":"Status","severity":"Schweregrad","owner":"Besitzer","layer":"Schicht","tags":"Tags","categories":"Kategorien","goto_filter":"Zum Filter gehen","errors":{"max_values_one":"Nur der erste {{count}} Wert wird für die Filterung verwendet.\\nZusätzliche Werte werden ignoriert","max_values_other":"Nur die ersten {{count}} Werte werden für die Filterung verwendet.\\nZusätzliche Werte werden ignoriert"},"description":{"flaky":"Instabile Tests anzeigen","retry":"Testergebnisse anzeigen, die wiederholt wurden","new":"Testergebnisse anzeigen, die zum ersten Mal in diesem Bericht erscheinen","fixed":"Tests anzeigen, die jetzt erfolgreich sind, aber zuvor \\"fehlgeschlagen\\" oder \\"defekt\\" waren","regressed":"Testergebnisse anzeigen, die den Status von \\"erfolgreich\\" oder \\"defekt\\" zu \\"fehlgeschlagen\\" geändert haben","malfunctioned":"Testergebnisse anzeigen, die den Status von \\"erfolgreich\\" oder \\"fehlgeschlagen\\" zu \\"defekt\\" geändert haben","tags":"Testergebnisse anzeigen, die die angegebenen Tags haben","categories":"Testergebnisse anzeigen, die die angegebenen Kategorien haben"}},"sort-by":{"sort-by-text":"Sortieren nach:","sort-by-category":"Sortieren nach","direction-category":"Richtung"},"sort-by.values":{"order":"Reihenfolge","alphabet":"Alphabet","duration":"Dauer","status":"Status"},"sort-by.directions":{"order-desc":"Neueste – Älteste","order-asc":"Älteste – Neueste","order-asc-short":"Älteste","order-desc-short":"Neueste","alphabet-asc":"A – Z","alphabet-desc":"Z – A","alphabet-asc-short":"A – Z","alphabet-desc-short":"Z – A","duration-asc":"1 – 9","duration-desc":"9 – 1","duration-asc-short":"1 – 9","duration-desc-short":"9 – 1","status-asc":"Wie in der Filterliste","status-desc":"Umgekehrt","status-asc-short":"Normal","status-desc-short":"Umgekehrt"},"empty":{"no-results":"Keine Ergebnisse","no-value":"Kein Wert","no-value-for":"Kein Wert: {{entity}}","no-transition":"Kein Übergang","no-layer":"Keine Schicht","no-owner":"Kein Besitzer","no-severity":"Kein Schweregrad","no-status":"Kein Status","no-environment":"Keine Umgebung","no-flaky":"Keine Instabilität","empty-value":"Leer","no-tests-found":"Keine Ergebnisse gefunden","no-message-provided":"Keine Nachricht vorhanden","clear-filters":"Filter zurücksetzen","no-attachments-results":"Keine Anhängeinformationen verfügbar","no-global-errors-results":"Keine globalen Fehlerinformationen verfügbar","no-quality-gate-results":"Keine Qualitätstor-Ergebnisse verfügbar","no-history-results":"Keine Verlaufsinformationen verfügbar","no-retries-results":"Keine Wiederholungsinformationen verfügbar","no-test-steps-results":"Keine Informationen zu Testschritten verfügbar","no-test-case-results":"Keine Testergebnisse verfügbar","no-environments-results":"Keine Umgebungsinformationen verfügbar","no-categories-results":"Keine Kategorien verfügbar"},"severity":{"blocker":"Blocker","critical":"kritisch","normal":"normal","minor":"geringfügig","trivial":"trivial"},"execution":{"name":"Ausführung","body":"Testkörper","setup":"Vorbereitung","teardown":"Abbau"},"environments":{"environment_one":"Umgebung","environment_other":"Umgebungen","all":"Alle"},"ui":{"labels":"Labels","metadata":"Metadaten","parameters":"Parameter","category":"Kategorie","description":"Beschreibung","links":"Links","overview":"Übersicht","history":"Verlauf","attachments":"Anhänge","retries":"Wiederholungen","environments":"Umgebungen","error":"Fehler","goToStep":"Zum Schritt gehen","showLess":"Weniger anzeigen","showMore":"Mehr anzeigen","copy":"Kopieren","copy-email":"E-Mail kopieren","attempt":"Versuch {{attempt}} von {{total}}","at":"bei","variables":"Variablen","openPwTrace":"Playwright Trace öffnen","finishedAtOriginal":"{{formattedCreatedAt}}, mit Exit-Code {{original}}","finishedAtBoth":"{{formattedCreatedAt}}, mit Exit-Code {{actual}} (ursprünglich {{original}})"},"controls":{"newTabAttachment":"Anhang in neuem Tab öffnen","nextTR":"Nächstes Testergebnis","prevTR":"Vorheriges Testergebnis","downloadAttachment":"Anhang herunterladen","backto":"Zurück zu","clipboard":"In die Zwischenablage kopieren","clipboardError":"Fehler. Diese Funktion wird von Ihrem Browser wahrscheinlich nicht unterstützt","clipboardSuccess":"Erfolgreich kopiert","collapse":"Einklappen","expand":"Ausklappen","fullscreen":"Vollbild","language":"Sprache ändern","openInNewTab":"In neuem Tab öffnen","openPreview":"Vorschau öffnen","noSelectedTR":"Kein ausgewähltes Testergebnis","comparison":"Vergleich","showDiff":"Unterschied anzeigen","viewMode":"Ansichtsmodus","unified":"Einheitlich","side-by-side":"Nebeneinander","compareBy":"Vergleichen nach","chars":"Zeichen","words":"Wörter","lines":"Zeilen","actual":"Tatsächlich","expected":"Erwartet"},"errors":{"missedAttachment":"Anhang nicht gefunden"},"sections":{"report":"Report","charts":"Graphen","timeline":"Zeitleiste"},"timeline":{"empty":"Keine Daten","empty_host":"Keine Daten für {{ host }}","selected_one":"{{ count }} Test ({{ percentage }}%) mit Dauer mehr als {{ minDuration }} und weniger als {{ maxDuration }} ausgewählt","selected_other":"{{ count }} Tests ({{ percentage }}%) mit Dauer mehr als {{ minDuration }} und weniger als {{ maxDuration }} ausgewählt","host":"Host: {{ host }}"},"charts":{"trend":{"title":"Trenddiagramm: {{type}}","type":{"status":"Status","severity":"Schweregrad"}},"currentStatus":{"title":"Aktueller Status","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"percentage":"{{percentage}}%","of":"von {{total}}","total":"gesamt","tests":{"new_zero":"Keine neuen Tests","new_one":"{{count}} neuer Test","new_other":"{{count}} neue Tests","flaky_zero":"Keine instabilen Tests","flaky_one":"{{count}} instabiler Test","flaky_other":"{{count}} instabile Tests","retries_zero":"Keine wiederholten Tests","retries_one":"{{count}} wiederholter Test","retries_other":"{{count}} wiederholte Tests"}},"statusDynamics":{"title":"Statusdynamik","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Neuester Bericht ({{timestamp, timestamp_long_no_seconds}})","history":"Bericht vom {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Neueste","history":"{{timestamp, timestamp_date}}"}},"statusTransitions":{"title":"Statusübergänge","legend":{"trend":"Korrekturrate"},"transitions":{"new":"$t(transitions:new, capitalize)","fixed":"$t(transitions:fixed, capitalize)","regressed":"$t(transitions:regressed, capitalize)","malfunctioned":"$t(transitions:malfunctioned, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Neuester Bericht ({{timestamp, timestamp_long_no_seconds}})","history":"Bericht vom {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Neueste","history":"{{timestamp, timestamp_date}}"}},"durations":{"title":"Histogramm der Dauer nach {{groupBy}}","title_none":"Histogramm der Dauer","no-results":"$t(empty:no-results)","groupBy":{"none":"Keine","layer":"Schicht"},"ticks":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"tooltips":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"legend":{"value":"{{value}}","total":"Anzahl der Tests"}},"stabilityDistribution":{"title":"Stabilitätsverteilung","no-results":"$t(empty:no-results)","legend":{"stabilityRate":"Stabilitätsrate"}},"testBaseGrowthDynamics":{"title":"Wachstumsdynamik der Testbasis","status":{"newpassed":"Neu $t(statuses:passed)","newfailed":"Neu $t(statuses:failed)","newbroken":"Neu $t(statuses:broken)","newskipped":"Neu $t(statuses:skipped)","newunknown":"Neu $t(statuses:unknown)","removedpassed":"Entfernt $t(statuses:passed)","removedfailed":"Entfernt $t(statuses:failed)","removedbroken":"Entfernt $t(statuses:broken)","removedskipped":"Entfernt $t(statuses:skipped)","removedunknown":"Entfernt $t(statuses:unknown)"},"legend":{"trend":"Wachstumstrend"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Neuester Bericht ({{timestamp, timestamp_long_no_seconds}})","history":"Bericht vom {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Neueste","history":"{{timestamp, timestamp_date}}"}},"statusAgePyramid":{"title":"Alterspyramide nach Status","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Neuester Bericht ({{timestamp, timestamp_long_no_seconds}})","history":"Bericht vom {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Neueste","history":"{{timestamp, timestamp_date}}"}},"trSeverities":{"title":"Testergebnisse nach Schweregrad","no-results":"$t(empty:no-results)","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"severity":{"blocker":"$t(severity:blocker, capitalize)","critical":"$t(severity:critical, capitalize)","normal":"$t(severity:normal, capitalize)","minor":"$t(severity:minor, capitalize)","trivial":"$t(severity:trivial, capitalize)","unset":"Kein Schweregrad"}},"durationDynamics":{"title":"Dauerdynamik","durations":{"sequential":"Sequentielle Dauer","duration":"Testdauer","speedup":"Beschleunigung"},"no-results":"$t(empty:no-results)","tooltips":{"current":"Neuester Bericht ({{timestamp, timestamp_long_no_seconds}})","history":"Bericht vom {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Neueste","history":"{{timestamp, timestamp_date}}"},"legend":{"duration":"{{duration, format_duration}}","speedup":"{{speedup}}x"}}},"transitions":{"description":{"new":"Erstes Auftreten dieses Testergebnisses im Bericht","fixed":"Zuvor \\"fehlgeschlagen\\" oder \\"defekt\\" gewesener Test, der jetzt \\"erfolgreich\\" ist","regressed":"Zuvor \\"erfolgreich\\" oder \\"defekt\\" gewesener Test, der jetzt \\"fehlgeschlagen\\" ist","malfunctioned":"Zuvor \\"erfolgreich\\" oder \\"fehlgeschlagen\\" gewesener Test, der jetzt \\"defekt\\" ist","retries":"{{count}} Wiederholungen","flaky":"Inkonsistent über mehrere Läufe"},"new":"Neu","fixed":"Behoben","regressed":"Regressiert","malfunctioned":"Defekt"},"trHistory":{"unknown-date":"Unbekanntes Datum"},"attachments":{"imageDiff":{"mode":{"diff":"Diff","actual":"Tatsächlich","expected":"Erwartet","side-by-side":"Nebeneinander","overlay":"Überlagerung"},"empty":{"failed-to-load":"Bildvergleich konnte nicht geladen werden"},"image":{"diff":"Diff","actual":"Tatsächlich","expected":"Erwartet"}}}}')}}]);
1
+ "use strict";(self.webpackChunk_allurereport_web_awesome=self.webpackChunk_allurereport_web_awesome||[]).push([[894],{5894:function(e){e.exports=JSON.parse('{"statuses":{"passed":"bestanden","failed":"fehlgeschlagen","broken":"defekt","skipped":"übersprungen","unknown":"unbekannt","total":"gesamt","flakyTests":"instabil","newTests":"neu","retryTests":"wiederholen"},"testSummary":{"total":"Gesamt","flaky":"Instabile Tests","retries":"Wiederholte Tests","new":"Neue Tests"},"tabs":{"total":"Alle","results":"Ergebnisse","globalAttachments":"Globale Anhänge","globalErrors":"Globale Fehler","qualityGates":"Qualitätstore","categories":"Kategorien"},"search":{"search":"Suchen","search-placeholder":"Name oder ID"},"filters":{"flaky":"Instabil","nonFlaky":"Stabil","retry":"Wiederholt","new":"Neu","fixed":"Behoben","regressed":"Regressiert","malfunctioned":"Defekt","transition":"Übergang","status":"Status","severity":"Schweregrad","owner":"Besitzer","layer":"Schicht","tags":"Tags","categories":"Kategorien","goto_filter":"Zum Filter gehen","errors":{"max_values_one":"Nur der erste {{count}} Wert wird für die Filterung verwendet.\\nZusätzliche Werte werden ignoriert","max_values_other":"Nur die ersten {{count}} Werte werden für die Filterung verwendet.\\nZusätzliche Werte werden ignoriert"},"description":{"flaky":"Instabile Tests anzeigen","retry":"Testergebnisse anzeigen, die wiederholt wurden","new":"Testergebnisse anzeigen, die zum ersten Mal in diesem Bericht erscheinen","fixed":"Tests anzeigen, die jetzt erfolgreich sind, aber zuvor \\"fehlgeschlagen\\" oder \\"defekt\\" waren","regressed":"Testergebnisse anzeigen, die den Status von \\"erfolgreich\\" oder \\"defekt\\" zu \\"fehlgeschlagen\\" geändert haben","malfunctioned":"Testergebnisse anzeigen, die den Status von \\"erfolgreich\\" oder \\"fehlgeschlagen\\" zu \\"defekt\\" geändert haben","tags":"Testergebnisse anzeigen, die die angegebenen Tags haben","categories":"Testergebnisse anzeigen, die die angegebenen Kategorien haben"}},"sort-by":{"sort-by-text":"Sortieren nach:","sort-by-category":"Sortieren nach","direction-category":"Richtung"},"sort-by.values":{"order":"Reihenfolge","alphabet":"Alphabet","duration":"Dauer","status":"Status"},"sort-by.directions":{"order-desc":"Neueste – Älteste","order-asc":"Älteste – Neueste","order-asc-short":"Älteste","order-desc-short":"Neueste","alphabet-asc":"A – Z","alphabet-desc":"Z – A","alphabet-asc-short":"A – Z","alphabet-desc-short":"Z – A","duration-asc":"1 – 9","duration-desc":"9 – 1","duration-asc-short":"1 – 9","duration-desc-short":"9 – 1","status-asc":"Wie in der Filterliste","status-desc":"Umgekehrt","status-asc-short":"Normal","status-desc-short":"Umgekehrt"},"empty":{"no-results":"Keine Ergebnisse","no-value":"Kein Wert","no-value-for":"Kein Wert: {{entity}}","no-transition":"Kein Übergang","no-layer":"Keine Schicht","no-owner":"Kein Besitzer","no-severity":"Kein Schweregrad","no-status":"Kein Status","no-environment":"Keine Umgebung","no-flaky":"Keine Instabilität","empty-value":"Leer","no-tests-found":"Keine Ergebnisse gefunden","no-message-provided":"Keine Nachricht vorhanden","clear-filters":"Filter zurücksetzen","no-attachments-results":"Keine Anhängeinformationen verfügbar","no-global-errors-results":"Keine globalen Fehlerinformationen verfügbar","no-quality-gate-results":"Keine Qualitätstor-Ergebnisse verfügbar","no-history-results":"Keine Verlaufsinformationen verfügbar","no-retries-results":"Keine Wiederholungsinformationen verfügbar","no-test-steps-results":"Keine Informationen zu Testschritten verfügbar","no-test-case-results":"Keine Testergebnisse verfügbar","no-environments-results":"Keine Umgebungsinformationen verfügbar","no-categories-results":"Keine Kategorien verfügbar"},"severity":{"blocker":"Blocker","critical":"kritisch","normal":"normal","minor":"geringfügig","trivial":"trivial"},"execution":{"name":"Ausführung","body":"Testkörper","setup":"Vorbereitung","teardown":"Abbau"},"environments":{"environment_one":"Umgebung","environment_other":"Umgebungen","all":"Alle"},"ui":{"labels":"Labels","metadata":"Metadaten","parameters":"Parameter","category":"Kategorie","description":"Beschreibung","links":"Links","overview":"Übersicht","history":"Verlauf","attachments":"Anhänge","retries":"Wiederholungen","environments":"Umgebungen","error":"Fehler","goToStep":"Zum Schritt gehen","showLess":"Weniger anzeigen","showMore":"Mehr anzeigen","copy":"Kopieren","copy-email":"E-Mail kopieren","attempt":"Versuch {{attempt}} von {{total}}","at":"bei","variables":"Variablen","openPwTrace":"Playwright Trace öffnen","pwTracePopupBlocked":"Der Browser hat das Öffnen des Playwright Trace Viewer blockiert.","pwTracePopupBlockedHint":"Erlaube Pop-ups und versuche es erneut.","finishedAtOriginal":"{{formattedCreatedAt}}, mit Exit-Code {{original}}","finishedAtBoth":"{{formattedCreatedAt}}, mit Exit-Code {{actual}} (ursprünglich {{original}})"},"controls":{"newTabAttachment":"Anhang in neuem Tab öffnen","nextTR":"Nächstes Testergebnis","prevTR":"Vorheriges Testergebnis","downloadAttachment":"Anhang herunterladen","previewAttachment":"Vorschau","viewCode":"Code anzeigen","syntaxHighlight":"Syntaxhervorhebung","backto":"Zurück zu","clipboard":"In die Zwischenablage kopieren","clipboardError":"Fehler. Diese Funktion wird von Ihrem Browser wahrscheinlich nicht unterstützt","clipboardSuccess":"Erfolgreich kopiert","collapse":"Einklappen","expand":"Ausklappen","fullscreen":"Vollbild","language":"Sprache ändern","openInNewTab":"In neuem Tab öffnen","openPreview":"Vorschau öffnen","noSelectedTR":"Kein ausgewähltes Testergebnis","comparison":"Vergleich","showDiff":"Unterschied anzeigen","viewMode":"Ansichtsmodus","unified":"Einheitlich","side-by-side":"Nebeneinander","compareBy":"Vergleichen nach","chars":"Zeichen","words":"Wörter","lines":"Zeilen","actual":"Tatsächlich","expected":"Erwartet"},"errors":{"missedAttachment":"Anhang nicht gefunden"},"sections":{"report":"Report","charts":"Graphen","timeline":"Zeitleiste"},"timeline":{"empty":"Keine Daten","empty_host":"Keine Daten für {{ host }}","selected_one":"{{ count }} Test ({{ percentage }}%) mit Dauer mehr als {{ minDuration }} und weniger als {{ maxDuration }} ausgewählt","selected_other":"{{ count }} Tests ({{ percentage }}%) mit Dauer mehr als {{ minDuration }} und weniger als {{ maxDuration }} ausgewählt","host":"Host: {{ host }}"},"charts":{"trend":{"title":"Trenddiagramm: {{type}}","type":{"status":"Status","severity":"Schweregrad"}},"currentStatus":{"title":"Aktueller Status","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"percentage":"{{percentage}}%","of":"von {{total}}","total":"gesamt","tests":{"new_zero":"Keine neuen Tests","new_one":"{{count}} neuer Test","new_other":"{{count}} neue Tests","flaky_zero":"Keine instabilen Tests","flaky_one":"{{count}} instabiler Test","flaky_other":"{{count}} instabile Tests","retries_zero":"Keine wiederholten Tests","retries_one":"{{count}} wiederholter Test","retries_other":"{{count}} wiederholte Tests"}},"statusDynamics":{"title":"Statusdynamik","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Neuester Bericht ({{timestamp, timestamp_long_no_seconds}})","history":"Bericht vom {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Neueste","history":"{{timestamp, timestamp_date}}"}},"statusTransitions":{"title":"Statusübergänge","legend":{"trend":"Korrekturrate"},"transitions":{"new":"$t(transitions:new, capitalize)","fixed":"$t(transitions:fixed, capitalize)","regressed":"$t(transitions:regressed, capitalize)","malfunctioned":"$t(transitions:malfunctioned, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Neuester Bericht ({{timestamp, timestamp_long_no_seconds}})","history":"Bericht vom {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Neueste","history":"{{timestamp, timestamp_date}}"}},"durations":{"title":"Histogramm der Dauer nach {{groupBy}}","title_none":"Histogramm der Dauer","no-results":"$t(empty:no-results)","groupBy":{"none":"Keine","layer":"Schicht"},"ticks":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"tooltips":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"legend":{"value":"{{value}}","total":"Anzahl der Tests"}},"stabilityDistribution":{"title":"Stabilitätsverteilung","no-results":"$t(empty:no-results)","legend":{"stabilityRate":"Stabilitätsrate"}},"testBaseGrowthDynamics":{"title":"Wachstumsdynamik der Testbasis","status":{"newpassed":"Neu $t(statuses:passed)","newfailed":"Neu $t(statuses:failed)","newbroken":"Neu $t(statuses:broken)","newskipped":"Neu $t(statuses:skipped)","newunknown":"Neu $t(statuses:unknown)","removedpassed":"Entfernt $t(statuses:passed)","removedfailed":"Entfernt $t(statuses:failed)","removedbroken":"Entfernt $t(statuses:broken)","removedskipped":"Entfernt $t(statuses:skipped)","removedunknown":"Entfernt $t(statuses:unknown)"},"legend":{"trend":"Wachstumstrend"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Neuester Bericht ({{timestamp, timestamp_long_no_seconds}})","history":"Bericht vom {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Neueste","history":"{{timestamp, timestamp_date}}"}},"statusAgePyramid":{"title":"Alterspyramide nach Status","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Neuester Bericht ({{timestamp, timestamp_long_no_seconds}})","history":"Bericht vom {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Neueste","history":"{{timestamp, timestamp_date}}"}},"trSeverities":{"title":"Testergebnisse nach Schweregrad","no-results":"$t(empty:no-results)","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"severity":{"blocker":"$t(severity:blocker, capitalize)","critical":"$t(severity:critical, capitalize)","normal":"$t(severity:normal, capitalize)","minor":"$t(severity:minor, capitalize)","trivial":"$t(severity:trivial, capitalize)","unset":"Kein Schweregrad"}},"durationDynamics":{"title":"Dauerdynamik","durations":{"sequential":"Sequentielle Dauer","duration":"Testdauer","speedup":"Beschleunigung"},"no-results":"$t(empty:no-results)","tooltips":{"current":"Neuester Bericht ({{timestamp, timestamp_long_no_seconds}})","history":"Bericht vom {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Neueste","history":"{{timestamp, timestamp_date}}"},"legend":{"duration":"{{duration, format_duration}}","speedup":"{{speedup}}x"}}},"transitions":{"description":{"new":"Erstes Auftreten dieses Testergebnisses im Bericht","fixed":"Zuvor \\"fehlgeschlagen\\" oder \\"defekt\\" gewesener Test, der jetzt \\"erfolgreich\\" ist","regressed":"Zuvor \\"erfolgreich\\" oder \\"defekt\\" gewesener Test, der jetzt \\"fehlgeschlagen\\" ist","malfunctioned":"Zuvor \\"erfolgreich\\" oder \\"fehlgeschlagen\\" gewesener Test, der jetzt \\"defekt\\" ist","retries":"{{count}} Wiederholungen","flaky":"Inkonsistent über mehrere Läufe"},"new":"Neu","fixed":"Behoben","regressed":"Regressiert","malfunctioned":"Defekt"},"trHistory":{"unknown-date":"Unbekanntes Datum"},"attachments":{"imageDiff":{"mode":{"diff":"Diff","actual":"Tatsächlich","expected":"Erwartet","side-by-side":"Nebeneinander","overlay":"Überlagerung"},"empty":{"failed-to-load":"Bildvergleich konnte nicht geladen werden"},"image":{"diff":"Diff","actual":"Tatsächlich","expected":"Erwartet"}}}}')}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_awesome=self.webpackChunk_allurereport_web_awesome||[]).push([[943],{4943:function(e){e.exports=JSON.parse('{"statuses":{"passed":"geslaagd","failed":"mislukt","broken":"gebroken","skipped":"overgeslagen","unknown":"onbekend","total":"totaal","flakyTests":"onstabiel","newTests":"nieuw","retryTests":"opnieuw proberen"},"testSummary":{"total":"Totaal","flaky":"Onstabiele tests","retries":"Herhaalde tests","new":"Nieuwe tests"},"tabs":{"total":"Alle","results":"Resultaten","globalAttachments":"Globale Bijlagen","globalErrors":"Globale Fouten","qualityGates":"Kwaliteitspoorten","categories":"Categorieën"},"search":{"search":"Zoeken","search-placeholder":"Naam of ID"},"filters":{"flaky":"Onstabiel","nonFlaky":"Stabiel","retry":"Opnieuw proberen","new":"Nieuw","fixed":"Opgelost","regressed":"Teruggevallen","malfunctioned":"Defect","transition":"Overgang","status":"Status","severity":"Ernst","owner":"Eigenaar","layer":"Laag","tags":"Tags","categories":"Categorieën","goto_filter":"Ga naar filter","errors":{"max_values_one":"Alleen de eerste {{count}} waarde wordt gebruikt voor filtering.\\nAanvullende waarden worden genegeerd","max_values_other":"Alleen de eerste {{count}} waarden worden gebruikt voor filtering.\\nAanvullende waarden worden genegeerd"},"description":{"flaky":"Onstabiele tests weergeven","retry":"Testresultaten weergeven die opnieuw zijn uitgevoerd","new":"Toont testresultaten die voor het eerst in dit rapport verschijnen","fixed":"Toont tests die nu geslaagd zijn maar eerder \\"mislukt\\" of \\"gebroken\\" waren","regressed":"Toont testresultaten die zijn gewijzigd van \\"geslaagd\\" of \\"gebroken\\" naar \\"mislukt\\" status","malfunctioned":"Toont testresultaten die zijn gewijzigd van \\"geslaagd\\" of \\"mislukt\\" naar \\"gebroken\\" status","tags":"Toont testresultaten die de opgegeven tags hebben","categories":"Toont testresultaten die de opgegeven categorieën hebben"}},"sort-by":{"sort-by-text":"Sorteren op:","sort-by-category":"Sorteren op","direction-category":"Richting"},"sort-by.values":{"order":"Volgorde","alphabet":"Alfabet","duration":"Duur","status":"Status"},"sort-by.directions":{"order-desc":"Laatste – Eerste","order-asc":"Eerste – Laatste","order-asc-short":"Eerste","order-desc-short":"Laatste","alphabet-asc":"A – Z","alphabet-desc":"Z – A","alphabet-asc-short":"A – Z","alphabet-desc-short":"Z – A","duration-asc":"1 – 9","duration-desc":"9 – 1","duration-asc-short":"1 – 9","duration-desc-short":"9 – 1","status-asc":"Zoals in de filterlijst","status-desc":"Omgekeerd","status-asc-short":"Normaal","status-desc-short":"Omgekeerd"},"empty":{"no-results":"Geen resultaten","no-value":"Geen waarde","no-value-for":"Geen waarde: {{entity}}","no-transition":"Geen overgang","no-layer":"Geen laag","no-owner":"Geen eigenaar","no-severity":"Geen ernst","no-status":"Geen status","no-environment":"Geen omgeving","no-flaky":"Geen instabiliteit","empty-value":"Leeg","no-tests-found":"Geen resultaten gevonden","no-message-provided":"Geen bericht opgegeven","clear-filters":"Filters wissen","no-attachments-results":"Geen bijlageninformatie beschikbaar","no-global-errors-results":"Geen globale fouteninformatie beschikbaar","no-quality-gate-results":"Geen kwaliteitspoort resultaten beschikbaar","no-history-results":"Geen geschiedenisinformatie beschikbaar","no-retries-results":"Geen herhalingsinformatie beschikbaar","no-test-steps-results":"Geen informatie over teststappen beschikbaar","no-test-case-results":"Geen testresultaten","no-environments-results":"Geen informatie over omgevingen beschikbaar","no-categories-results":"Geen categorieresultaten beschikbaar"},"severity":{"blocker":"blokkerend","critical":"kritiek","normal":"normaal","minor":"klein","trivial":"onbeduidend"},"execution":{"name":"Uitvoering","body":"Testinhoud","setup":"Voorbereiding","teardown":"Afsluiten"},"environments":{"environment_one":"Omgeving","environment_other":"Omgevingen","all":"Alle"},"ui":{"labels":"Labels","metadata":"Metadata","parameters":"Parameters","category":"Categorie","description":"Beschrijving","links":"Links","overview":"Overzicht","history":"Geschiedenis","attachments":"Bijlagen","retries":"Herhalingen","environments":"Omgevingen","error":"Fout","goToStep":"Ga naar stap","showLess":"Minder weergeven","showMore":"Meer weergeven","copy":"Kopiëren","copy-email":"E-mail kopiëren","attempt":"Poging {{attempt}} van {{total}}","at":"om","variables":"Variabelen","openPwTrace":"Open Playwright Trace","pwTracePopupBlocked":"De browser heeft het openen van Playwright Trace Viewer geblokkeerd.","pwTracePopupBlockedHint":"Sta pop-ups toe en probeer het opnieuw.","finishedAtOriginal":"{{formattedCreatedAt}}, met exitcode {{original}}","finishedAtBoth":"{{formattedCreatedAt}}, met exitcode {{actual}} (oorspronkelijk {{original}})"},"controls":{"newTabAttachment":"Bijlage openen in nieuw tabblad","nextTR":"Volgende testresultaat","prevTR":"Vorige testresultaat","downloadAttachment":"Bijlage downloaden","previewAttachment":"Voorvertoning","viewCode":"Code bekijken","syntaxHighlight":"Syntaxmarkering","backto":"Terug naar","clipboard":"Kopiëren naar klembord","clipboardError":"Kan waarde niet naar klembord kopiëren. Mogelijk wordt deze functie niet ondersteund door uw browser","clipboardSuccess":"Succesvol gekopieerd","collapse":"Samenvouwen","expand":"Uitvouwen","fullscreen":"Volledig scherm","language":"Taal wijzigen","openInNewTab":"Openen in een nieuw tabblad","openPreview":"Voorbeeld openen","noSelectedTR":"Geen geselecteerd testresultaat","comparison":"Vergelijking","showDiff":"Toon verschil","viewMode":"Weergavemodus","unified":"Gecombineerd","side-by-side":"Naast elkaar","compareBy":"Vergelijken op","chars":"tekens","words":"woorden","lines":"regels","actual":"Actueel","expected":"Verwacht"},"errors":{"missedAttachment":"Bijlage niet gevonden"},"sections":{"report":"Report","charts":"Grafieken","timeline":"Tijdlijn"},"timeline":{"empty":"Geen gegevens","empty_host":"Geen gegevens voor {{ host }}","selected_one":"{{ count }} test ({{ percentage }}%) met duur meer dan {{ minDuration }} en minder dan {{ maxDuration }} geselecteerd","selected_other":"{{ count }} tests ({{ percentage }}%) met duur meer dan {{ minDuration }} en minder dan {{ maxDuration }} geselecteerd","host":"Host: {{ host }}"},"charts":{"trend":{"title":"Trendgrafiek: {{type}}","type":{"status":"Status","severity":"Ernst"}},"currentStatus":{"title":"Huidige status","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"percentage":"{{percentage}}%","of":"van {{total}}","total":"totaal","tests":{"new_zero":"Geen nieuwe tests","new_one":"{{count}} nieuwe test","new_other":"{{count}} nieuwe tests","flaky_zero":"Geen instabiele tests","flaky_one":"{{count}} instabiele test","flaky_other":"{{count}} instabiele tests","retries_zero":"Geen herhaalde tests","retries_one":"{{count}} herhaalde test","retries_other":"{{count}} herhaalde tests"}},"statusDynamics":{"title":"Statusdynamiek","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Laatste rapport ({{timestamp, timestamp_long_no_seconds}})","history":"Rapport van {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Laatste","history":"{{timestamp, timestamp_date}}"}},"statusTransitions":{"title":"Statusovergangen","legend":{"trend":"Correctieratio"},"transitions":{"new":"$t(transitions:new, capitalize)","fixed":"$t(transitions:fixed, capitalize)","regressed":"$t(transitions:regressed, capitalize)","malfunctioned":"$t(transitions:malfunctioned, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Laatste rapport ({{timestamp, timestamp_long_no_seconds}})","history":"Rapport van {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Laatste","history":"{{timestamp, timestamp_date}}"}},"durations":{"title":"Histogram van duur per {{groupBy}}","title_none":"Histogram van duur","no-results":"$t(empty:no-results)","groupBy":{"none":"Geen","layer":"Laag"},"ticks":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"tooltips":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"legend":{"value":"{{value}}","total":"Aantal tests"}},"stabilityDistribution":{"title":"Stabiliteitsverdeling","no-results":"$t(empty:no-results)","legend":{"stabilityRate":"Stabiliteitspercentage"}},"testBaseGrowthDynamics":{"title":"Groeodynamiek van testbasis","status":{"newpassed":"Nieuw $t(statuses:passed)","newfailed":"Nieuw $t(statuses:failed)","newbroken":"Nieuw $t(statuses:broken)","newskipped":"Nieuw $t(statuses:skipped)","newunknown":"Nieuw $t(statuses:unknown)","removedpassed":"Verwijderd $t(statuses:passed)","removedfailed":"Verwijderd $t(statuses:failed)","removedbroken":"Verwijderd $t(statuses:broken)","removedskipped":"Verwijderd $t(statuses:skipped)","removedunknown":"Verwijderd $t(statuses:unknown)"},"legend":{"trend":"Groeitrend"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Laatste rapport ({{timestamp, timestamp_long_no_seconds}})","history":"Rapport van {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Laatste","history":"{{timestamp, timestamp_date}}"}},"statusAgePyramid":{"title":"Leeftijdspiramide per status","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"Laatste rapport ({{timestamp, timestamp_long_no_seconds}})","history":"Rapport van {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Laatste","history":"{{timestamp, timestamp_date}}"}},"trSeverities":{"title":"Testresultaten per ernst","no-results":"$t(empty:no-results)","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"severity":{"blocker":"$t(severity:blocker, capitalize)","critical":"$t(severity:critical, capitalize)","normal":"$t(severity:normal, capitalize)","minor":"$t(severity:minor, capitalize)","trivial":"$t(severity:trivial, capitalize)","unset":"Geen ernst"}},"durationDynamics":{"title":"Duurdynamiek","durations":{"sequential":"Sequentiële duur","duration":"Testduur","speedup":"Versnelling"},"no-results":"$t(empty:no-results)","tooltips":{"current":"Laatste rapport ({{timestamp, timestamp_long_no_seconds}})","history":"Rapport van {{timestamp, timestamp_long_no_seconds}}"},"ticks":{"current":"Laatste","history":"{{timestamp, timestamp_date}}"},"legend":{"duration":"{{duration, format_duration}}","speedup":"{{speedup}}x"}}},"transitions":{"description":{"new":"Eerste keer dat dit testresultaat in het rapport verschijnt","fixed":"Eerder \\"mislukt\\" of \\"gebroken\\" test die nu \\"geslaagd\\" is","regressed":"Eerder \\"geslaagd\\" of \\"gebroken\\" test die nu \\"mislukt\\" is","malfunctioned":"Eerder \\"geslaagd\\" of \\"mislukt\\" test die nu \\"gebroken\\" is","retries":"{{count}} pogingen","flaky":"Inconsistent tussen runs"},"new":"Nieuw","fixed":"Opgelost","regressed":"Teruggevallen","malfunctioned":"Defect"},"trHistory":{"unknown-date":"Onbekende datum"},"attachments":{"imageDiff":{"mode":{"diff":"Diff","actual":"Werkelijk","expected":"Verwacht","side-by-side":"Naast elkaar","overlay":"Overlay"},"empty":{"failed-to-load":"Kan afbeeldingsvergelijking niet laden"},"image":{"diff":"Diff","actual":"Werkelijk","expected":"Verwacht"}}}}')}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_awesome=self.webpackChunk_allurereport_web_awesome||[]).push([[980],{7980:function(t){t.exports=JSON.parse('{"statuses":{"passed":"成功","failed":"失敗","broken":"壊れた","skipped":"スキップ","unknown":"不明","total":"合計","flakyTests":"不安定","newTests":"新しい","retryTests":"再試行"},"testSummary":{"total":"合計","flaky":"不安定なテスト","retries":"再実行テスト","new":"新しいテスト"},"tabs":{"total":"すべて","results":"結果","globalAttachments":"グローバル添付ファイル","globalErrors":"グローバルエラー","qualityGates":"品質ゲート","categories":"カテゴリ"},"search":{"search":"検索","search-placeholder":"名前またはID"},"filters":{"flaky":"不安定","nonFlaky":"安定","retry":"再実行","new":"新規","fixed":"修正済み","regressed":"退行","malfunctioned":"破損","transition":"遷移","status":"ステータス","severity":"重要度","owner":"オーナー","layer":"レイヤー","tags":"タグ","categories":"カテゴリ","goto_filter":"フィルターに移動","errors":{"max_values_one":"フィルタリングには最初の{{count}}値のみが使用されます。\\n追加の値は無視されます","max_values_other":"フィルタリングには最初の{{count}}値のみが使用されます。\\n追加の値は無視されます"},"description":{"flaky":"不安定なテストを表示","retry":"再実行されたテスト結果を表示します","new":"このレポートで初めて表示されるテスト結果を表示します","fixed":"現在「成功」しているが、以前「失敗」または「破損」していたテストを表示します","regressed":"ステータスが「成功」または「破損」から「失敗」に変更されたテスト結果を表示します","malfunctioned":"ステータスが「成功」または「失敗」から「破損」に変更されたテスト結果を表示します","tags":"指定されたタグを持つテスト結果を表示します","categories":"指定したカテゴリを持つテスト結果を表示します"}},"sort-by":{"sort-by-text":"並べ替え:","sort-by-category":"並べ替え","direction-category":"方向"},"sort-by.values":{"order":"順序","alphabet":"アルファベット","duration":"期間","status":"ステータス"},"sort-by.directions":{"order-desc":"最新 – 最古","order-asc":"最古 – 最新","order-asc-short":"最古","order-desc-short":"最新","alphabet-asc":"A – Z","alphabet-desc":"Z – A","alphabet-asc-short":"A – Z","alphabet-desc-short":"Z – A","duration-asc":"1 – 9","duration-desc":"9 – 1","duration-asc-short":"1 – 9","duration-desc-short":"9 – 1","status-asc":"フィルターリストの順序","status-desc":"逆順","status-asc-short":"通常","status-desc-short":"逆順"},"empty":{"no-results":"結果なし","no-value":"値なし","no-value-for":"値なし: {{entity}}","no-transition":"遷移なし","no-layer":"レイヤーなし","no-owner":"オーナーなし","no-severity":"重要度なし","no-status":"ステータスなし","no-environment":"環境なし","no-flaky":"不安定なし","empty-value":"空","no-tests-found":"結果が見つかりません","no-message-provided":"メッセージが提供されていません","clear-filters":"フィルタをクリア","no-attachments-results":"添付ファイル情報がありません","no-global-errors-results":"グローバルエラー情報がありません","no-quality-gate-results":"品質ゲートの結果がありません","no-history-results":"履歴情報がありません","no-retries-results":"再試行情報が利用できません","no-test-steps-results":"テスト手順の情報は利用できません","no-test-case-results":"テストケースの結果がありません","no-environments-results":"環境情報が利用できません","no-categories-results":"利用可能なカテゴリはありません"},"severity":{"blocker":"ブロッカー","critical":"重大","normal":"通常","minor":"小規模","trivial":"些細"},"execution":{"name":"実行","body":"テスト本体","setup":"セットアップ","teardown":"後処理"},"environments":{"environment_one":"環境","environment_other":"環境","all":"すべて"},"ui":{"labels":"ラベル","metadata":"メタデータ","parameters":"パラメータ","category":"カテゴリ","description":"説明","links":"リンク","overview":"概要","history":"履歴","attachments":"添付ファイル","retries":"再試行","environments":"環境","error":"エラー","goToStep":"ステップに移動","showLess":"表示を減らす","showMore":"もっと見る","copy":"コピー","copy-email":"メールをコピー","attempt":"試行 {{attempt}} 回目(全 {{total}} 回)","at":"時","variables":"変数","openPwTrace":"Playwright Traceを開く","pwTracePopupBlocked":"ブラウザーが Playwright Trace Viewer の表示をブロックしました。","pwTracePopupBlockedHint":"ポップアップを許可して再試行してください。","finishedAtOriginal":"{{formattedCreatedAt}}、終了コード{{original}}","finishedAtBoth":"{{formattedCreatedAt}}、終了コード{{actual}}(元{{original}})"},"controls":{"newTabAttachment":"新しいタブで開く","nextTR":"次のテスト結果","prevTR":"前のテスト結果","downloadAttachment":"添付ファイルをダウンロード","previewAttachment":"プレビュー","viewCode":"コードを表示","syntaxHighlight":"シンタックスハイライト","backto":"戻る","clipboard":"クリップボードにコピー","clipboardError":"エラー。この機能はお使いのブラウザでサポートされていない可能性があります","clipboardSuccess":"コピー成功","collapse":"折りたたむ","expand":"展開","fullscreen":"全画面","language":"言語を変更","openInNewTab":"新しいタブで開く","openPreview":"プレビューを開く","noSelectedTR":"選択されたテスト結果はありません","comparison":"比較","showDiff":"違いを表示","viewMode":"表示モード","unified":"統一","side-by-side":"並列","compareBy":"比較基準","chars":"文字","words":"単語","lines":"行","actual":"実際","expected":"予想"},"errors":{"missedAttachment":"添付ファイルが見つかりません"},"sections":{"report":"Report","charts":"グラフ","timeline":"タイムライン"},"timeline":{"empty":"データなし","empty_host":"{{ host }} のデータなし","selected_one":"{{ count }} 件のテスト({{ percentage }}%)が選択されました。期間は {{ minDuration }} より長く、{{ maxDuration }} より短い","selected_other":"{{ count }} 件のテスト({{ percentage }}%)が選択されました。期間は {{ minDuration }} より長く、{{ maxDuration }} より短い","host":"ホスト: {{ host }}"},"charts":{"trend":{"title":"トレンドチャート: {{type}}","type":{"status":"ステータス","severity":"重要度"}},"currentStatus":{"title":"現在のステータス","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"percentage":"{{percentage}}%","of":"{{total}} のうち","total":"合計","tests":{"new_zero":"新しいテストなし","new_one":"{{count}} 件の新しいテスト","new_other":"{{count}} 件の新しいテスト","flaky_zero":"不安定なテストなし","flaky_one":"{{count}} 件の不安定なテスト","flaky_other":"{{count}} 件の不安定なテスト","retries_zero":"再試行テストなし","retries_one":"{{count}} 件の再試行テスト","retries_other":"{{count}} 件の再試行テスト"}},"statusDynamics":{"title":"ステータス動態","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"最新レポート ({{timestamp, timestamp_long_no_seconds}})","history":"{{timestamp, timestamp_long_no_seconds}} のレポート"},"ticks":{"current":"最新","history":"{{timestamp, timestamp_date}}"}},"statusTransitions":{"title":"ステータス遷移","legend":{"trend":"修正率"},"transitions":{"new":"$t(transitions:new, capitalize)","fixed":"$t(transitions:fixed, capitalize)","regressed":"$t(transitions:regressed, capitalize)","malfunctioned":"$t(transitions:malfunctioned, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"最新レポート ({{timestamp, timestamp_long_no_seconds}})","history":"{{timestamp, timestamp_long_no_seconds}} のレポート"},"ticks":{"current":"最新","history":"{{timestamp, timestamp_date}}"}},"durations":{"title":"{{groupBy}}別の継続時間ヒストグラム","title_none":"継続時間ヒストグラム","no-results":"$t(empty:no-results)","groupBy":{"none":"なし","layer":"レイヤー"},"ticks":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"tooltips":{"durationRange":"{{from, format_duration}} - {{to, format_duration}}"},"legend":{"value":"{{value}}","total":"テスト数"}},"stabilityDistribution":{"title":"安定性分布","no-results":"$t(empty:no-results)","legend":{"stabilityRate":"安定性率"}},"testBaseGrowthDynamics":{"title":"テストベースの成長動態","status":{"newpassed":"新規 $t(statuses:passed)","newfailed":"新規 $t(statuses:failed)","newbroken":"新規 $t(statuses:broken)","newskipped":"新規 $t(statuses:skipped)","newunknown":"新規 $t(statuses:unknown)","removedpassed":"削除 $t(statuses:passed)","removedfailed":"削除 $t(statuses:failed)","removedbroken":"削除 $t(statuses:broken)","removedskipped":"削除 $t(statuses:skipped)","removedunknown":"削除 $t(statuses:unknown)"},"legend":{"trend":"成長トレンド"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"最新レポート ({{timestamp, timestamp_long_no_seconds}})","history":"{{timestamp, timestamp_long_no_seconds}} のレポート"},"ticks":{"current":"最新","history":"{{timestamp, timestamp_date}}"}},"statusAgePyramid":{"title":"ステータス年齢ピラミッド","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"no-history":"$t(empty:no-history-results)","no-results":"$t(empty:no-results)","tooltips":{"current":"最新レポート ({{timestamp, timestamp_long_no_seconds}})","history":"{{timestamp, timestamp_long_no_seconds}} のレポート"},"ticks":{"current":"最新","history":"{{timestamp, timestamp_date}}"}},"trSeverities":{"title":"重要度別テスト結果","no-results":"$t(empty:no-results)","status":{"passed":"$t(statuses:passed, capitalize)","failed":"$t(statuses:failed, capitalize)","broken":"$t(statuses:broken, capitalize)","skipped":"$t(statuses:skipped, capitalize)","unknown":"$t(statuses:unknown, capitalize)"},"severity":{"blocker":"$t(severity:blocker, capitalize)","critical":"$t(severity:critical, capitalize)","normal":"$t(severity:normal, capitalize)","minor":"$t(severity:minor, capitalize)","trivial":"$t(severity:trivial, capitalize)","unset":"重要度なし"}},"durationDynamics":{"title":"継続時間の動態","durations":{"sequential":"順次継続時間","duration":"テスト継続時間","speedup":"高速化"},"no-results":"$t(empty:no-results)","tooltips":{"current":"最新レポート ({{timestamp, timestamp_long_no_seconds}})","history":"{{timestamp, timestamp_long_no_seconds}} のレポート"},"ticks":{"current":"最新","history":"{{timestamp, timestamp_date}}"},"legend":{"duration":"{{duration, format_duration}}","speedup":"{{speedup}}x"}}},"transitions":{"description":{"new":"このテスト結果がレポートに初めて表示される","fixed":"以前「失敗」または「破損」だったテストが「成功」になった","regressed":"以前「成功」または「破損」だったテストが「失敗」になった","malfunctioned":"以前「成功」または「失敗」だったテストが「破損」になった","retries":"{{count}} 回の再試行","flaky":"実行ごとに結果が不安定"},"new":"新規","fixed":"修正済み","regressed":"退行","malfunctioned":"破損"},"trHistory":{"unknown-date":"不明な日付"},"attachments":{"imageDiff":{"mode":{"diff":"差分","actual":"実際","expected":"期待値","side-by-side":"並列","overlay":"オーバーレイ"},"empty":{"failed-to-load":"画像比較の読み込みに失敗しました"},"image":{"diff":"差分","actual":"実際","expected":"期待値"}}}}')}}]);