@allurereport/web-allure2 3.0.0-beta.9

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 (391) hide show
  1. package/.babelrc.cjs +18 -0
  2. package/.eslintrc.cjs +125 -0
  3. package/README.md +27 -0
  4. package/dist/multi/154.app-9ac9d027.js +1 -0
  5. package/dist/multi/216.app-9ac9d027.js +1 -0
  6. package/dist/multi/232.app-9ac9d027.js +1 -0
  7. package/dist/multi/250.app-9ac9d027.js +1 -0
  8. package/dist/multi/256.app-9ac9d027.js +1 -0
  9. package/dist/multi/301.app-9ac9d027.js +1 -0
  10. package/dist/multi/323.app-9ac9d027.js +1 -0
  11. package/dist/multi/353.app-9ac9d027.js +1 -0
  12. package/dist/multi/411d15fc5bb62472eea6ead4fb276ca9.ico +0 -0
  13. package/dist/multi/564.app-9ac9d027.js +1 -0
  14. package/dist/multi/594.app-9ac9d027.js +1 -0
  15. package/dist/multi/623.app-9ac9d027.js +1 -0
  16. package/dist/multi/7.app-9ac9d027.js +1 -0
  17. package/dist/multi/729.app-9ac9d027.js +1 -0
  18. package/dist/multi/783.app-9ac9d027.js +1 -0
  19. package/dist/multi/826.app-9ac9d027.js +1 -0
  20. package/dist/multi/925.app-9ac9d027.js +1 -0
  21. package/dist/multi/app-9ac9d027.js +2 -0
  22. package/dist/multi/app-9ac9d027.js.LICENSE.txt +29 -0
  23. package/dist/multi/checkmark-c1a9ce12.svg +8 -0
  24. package/dist/multi/manifest.json +27 -0
  25. package/dist/multi/sort-down-icon-41195b0d.svg +8 -0
  26. package/dist/multi/sort-icon-fddc6c81.svg +8 -0
  27. package/dist/multi/sort-up-icon-d5bc65f6.svg +8 -0
  28. package/dist/multi/sprite.svg +4 -0
  29. package/dist/multi/styles-9ac9d027.css +558 -0
  30. package/dist/multi/vertical-5e6d1df4.png +0 -0
  31. package/dist/single/411d15fc5bb62472eea6ead4fb276ca9.ico +0 -0
  32. package/dist/single/app-f726ff87.js +2 -0
  33. package/dist/single/app-f726ff87.js.LICENSE.txt +29 -0
  34. package/dist/single/checkmark-c1a9ce12.svg +8 -0
  35. package/dist/single/manifest.json +10 -0
  36. package/dist/single/sort-down-icon-41195b0d.svg +8 -0
  37. package/dist/single/sort-icon-fddc6c81.svg +8 -0
  38. package/dist/single/sort-up-icon-d5bc65f6.svg +8 -0
  39. package/dist/single/sprite.svg +4 -0
  40. package/dist/single/styles-f726ff87.css +558 -0
  41. package/package.json +107 -0
  42. package/src/app.js +69 -0
  43. package/src/assets/icons/allure-logo.svg +45 -0
  44. package/src/assets/icons/bamboo.svg +31 -0
  45. package/src/assets/icons/bitbucket.svg +10 -0
  46. package/src/assets/icons/bomb.svg +7 -0
  47. package/src/assets/icons/broken.svg +10 -0
  48. package/src/assets/icons/bug.svg +10 -0
  49. package/src/assets/icons/chevron-down.svg +10 -0
  50. package/src/assets/icons/chevron-left.svg +10 -0
  51. package/src/assets/icons/chevron-right-fat.svg +10 -0
  52. package/src/assets/icons/chevron-right.svg +10 -0
  53. package/src/assets/icons/chevron-up.svg +10 -0
  54. package/src/assets/icons/circleci.svg +1 -0
  55. package/src/assets/icons/close.svg +10 -0
  56. package/src/assets/icons/collapse.svg +5 -0
  57. package/src/assets/icons/compare.svg +10 -0
  58. package/src/assets/icons/copy.svg +11 -0
  59. package/src/assets/icons/csv.svg +13 -0
  60. package/src/assets/icons/download.svg +11 -0
  61. package/src/assets/icons/draggable.svg +15 -0
  62. package/src/assets/icons/expand.svg +5 -0
  63. package/src/assets/icons/failed.svg +10 -0
  64. package/src/assets/icons/file.svg +3 -0
  65. package/src/assets/icons/folder.svg +10 -0
  66. package/src/assets/icons/github.svg +4 -0
  67. package/src/assets/icons/gitlab.svg +12 -0
  68. package/src/assets/icons/graphs.svg +11 -0
  69. package/src/assets/icons/history.svg +11 -0
  70. package/src/assets/icons/image.svg +3 -0
  71. package/src/assets/icons/info.svg +12 -0
  72. package/src/assets/icons/jenkins.svg +327 -0
  73. package/src/assets/icons/jobs.svg +12 -0
  74. package/src/assets/icons/link.svg +11 -0
  75. package/src/assets/icons/list.svg +13 -0
  76. package/src/assets/icons/maximize.svg +11 -0
  77. package/src/assets/icons/new-broken.svg +6 -0
  78. package/src/assets/icons/new-failed.svg +6 -0
  79. package/src/assets/icons/new-passed.svg +5 -0
  80. package/src/assets/icons/overview.svg +5 -0
  81. package/src/assets/icons/passed.svg +10 -0
  82. package/src/assets/icons/pdf.svg +13 -0
  83. package/src/assets/icons/refresh.svg +4 -0
  84. package/src/assets/icons/retries.svg +11 -0
  85. package/src/assets/icons/save.svg +10 -0
  86. package/src/assets/icons/skipped.svg +3 -0
  87. package/src/assets/icons/sort-down.svg +10 -0
  88. package/src/assets/icons/sort-up.svg +10 -0
  89. package/src/assets/icons/sort.svg +11 -0
  90. package/src/assets/icons/table.svg +10 -0
  91. package/src/assets/icons/task.svg +11 -0
  92. package/src/assets/icons/teamcity.svg +40 -0
  93. package/src/assets/icons/timeline.svg +12 -0
  94. package/src/assets/icons/tree.svg +10 -0
  95. package/src/assets/icons/txt.svg +11 -0
  96. package/src/assets/icons/unknown.svg +10 -0
  97. package/src/behaviors/ClipboardBehavior.js +34 -0
  98. package/src/behaviors/DownloadBehavior.js +42 -0
  99. package/src/behaviors/GaBehavior.js +27 -0
  100. package/src/behaviors/LoadBehavior.js +18 -0
  101. package/src/behaviors/TooltipBehavior.js +25 -0
  102. package/src/behaviors/index.js +7 -0
  103. package/src/blocks/alert/styles.scss +8 -0
  104. package/src/blocks/arrow/styles.scss +21 -0
  105. package/src/blocks/attachment-row/attachment-row.hbs +34 -0
  106. package/src/blocks/attachment-row/styles.scss +71 -0
  107. package/src/blocks/bar/styles.scss +22 -0
  108. package/src/blocks/button/styles.scss +60 -0
  109. package/src/blocks/clipboard-copy/clipboard-copy.hbs +5 -0
  110. package/src/blocks/executor-icon/bamboo.svg +31 -0
  111. package/src/blocks/executor-icon/bitbucket.svg +10 -0
  112. package/src/blocks/executor-icon/circleci.svg +1 -0
  113. package/src/blocks/executor-icon/default-icon.png +0 -0
  114. package/src/blocks/executor-icon/github.svg +4 -0
  115. package/src/blocks/executor-icon/gitlab.svg +12 -0
  116. package/src/blocks/executor-icon/jenkins.svg +327 -0
  117. package/src/blocks/executor-icon/styles.scss +15 -0
  118. package/src/blocks/executor-icon/teamcity.svg +40 -0
  119. package/src/blocks/island/styles.scss +7 -0
  120. package/src/blocks/label/styles.scss +15 -0
  121. package/src/blocks/link/styles.scss +10 -0
  122. package/src/blocks/pane/styles.scss +52 -0
  123. package/src/blocks/pane-header/pane-header.hbs +15 -0
  124. package/src/blocks/parameters-table/parameters-table.hbs +10 -0
  125. package/src/blocks/parameters-table/styles.scss +22 -0
  126. package/src/blocks/spinner/styles.scss +30 -0
  127. package/src/blocks/splash/styles.scss +13 -0
  128. package/src/blocks/status-details/status-details.hbs +13 -0
  129. package/src/blocks/status-details/styles.scss +32 -0
  130. package/src/blocks/step-stats/step-stats.hbs +15 -0
  131. package/src/blocks/step-stats/styles.scss +19 -0
  132. package/src/blocks/table/sort-down-icon.svg +1 -0
  133. package/src/blocks/table/sort-icon.svg +1 -0
  134. package/src/blocks/table/sort-up-icon.svg +1 -0
  135. package/src/blocks/table/sortable-col.hbs +4 -0
  136. package/src/blocks/table/styles.scss +64 -0
  137. package/src/blocks/tabs/styles.scss +29 -0
  138. package/src/blocks/tabs/tabs.hbs +5 -0
  139. package/src/blocks/text/styles.scss +5 -0
  140. package/src/blocks/widget/draggable.svg +1 -0
  141. package/src/blocks/widget/styles.scss +76 -0
  142. package/src/components/attachment/AttachmentView.hbs +58 -0
  143. package/src/components/attachment/AttachmentView.js +90 -0
  144. package/src/components/attachment/styles.scss +78 -0
  145. package/src/components/empty/EmptyView.hbs +3 -0
  146. package/src/components/empty/EmptyView.js +18 -0
  147. package/src/components/empty/styles.scss +4 -0
  148. package/src/components/error-splash/ErrorSplashView.hbs +4 -0
  149. package/src/components/error-splash/ErrorSplashView.js +19 -0
  150. package/src/components/error-splash/styles.scss +4 -0
  151. package/src/components/graph-base/BaseChartView.hbs +5 -0
  152. package/src/components/graph-base/BaseChartView.js +78 -0
  153. package/src/components/graph-base/styles.scss +66 -0
  154. package/src/components/graph-duration-chart/DurationChartView.js +100 -0
  155. package/src/components/graph-pie-chart/PieChartView.js +155 -0
  156. package/src/components/graph-severity-chart/SeverityChartView.js +100 -0
  157. package/src/components/graph-trend-chart/TrendChartView.js +202 -0
  158. package/src/components/graph-trend-chart/styles.scss +16 -0
  159. package/src/components/graph-trend-chart/trend-tooltip.hbs +9 -0
  160. package/src/components/language-select/LanguageSelectView.hbs +5 -0
  161. package/src/components/language-select/LanguageSelectView.js +42 -0
  162. package/src/components/language-select/checkmark.svg +1 -0
  163. package/src/components/language-select/styles.scss +34 -0
  164. package/src/components/loader/LoaderView.hbs +6 -0
  165. package/src/components/loader/LoaderView.js +21 -0
  166. package/src/components/loader/styles.scss +26 -0
  167. package/src/components/marks-toggle/MarksToggleView.hbs +14 -0
  168. package/src/components/marks-toggle/MarksToggleView.js +41 -0
  169. package/src/components/marks-toggle/styles.scss +38 -0
  170. package/src/components/modal/ModalView.hbs +13 -0
  171. package/src/components/modal/ModalView.js +43 -0
  172. package/src/components/modal/styles.scss +31 -0
  173. package/src/components/node-search/NodeSearchView.hbs +4 -0
  174. package/src/components/node-search/NodeSearchView.js +32 -0
  175. package/src/components/node-search/styles.scss +29 -0
  176. package/src/components/node-sorter/NodeSorterView.hbs +22 -0
  177. package/src/components/node-sorter/NodeSorterView.js +43 -0
  178. package/src/components/node-sorter/styles.scss +26 -0
  179. package/src/components/popover/PopoverView.js +8 -0
  180. package/src/components/popover/styles.scss +32 -0
  181. package/src/components/side-by-side/SideBySideView.hbs +2 -0
  182. package/src/components/side-by-side/SideBySideView.js +42 -0
  183. package/src/components/side-by-side/styles.scss +59 -0
  184. package/src/components/side-by-side/vertical.png +0 -0
  185. package/src/components/side-nav/SideNavView.hbs +39 -0
  186. package/src/components/side-nav/SideNavView.js +81 -0
  187. package/src/components/side-nav/styles.scss +118 -0
  188. package/src/components/status-toggle/StatusToggleView.hbs +16 -0
  189. package/src/components/status-toggle/StatusToggleView.js +42 -0
  190. package/src/components/status-toggle/styles.scss +35 -0
  191. package/src/components/testresult/TestResultView.hbs +32 -0
  192. package/src/components/testresult/TestResultView.js +90 -0
  193. package/src/components/testresult/styles.scss +29 -0
  194. package/src/components/testresult-execution/TestResultExecutionView.hbs +13 -0
  195. package/src/components/testresult-execution/TestResultExecutionView.js +85 -0
  196. package/src/components/testresult-execution/stages-block.hbs +47 -0
  197. package/src/components/testresult-execution/steps-list.hbs +31 -0
  198. package/src/components/testresult-execution/styles.scss +70 -0
  199. package/src/components/testresult-overview/TestResultOverviewView.hbs +8 -0
  200. package/src/components/testresult-overview/TestResultOverviewView.js +46 -0
  201. package/src/components/testresult-overview/styles.scss +22 -0
  202. package/src/components/testresult-tree/TestResultTreeView.js +60 -0
  203. package/src/components/tooltip/TooltipView.js +111 -0
  204. package/src/components/tooltip/styles.scss +43 -0
  205. package/src/components/tree/TreeView.hbs +9 -0
  206. package/src/components/tree/TreeView.js +200 -0
  207. package/src/components/tree/styles.scss +141 -0
  208. package/src/components/tree/tree-group.hbs +36 -0
  209. package/src/components/tree/tree-leaf.hbs +53 -0
  210. package/src/components/tree/tree-time.hbs +6 -0
  211. package/src/components/tree-view-container/TreeViewContainer.hbs +34 -0
  212. package/src/components/tree-view-container/TreeViewContainer.js +103 -0
  213. package/src/components/tree-view-container/styles.scss +38 -0
  214. package/src/components/widget-status/WidgetStatusView.hbs +21 -0
  215. package/src/components/widget-status/WidgetStatusView.js +17 -0
  216. package/src/components/widgets-grid/WidgetsGridView.js +90 -0
  217. package/src/components/widgets-grid/styles.scss +34 -0
  218. package/src/data/localstorage/LocalStorageModel.js +23 -0
  219. package/src/data/testresult/TestResultModel.js +36 -0
  220. package/src/data/tree/TreeCollection.js +153 -0
  221. package/src/data/tree/comparator.js +63 -0
  222. package/src/data/tree/filter.js +66 -0
  223. package/src/data/trend/TrendCollection.js +36 -0
  224. package/src/data/widgets/WidgetsModel.js +25 -0
  225. package/src/decorators/index.js +53 -0
  226. package/src/favicon.ico +0 -0
  227. package/src/helpers/allure-icon.js +228 -0
  228. package/src/helpers/and.js +3 -0
  229. package/src/helpers/angle.js +15 -0
  230. package/src/helpers/arrow.js +17 -0
  231. package/src/helpers/b.js +6 -0
  232. package/src/helpers/concat.js +3 -0
  233. package/src/helpers/date.js +11 -0
  234. package/src/helpers/default.js +8 -0
  235. package/src/helpers/duration.js +60 -0
  236. package/src/helpers/eq.js +3 -0
  237. package/src/helpers/fileicon.js +5 -0
  238. package/src/helpers/filesize.js +8 -0
  239. package/src/helpers/gt.js +3 -0
  240. package/src/helpers/inc.js +3 -0
  241. package/src/helpers/is-def.js +3 -0
  242. package/src/helpers/job-icon.js +8 -0
  243. package/src/helpers/linky.js +7 -0
  244. package/src/helpers/not.js +3 -0
  245. package/src/helpers/or.js +3 -0
  246. package/src/helpers/sort-class.js +6 -0
  247. package/src/helpers/statistic-bar.js +12 -0
  248. package/src/helpers/status-bar.js +14 -0
  249. package/src/helpers/t.js +5 -0
  250. package/src/helpers/text-with-links.js +18 -0
  251. package/src/helpers/time.js +18 -0
  252. package/src/helpers/timeago.js +10 -0
  253. package/src/index.html +17 -0
  254. package/src/index.js +52 -0
  255. package/src/layouts/application/AppLayout.hbs +2 -0
  256. package/src/layouts/application/AppLayout.js +50 -0
  257. package/src/layouts/application/styles.scss +17 -0
  258. package/src/layouts/error/ErrorLayout.js +11 -0
  259. package/src/layouts/overview/OverviewLayout.js +8 -0
  260. package/src/layouts/testresult/TestResultLayout.js +43 -0
  261. package/src/layouts/tree/TreeLayout.js +45 -0
  262. package/src/mixins.scss +128 -0
  263. package/src/pluginApi.js +26 -0
  264. package/src/plugins/.eslintrc +5 -0
  265. package/src/plugins/default/index.js +11 -0
  266. package/src/plugins/screen-diff/index.js +186 -0
  267. package/src/plugins/screen-diff/styles.css +30 -0
  268. package/src/plugins/tab-behaviors/index.js +239 -0
  269. package/src/plugins/tab-category/index.js +15 -0
  270. package/src/plugins/tab-graph/GraphCollection.js +12 -0
  271. package/src/plugins/tab-graph/GraphLayout.js +17 -0
  272. package/src/plugins/tab-graph/index.js +8 -0
  273. package/src/plugins/tab-packages/index.js +137 -0
  274. package/src/plugins/tab-suites/index.js +15 -0
  275. package/src/plugins/tab-timeline/TimelineLayout.js +18 -0
  276. package/src/plugins/tab-timeline/TimelineView.hbs +17 -0
  277. package/src/plugins/tab-timeline/TimelineView.js +250 -0
  278. package/src/plugins/tab-timeline/index.js +12 -0
  279. package/src/plugins/tab-timeline/styles.scss +76 -0
  280. package/src/plugins/testresult-category/CategoryView.hbs +6 -0
  281. package/src/plugins/testresult-category/CategoryView.js +17 -0
  282. package/src/plugins/testresult-category/index.js +3 -0
  283. package/src/plugins/testresult-description/DescriptionView.hbs +4 -0
  284. package/src/plugins/testresult-description/DescriptionView.js +16 -0
  285. package/src/plugins/testresult-description/index.js +3 -0
  286. package/src/plugins/testresult-duration/DurationView.hbs +7 -0
  287. package/src/plugins/testresult-duration/DurationView.js +16 -0
  288. package/src/plugins/testresult-duration/index.js +3 -0
  289. package/src/plugins/testresult-history/HistoryView.hbs +27 -0
  290. package/src/plugins/testresult-history/HistoryView.js +33 -0
  291. package/src/plugins/testresult-history/index.js +3 -0
  292. package/src/plugins/testresult-history/styles.scss +10 -0
  293. package/src/plugins/testresult-links/LinksView.hbs +17 -0
  294. package/src/plugins/testresult-links/LinksView.js +17 -0
  295. package/src/plugins/testresult-links/index.js +3 -0
  296. package/src/plugins/testresult-links/styles.scss +19 -0
  297. package/src/plugins/testresult-owner/OwnerView.hbs +4 -0
  298. package/src/plugins/testresult-owner/OwnerView.js +17 -0
  299. package/src/plugins/testresult-owner/index.js +3 -0
  300. package/src/plugins/testresult-parameters/ParametersView.hbs +13 -0
  301. package/src/plugins/testresult-parameters/ParametersView.js +22 -0
  302. package/src/plugins/testresult-parameters/index.js +3 -0
  303. package/src/plugins/testresult-parameters/styles.scss +8 -0
  304. package/src/plugins/testresult-retries/RetriesView.hbs +13 -0
  305. package/src/plugins/testresult-retries/RetriesView.js +28 -0
  306. package/src/plugins/testresult-retries/index.js +3 -0
  307. package/src/plugins/testresult-retries/styles.scss +11 -0
  308. package/src/plugins/testresult-severity/SeverityView.hbs +4 -0
  309. package/src/plugins/testresult-severity/SeverityView.js +17 -0
  310. package/src/plugins/testresult-severity/index.js +3 -0
  311. package/src/plugins/testresult-tags/TagsView.hbs +5 -0
  312. package/src/plugins/testresult-tags/TagsView.js +17 -0
  313. package/src/plugins/testresult-tags/index.js +3 -0
  314. package/src/plugins/widget-categories/index.js +12 -0
  315. package/src/plugins/widget-categories-trend/CategoriesTrendWidgetView.hbs +4 -0
  316. package/src/plugins/widget-categories-trend/CategoriesTrendWidgetView.js +33 -0
  317. package/src/plugins/widget-categories-trend/index.js +4 -0
  318. package/src/plugins/widget-categories-trend/styles.scss +6 -0
  319. package/src/plugins/widget-duration/DurationWidgetView.hbs +4 -0
  320. package/src/plugins/widget-duration/DurationWidgetView.js +23 -0
  321. package/src/plugins/widget-duration/index.js +3 -0
  322. package/src/plugins/widget-duration-trend/DurationTrendWidgetView.hbs +4 -0
  323. package/src/plugins/widget-duration-trend/DurationTrendWidgetView.js +49 -0
  324. package/src/plugins/widget-duration-trend/index.js +4 -0
  325. package/src/plugins/widget-duration-trend/styles.scss +6 -0
  326. package/src/plugins/widget-environment/EnvironmentWidget.hbs +27 -0
  327. package/src/plugins/widget-environment/EnvironmentWidget.js +25 -0
  328. package/src/plugins/widget-environment/index.js +3 -0
  329. package/src/plugins/widget-executor/ExecutorsWidgetView.hbs +40 -0
  330. package/src/plugins/widget-executor/ExecutorsWidgetView.js +8 -0
  331. package/src/plugins/widget-executor/index.js +3 -0
  332. package/src/plugins/widget-history-trend/HistoryTrendWidgetView.hbs +4 -0
  333. package/src/plugins/widget-history-trend/HistoryTrendWidgetView.js +30 -0
  334. package/src/plugins/widget-history-trend/index.js +6 -0
  335. package/src/plugins/widget-history-trend/styles.scss +6 -0
  336. package/src/plugins/widget-launch/LaunchesWidgetView.hbs +23 -0
  337. package/src/plugins/widget-launch/LaunchesWidgetView.js +8 -0
  338. package/src/plugins/widget-launch/index.js +3 -0
  339. package/src/plugins/widget-retry-trend/RetryTrendWidgetView.hbs +4 -0
  340. package/src/plugins/widget-retry-trend/RetryTrendWidgetView.js +33 -0
  341. package/src/plugins/widget-retry-trend/index.js +4 -0
  342. package/src/plugins/widget-retry-trend/styles.scss +6 -0
  343. package/src/plugins/widget-severity/SeverityWidgetView.hbs +4 -0
  344. package/src/plugins/widget-severity/SeverityWidgetView.js +23 -0
  345. package/src/plugins/widget-severity/index.js +3 -0
  346. package/src/plugins/widget-status/StatusWidgetView.hbs +4 -0
  347. package/src/plugins/widget-status/StatusWidgetView.js +44 -0
  348. package/src/plugins/widget-status/index.js +3 -0
  349. package/src/plugins/widget-suites/index.js +12 -0
  350. package/src/plugins/widget-summary/SummaryWidgetView.hbs +20 -0
  351. package/src/plugins/widget-summary/SummaryWidgetView.js +33 -0
  352. package/src/plugins/widget-summary/index.js +3 -0
  353. package/src/plugins/widget-summary/styles.scss +14 -0
  354. package/src/router.js +52 -0
  355. package/src/rtl.scss +19 -0
  356. package/src/styles.scss +91 -0
  357. package/src/translations/az.json +217 -0
  358. package/src/translations/br.json +205 -0
  359. package/src/translations/de.json +205 -0
  360. package/src/translations/en.json +222 -0
  361. package/src/translations/es.json +209 -0
  362. package/src/translations/fr.json +217 -0
  363. package/src/translations/he.json +205 -0
  364. package/src/translations/isv.json +216 -0
  365. package/src/translations/ja.json +210 -0
  366. package/src/translations/kr.json +210 -0
  367. package/src/translations/nl.json +217 -0
  368. package/src/translations/pl.json +220 -0
  369. package/src/translations/ru.json +215 -0
  370. package/src/translations/sv.json +222 -0
  371. package/src/translations/tr.json +217 -0
  372. package/src/translations/zh.json +191 -0
  373. package/src/utils/arrays.js +3 -0
  374. package/src/utils/attachmentType.js +101 -0
  375. package/src/utils/clipboard.js +38 -0
  376. package/src/utils/escape.js +5 -0
  377. package/src/utils/gtag.js +8 -0
  378. package/src/utils/highlight.js +14 -0
  379. package/src/utils/hotkeys.js +25 -0
  380. package/src/utils/loading.js +9 -0
  381. package/src/utils/marks.js +1 -0
  382. package/src/utils/pluginsRegistry.js +56 -0
  383. package/src/utils/settings.js +4 -0
  384. package/src/utils/settingsFactory.js +149 -0
  385. package/src/utils/sorting.js +21 -0
  386. package/src/utils/statuses.js +1 -0
  387. package/src/utils/translation.js +63 -0
  388. package/src/variables.scss +71 -0
  389. package/types.d.ts +5 -0
  390. package/webpack/utils.js +10 -0
  391. package/webpack.config.js +127 -0
package/.babelrc.cjs ADDED
@@ -0,0 +1,18 @@
1
+ module.exports = (api) => {
2
+ api.cache(() => process.env.NODE_ENV);
3
+
4
+ const presets = [
5
+ "@babel/preset-env"
6
+ ];
7
+ const plugins = [
8
+ ["@babel/plugin-proposal-decorators", { legacy: true }],
9
+ "@babel/plugin-proposal-class-properties",
10
+ "@babel/plugin-proposal-object-rest-spread",
11
+ "@babel/plugin-transform-runtime",
12
+ ];
13
+
14
+ return {
15
+ presets,
16
+ plugins,
17
+ };
18
+ };
package/.eslintrc.cjs ADDED
@@ -0,0 +1,125 @@
1
+ /* eslint-disable id-blacklist */
2
+ module.exports = {
3
+ root: true,
4
+ globals: {
5
+ __PATH_PREFIX__: true,
6
+ },
7
+ env: {
8
+ browser: true,
9
+ node: true,
10
+ es6: true,
11
+ },
12
+ extends: [
13
+ "eslint:recommended",
14
+ "prettier",
15
+ ],
16
+ ignorePatterns: ["dist/", ".eslintrc.cjs", "webpack.config.js", "types.d.ts"],
17
+ parser: "@babel/eslint-parser",
18
+ parserOptions: {
19
+ babelOptions: {
20
+ configFile: require.resolve("./.babelrc.cjs")
21
+ }
22
+ },
23
+ plugins: ["n", "no-null", "prefer-arrow", "import", "jsdoc", "@stylistic"],
24
+ rules: {
25
+ "@stylistic/member-delimiter-style": [
26
+ "error",
27
+ {
28
+ multiline: {
29
+ delimiter: "semi",
30
+ requireLast: true,
31
+ },
32
+ singleline: {
33
+ delimiter: "semi",
34
+ requireLast: false,
35
+ },
36
+ },
37
+ ],
38
+ "@stylistic/quotes": ["error", "double", { avoidEscape: true }],
39
+ "@stylistic/semi": ["error"],
40
+ "@stylistic/type-annotation-spacing": "error",
41
+ "arrow-body-style": "off",
42
+ "arrow-parens": ["off", "always"],
43
+ "brace-style": ["error", "1tbs"],
44
+ "complexity": "off",
45
+ "constructor-super": "error",
46
+ "curly": "error",
47
+ "eol-last": "error",
48
+ "eqeqeq": ["error", "smart"],
49
+ "guard-for-in": "error",
50
+ "id-blacklist": [
51
+ "error",
52
+ "any",
53
+ "Number",
54
+ "number",
55
+ "String",
56
+ "string",
57
+ "Boolean",
58
+ "boolean",
59
+ "Undefined",
60
+ "undefined",
61
+ ],
62
+ "id-match": "error",
63
+ "import/no-default-export": "off",
64
+ "import/no-unassigned-import": "off",
65
+ "jsdoc/check-alignment": "error",
66
+ "jsdoc/check-indentation": "error",
67
+ "max-classes-per-file": ["error", 5],
68
+ "max-lines": ["error", 700],
69
+ "n/file-extension-in-import": "off",
70
+ "new-parens": "error",
71
+ "no-bitwise": "error",
72
+ "no-caller": "error",
73
+ "no-cond-assign": "error",
74
+ "no-console": "error",
75
+ "no-debugger": "error",
76
+ "no-empty": "off",
77
+ "no-eval": "error",
78
+ "no-fallthrough": "off",
79
+ "no-invalid-this": "off",
80
+ "no-multiple-empty-lines": "error",
81
+ "no-new-wrappers": "error",
82
+ "no-null/no-null": "off",
83
+ "no-restricted-imports": ["error", "rxjs"],
84
+ "no-shadow": "off",
85
+ "no-throw-literal": "error",
86
+ "no-trailing-spaces": "error",
87
+ "no-undef-init": "error",
88
+ "no-underscore-dangle": ["error", { allow: ["_currentRetry", "_retriedTest", "_retries"] }],
89
+ "no-unsafe-finally": "error",
90
+ "no-unused-labels": "error",
91
+ "no-var": "error",
92
+ "object-shorthand": "off",
93
+ "one-var": ["off", "never"],
94
+ "padding-line-between-statements": [
95
+ "off",
96
+ {
97
+ blankLine: "always",
98
+ prev: "*",
99
+ next: "return",
100
+ },
101
+ ],
102
+ "prefer-arrow/prefer-arrow-functions": "error",
103
+ "prefer-const": "error",
104
+ "prefer-template": "error",
105
+ "quote-props": ["error", "consistent-as-needed"],
106
+ "radix": "error",
107
+ "space-before-function-paren": [
108
+ "error",
109
+ {
110
+ anonymous: "always",
111
+ asyncArrow: "always",
112
+ named: "never",
113
+ },
114
+ ],
115
+ "spaced-comment": [
116
+ "warn",
117
+ "always",
118
+ {
119
+ markers: ["/"],
120
+ },
121
+ ],
122
+ "use-isnan": "error",
123
+ "valid-typeof": "off",
124
+ },
125
+ };
package/README.md ADDED
@@ -0,0 +1,27 @@
1
+ # Web Allure Classic
2
+
3
+ [<img src="https://allurereport.org/public/img/allure-report.svg" height="85px" alt="Allure Report logo" align="right" />](https://allurereport.org "Allure Report")
4
+
5
+ - Learn more about Allure Report at https://allurereport.org
6
+ - 📚 [Documentation](https://allurereport.org/docs/) – discover official documentation for Allure Report
7
+ - ❓ [Questions and Support](https://github.com/orgs/allure-framework/discussions/categories/questions-support) – get help from the team and community
8
+ - 📢 [Official announcements](https://github.com/orgs/allure-framework/discussions/categories/announcements) – be in touch with the latest updates
9
+ - 💬 [General Discussion ](https://github.com/orgs/allure-framework/discussions/categories/general-discussion) – engage in casual conversations, share insights and ideas with the community
10
+
11
+ ---
12
+
13
+ ## Overview
14
+
15
+ Allure Classic report web-implementation. The report looks and works exactly like the [original Allure Report](https://github.com/allure-framework/allure2).
16
+
17
+ The package is utilized by Classic Plugin.
18
+
19
+ ## Install
20
+
21
+ Use your favorite package manager to install the package:
22
+
23
+ ```shell
24
+ npm add @allurereport/web-classic
25
+ yarn add @allurereport/web-classic
26
+ pnpm add @allurereport/web-classic
27
+ ```
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_allure2=self.webpackChunk_allurereport_web_allure2||[]).push([[154],{154:function(n){n.exports='{\n "chart": {\n "duration": {\n "empty": "没有信息",\n "name": "耗时"\n },\n "severity": {\n "name": "优先级"\n },\n "status": {\n "name": "状态"\n },\n "trend": {\n "empty": "没有信息"\n }\n },\n "component": {\n "statusToggle": {\n "hideCases": "隐藏{{status}}状态的用例",\n "showCases": "显示{{status}}状态的用例"\n },\n "tree": {\n "empty": "没有记录",\n "filter": "通过用例状态过滤",\n "filtered": {\n "shown": "显示{{count}}个",\n "total": "共{{count}}个用例",\n "total_plural": "共{{count}}个用例"\n },\n "groups": "开关测试套信息",\n "time": {\n "max": {\n "name": "最长",\n "tooltip": "好使最长的用例"\n },\n "sum": {\n "name": "合并",\n "tooltip": "所有用例耗时之和"\n },\n "total": {\n "name": "整体",\n "tooltip": "从首个用例的开始时间到最后一个用例的结束时间"\n }\n },\n "unknown": "空小组"\n },\n "widgetStatus": {\n "showAll": "显示所有",\n "total": "总共{{count}}项",\n "total_plural": "总共{{count}}项"\n }\n },\n "controls": {\n "backto": "返回",\n "clipboard": "复制到剪贴板",\n "collapse": "折叠",\n "expand": "展开",\n "fullscreen": "全屏",\n "language": "切换地区语言"\n },\n "errors": {\n "missedAttachment": "没有找到附件",\n "notFound": "没有找到"\n },\n "marks": {\n "flaky": "不稳定",\n "newBroken": "新的故障",\n "newFailed": "新的失败",\n "newPassed": "新的通过",\n "retriesStatusChange": "重试后状态改变"\n },\n "sorter": {\n "duration": "用时",\n "name": "名称",\n "status": "状态"\n },\n "status": {\n "broken": "故障",\n "failed": "失败",\n "passed": "通过",\n "skipped": "跳过",\n "unknown": "未知"\n },\n "tab": {\n "categories": {\n "name": "类别"\n },\n "graph": {\n "name": "图表"\n },\n "overview": {\n "name": "总览"\n },\n "suites": {\n "name": "测试套"\n },\n "timeline": {\n "name": "时间刻度",\n "selected": "{{count}}个测试用例({{percent}}%)执行时间超过{{duration}}",\n "selected_plural": "{{count}}个测试用例({{percent}}%)执行时间超过{{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "类别"\n },\n "description": {\n "name": "描述"\n },\n "duration": {\n "name": "耗时"\n },\n "execution": {\n "body": "测试步骤",\n "name": "执行",\n "setup": "前置",\n "teardown": "后置"\n },\n "history": {\n "name": "历史",\n "successRate": "成功率"\n },\n "links": {\n "name": "链接"\n },\n "overview": {\n "name": "总览"\n },\n "owner": {\n "name": "作者"\n },\n "parameters": {\n "name": "参数"\n },\n "retries": {\n "name": "重试次数"\n },\n "severity": {\n "name": "优先级"\n },\n "stats": {\n "count": {\n "attachments": "{{count}}个附件",\n "attachments_plural": "{{count}}个附件",\n "parameters": "{{count}}个参数",\n "parameters_plural": "{{count}}个参数",\n "steps": "{{count}}个步骤",\n "steps_plural": "{{count}}个步骤"\n }\n },\n "status": {\n "empty": "状态详情为空",\n "trace": "展示堆栈"\n },\n "tags": {\n "name": "标签"\n }\n },\n "widget": {\n "categories": {\n "name": "类别"\n },\n "environment": {\n "empty": "没有环境变量",\n "name": "环境",\n "showAll": "显示所有"\n },\n "executors": {\n "empty": "没有运行器的信息",\n "name": "运行器",\n "unknown": "未知"\n },\n "launches": {\n "empty": "没有用例启动执行的信息",\n "name": "启动"\n },\n "suites": {\n "name": "测试套"\n },\n "summary": {\n "aggregatedName": "汇总报告",\n "launches": "启动",\n "launches_plural": "启动",\n "testResults": "测试用例",\n "testResults_plural": "测试用例"\n },\n "trend": {\n "name": "趋势"\n }\n }\n}\n'}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_allure2=self.webpackChunk_allurereport_web_allure2||[]).push([[216],{7216:function(n){n.exports='{\n "chart": {\n "duration": {\n "empty": "Brak czegokolwiek do pokazania",\n "name": "Czas trwania"\n },\n "severity": {\n "name": "Ważność"\n },\n "status": {\n "name": "Status"\n },\n "trend": {\n "empty": "Brak czegokolwiek do pokazania"\n }\n },\n "component": {\n "statusToggle": {\n "hideCases": "Ukryj rezultaty testów ze statusem {{status}}",\n "showCases": "Pokaż rezultaty testów ze statusem {{status}}"\n },\n "tree": {\n "download": "Pobierz CSV",\n "empty": "Brak elementów",\n "filter": "Filtrowanie według statusu",\n "filter-marks": "Filtrowanie według oznaczenia",\n "filtered": {\n "shown_0": "{{count}} pokazany",\n "shown_1": "{{count}} pokazane",\n "shown_2": "{{count}} pokazanych",\n "total_0": "{{count}} rezultat testu",\n "total_1": "{{count}} rezultaty testów",\n "total_2": "{{count}} rezultatów testów"\n },\n "groups": "Przełącz informacje o grupach",\n "time": {\n "max": {\n "name": "Najdłuższy",\n "tooltip": "Najdłuższy czas trwania"\n },\n "sum": {\n "name": "Suma",\n "tooltip": "Suma czasów trwania wszystkich testów"\n },\n "total": {\n "name": "Całkowity",\n "tooltip": "Czas od uruchomienia pierwszego testu do zakończenia ostatniego testu"\n }\n },\n "unknown": "<Pusty>"\n },\n "widgetStatus": {\n "showAll": "Pokaż wszystko",\n "total_0": "Razem {{count}} pozycja",\n "total_1": "Razem {{count}} pozycje",\n "total_2": "Razem {{count}} pozycji"\n }\n },\n "controls": {\n "backto": "Powrót do",\n "clipboard": "Zapisz do schowka",\n "clipboardError": "Nie można skopiować do schowka. Najprawdopodobniej twoja przeglądarka nie obsługuje tej funkcji",\n "clipboardSuccess": "Skopiowano pomyślnie",\n "collapse": "Zwiń",\n "expand": "Rozwiń",\n "fullscreen": "Pełny ekran",\n "language": "Zmień język"\n },\n "errors": {\n "missedAttachment": "Nie znaleziono załącznika",\n "notFound": "Nie znaleziono"\n },\n "marks": {\n "flaky": "Niestabilny",\n "newBroken": "Nowy uszkodzony",\n "newFailed": "Nowy nieudany",\n "newPassed": "Nowy udany",\n "retriesStatusChange": "Status zmieniony po ponownej próbie"\n },\n "sorter": {\n "duration": "czas trwania",\n "name": "nazwa",\n "order": "kolejność",\n "status": "status"\n },\n "status": {\n "broken": "Uszkodzony",\n "failed": "Nieudany",\n "passed": "Pomyślny",\n "skipped": "Pominięty",\n "unknown": "Nieznany"\n },\n "tab": {\n "categories": {\n "name": "Kategorie"\n },\n "graph": {\n "name": "Wykresy"\n },\n "overview": {\n "name": "Podsumowanie"\n },\n "suites": {\n "name": "Zestawy"\n },\n "timeline": {\n "name": "Oś czasowa",\n "selected_0": "{{count}} wybrany test ({{percent}}%) z czasem trwania powyżej {{duration}}",\n "selected_1": "{{count}} wybrane testy ({{percent}}%) z czasem trwania powyżej {{duration}}",\n "selected_2": "{{count}} wybranych testów ({{percent}}%) z czasem trwania powyżej {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Kategorie"\n },\n "description": {\n "name": "Opis"\n },\n "duration": {\n "name": "Czas trwania"\n },\n "execution": {\n "body": "Ciało testu",\n "name": "Wykonanie",\n "setup": "Przygotowanie",\n "teardown": "Zakończenie"\n },\n "history": {\n "name": "Historia",\n "successRate": "Współczynnik powodzenia"\n },\n "links": {\n "name": "Odnośniki"\n },\n "overview": {\n "name": "Podsumowanie"\n },\n "owner": {\n "name": "Właściciel"\n },\n "parameters": {\n "name": "Parametery"\n },\n "retries": {\n "empty": "Brak dostępnych informacji o powtórzeniach testów",\n "name": "Powtórzenia"\n },\n "severity": {\n "name": "Ważność",\n "blocker": "bloker",\n "critical": "krytyczna",\n "normal": "zwyczajna",\n "minor": "niewielka",\n "trivial": "minimalna"\n },\n "stats": {\n "count": {\n "attachments_0": "{{count}} załącznik",\n "attachments_1": "{{count}} załączniki",\n "attachments_2": "{{count}} załączników",\n "parameters_0": "{{count}} parametr",\n "parameters_1": "{{count}} parametry",\n "parameters_2": "{{count}} parametrów",\n "steps": "{{count}} podetap",\n "steps_plural": "{{count}} podetapy"\n }\n },\n "status": {\n "empty": "Puste szczegóły statusu",\n "trace": "Pokaż ślady"\n },\n "tags": {\n "name": "Tagi"\n }\n },\n "widget": {\n "categories": {\n "name": "Kategorie"\n },\n "categoriesTrend": {\n "name": "Trend kategorii"\n },\n "durationTrend": {\n "name": "Trend czasu trwania"\n },\n "environment": {\n "empty": "Brak zmiennych środowiskowych",\n "name": "Środowisko",\n "showAll": "Pokaż wszystkie"\n },\n "executors": {\n "empty": "Brak informacji o wykonawcach testów",\n "name": "Wykonawcy",\n "unknown": "Nieznany"\n },\n "launches": {\n "empty": "Brak informacji o uruchomieniach",\n "name": "Uruchomienia"\n },\n "retryTrend": {\n "name": "Trend powtórzeń"\n },\n "suites": {\n "name": "Zestawy"\n },\n "summary": {\n "aggregatedName": "Raport zbiorczy",\n "launches_0": "uruchomienie",\n "launches_1": "uruchomienia",\n "launches_3": "uruchomień",\n "testResults_0": "przypadek testowy",\n "testResults_1": "przypadki testowe",\n "testResults_3": "przypadków testowych"\n },\n "trend": {\n "name": "Trend"\n }\n }\n}\n'}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_allure2=self.webpackChunk_allurereport_web_allure2||[]).push([[232],{3232:function(n){n.exports='{\n "chart": {\n "duration": {\n "empty": "No hay nada para mostrar",\n "name": "Duración"\n },\n "severity": {\n "name": "Severidad"\n },\n "status": {\n "name": "Estado"\n },\n "trend": {\n "empty": "No hay nada para mostrar"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "Ocultar {{mark}} resultados de prueba",\n "showCases": "Mostrar {{mark}} resultados de prueba"\n },\n "statusToggle": {\n "hideCases": "Ocultar resultados de pruebas con estado {{status}}",\n "showCases": "Mostrar resultados de pruebas con estado {{status}}"\n },\n "tree": {\n "download": "Descargar CSV",\n "empty": "No hay ítems",\n "filter": "Estado",\n "unknown": "<Vacío>",\n "filtered": {\n "shown": "{{count}} mostrados",\n "total": "{{count}} resultado",\n "total_plural": "{{count}} resultados"\n },\n "groups": "Alternar información del grupo",\n "time": {\n "max": {\n "name": "Max",\n "tooltip": "Prueba con mayor duración"\n },\n "sum": {\n "name": "Suma",\n "tooltip": "Suma de todas las pruebas"\n },\n "total": {\n "name": "Total",\n "tooltip": "Duración desde el primer test iniciado hasta el último finalizado"\n }\n }\n },\n "widgetStatus": {\n "showAll": "Mostrar todo",\n "total": "total de ítems {{count}}",\n "total_plural": "total de ítems {{count}}"\n }\n },\n "controls": {\n "backto": "Volver a",\n "clipboard": "Copiar a portapapeles",\n "clipboardError": "No es posible utilizar el portapapeles. Parece ser que esta funcionalidad no es soportada por tu navegador",\n "clipboardSuccess": "Copiado exitosamente",\n "collapse": "Colapsar",\n "expand": "Expandir",\n "fullscreen": "Pantalla completa",\n "language": "Cambiar lenguaje"\n },\n "errors": {\n "missedAttachment": "Adjunto no encontrado",\n "notFound": "No encontrado"\n },\n "marks": {\n "flaky": "Inestable",\n "newBroken": "Nuevo roto",\n "newFailed": "Nuevo fallido",\n "newPassed": "Nuevo pasado",\n "retriesStatusChange": "El estado cambió después de reintentar"\n },\n "sorter": {\n "duration": "duración",\n "name": "nombre",\n "order": "orden",\n "status": "estado"\n },\n "status": {\n "broken": "Roto",\n "failed": "Fallido",\n "passed": "Exitoso",\n "skipped": "Ignorado",\n "unknown": "Desconocido"\n },\n "tab": {\n "categories": {\n "name": "Categorías"\n },\n "graph": {\n "name": "Gráficos"\n },\n "overview": {\n "name": "Visión General"\n },\n "suites": {\n "name": "Suites"\n },\n "timeline": {\n "name": "Línea de Tiempo",\n "selected": "Selecionada {{count}} prueba ({{percent}}%) con duración arriba de {{duration}}",\n "selected_plural": "Selecionadas {{count}} pruebas ({{percent}}%) con duración arriba de {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Categorías"\n },\n "description": {\n "name": "Descripción"\n },\n "duration": {\n "name": "Duración"\n },\n "execution": {\n "body": "Contenido de la prueba",\n "name": "Ejecución",\n "setup": "Pre-ejecución",\n "teardown": "Post-ejecución"\n },\n "history": {\n "name": "Histórico",\n "successRate": "Tasa de éxito"\n },\n "links": {\n "name": "Links"\n },\n "overview": {\n "name": "Visión general"\n },\n "owner": {\n "name": "Propietario"\n },\n "parameters": {\n "name": "Parámetros"\n },\n "retries": {\n "empty": "No hay información disponible sobre los reintentos de la prueba",\n "name": "Reintentos"\n },\n "severity": {\n "name": "Severidad"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} adjunto",\n "attachments_plural": "{{count}} adjuntos",\n "parameters": "{{count}} parámetro",\n "parameters_plural": "{{count}} parámetros",\n "steps": "{{count}} sub-paso",\n "steps_plural": "{{count}} sub-pasos"\n }\n },\n "status": {\n "empty": "Detalles de estado no existente",\n "trace": "Mostrar trace"\n },\n "tags": {\n "name": "Etiquetas"\n }\n },\n "widget": {\n "categories": {\n "name": "Categorías"\n },\n "categoriesTrend": {\n "name": "Tendencia de categorías"\n },\n "durationTrend": {\n "name": "Tendencia de duraciones"\n },\n "environment": {\n "empty": "No hay variables de ambiente definidas",\n "name": "Ambiente",\n "showAll": "Mostrar todo"\n },\n "executors": {\n "empty": "No hay información sobre los ejecutores de pruebas",\n "name": "Ejecutores",\n "unknown": "Desconocido"\n },\n "launches": {\n "empty": "No hay información sobre ejecutores",\n "name": "Ejecutores"\n },\n "retryTrend": {\n "name": "Tendencia de reintentos"\n },\n "suites": {\n "name": "Suites"\n },\n "summary": {\n "aggregatedName": "Reporte agregado",\n "launches": "ejecución",\n "launches_plural": "ejecuciones",\n "testResults": "caso de prueba",\n "testResults_plural": "casos de prueba"\n },\n "trend": {\n "name": "Tendencia"\n }\n }\n}\n'}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_allure2=self.webpackChunk_allurereport_web_allure2||[]).push([[250],{9250:function(n){n.exports='{\n "chart": {\n "duration": {\n "empty": "Gösterilecek bir şey yok",\n "name": "Süre"\n },\n "severity": {\n "name": "Önem Derecesi"\n },\n "status": {\n "name": "Durum"\n },\n "trend": {\n "empty": "Gösterilecek bir şey yok"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "{{mark}} test sonuçlarını gizle",\n "showCases": "{{mark}} test sonuçlarını göster"\n },\n "statusToggle": {\n "hideCases": "{{status}} durumlu test sonuçlarını gizle",\n "showCases": "{{status}} durumlu test sonuçlarını göster"\n },\n "tree": {\n "download": "CSV indir",\n "empty": "Öğe yok",\n "filter": "Durum",\n "filter-marks": "İşaretler",\n "filtered": {\n "shown": "{{count}} gösteriliyor",\n "total": "{{count}} test sonucu",\n "total_plural": "{{count}} test sonucu"\n },\n "groups": "Grup bilgisini aç/kapat",\n "time": {\n "max": {\n "name": "Maks.",\n "tooltip": "En uzun test süresi"\n },\n "sum": {\n "name": "Toplam",\n "tooltip": "Tüm test sürelerinin toplamı"\n },\n "total": {\n "name": "Toplam Süre",\n "tooltip": "İlk testin başlangıcından son testin bitişine kadar geçen süre"\n }\n },\n "unknown": "<Boş>"\n },\n "widgetStatus": {\n "showAll": "Hepsini Göster",\n "total": "{{count}} öğe toplam",\n "total_plural": "{{count}} öğe toplam"\n }\n },\n "controls": {\n "backto": "Geri Dön",\n "clipboard": "Panoya Kopyala",\n "clipboardError": "Değer panoya kopyalanamadı. Tarayıcınız tarafından desteklenmediği görünüyor.",\n "clipboardSuccess": "Başarıyla kopyalandı",\n "collapse": "Daralt",\n "expand": "Genişlet",\n "fullscreen": "Tam Ekran",\n "language": "Dili Değiştir"\n },\n "errors": {\n "missedAttachment": "Ek dosya bulunamadı",\n "notFound": "Bulunamadı"\n },\n "marks": {\n "flaky": "Kararsız",\n "newBroken": "Yeni Bozuk",\n "newFailed": "Yeni Başarısız",\n "newPassed": "Yeni Başarılı",\n "retriesStatusChange": "Yeniden deneme sonrası durum değişikliği"\n },\n "sorter": {\n "duration": "süre",\n "name": "ad",\n "order": "sıralama",\n "status": "durum"\n },\n "status": {\n "broken": "Kırık",\n "failed": "Başarısız",\n "passed": "Başarılı",\n "skipped": "Atlandı",\n "unknown": "Bilinmeyen"\n },\n "tab": {\n "categories": {\n "name": "Kategoriler"\n },\n "graph": {\n "name": "Grafikler"\n },\n "overview": {\n "name": "Genel Bakış"\n },\n "suites": {\n "name": "Test Suitleri"\n },\n "timeline": {\n "name": "Zaman Çizelgesi",\n "selected": "{{duration}} süreden fazla süren {{count}} test (%{{percent}}) seçildi",\n "selected_plural": "{{duration}} süreden fazla süren {{count}} test (%{{percent}}) seçildi"\n }\n },\n "testResult": {\n "categories": {\n "name": "Kategoriler"\n },\n "description": {\n "name": "Açıklama"\n },\n "duration": {\n "name": "Süre"\n },\n "execution": {\n "body": "Test gövdesi",\n "downloadAttachment": {\n "tooltip": "Eki yeni bir sekmede aç"\n },\n "name": "Çalıştırma",\n "setup": "Kurulum",\n "teardown": "Kaldırma"\n },\n "history": {\n "empty": "Geçmiş bilgisi yok.",\n "name": "Geçmiş",\n "statistic": "{{total}}\'nin {{passed}} geçti",\n "successRate": "Başarı oranı",\n "time": "{{time}} tarihinde, {{date}}"\n },\n "links": {\n "name": "Bağlantılar"\n },\n "overview": {\n "name": "Genel Bakış"\n },\n "owner": {\n "name": "Sahip"\n },\n "parameters": {\n "name": "Parametreler"\n },\n "retries": {\n "empty": "Test yeniden deneme hakkında bilgi yok",\n "name": "Yeniden Denemeler",\n "time": "{{time}} tarihinde, {{date}}"\n },\n "severity": {\n "name": "Önem"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} eklenti",\n "attachments_plural": "{{count}} eklenti",\n "parameters": "{{count}} parametre",\n "parameters_plural": "{{count}} parametre",\n "steps": "{{count}} alt adım",\n "steps_plural": "{{count}} alt adım"\n }\n },\n "status": {\n "empty": "Boş durum ayrıntıları",\n "trace": "İzlemeyi göster"\n },\n "tags": {\n "name": "Etiketler"\n }\n },\n "widget": {\n "categories": {\n "name": "Kategoriler"\n },\n "categoriesTrend": {\n "name": "Kategoriler trendi"\n },\n "durationTrend": {\n "name": "Süre trendi"\n },\n "environment": {\n "empty": "Herhangi bir çevresel değişken yok",\n "name": "Çevre",\n "showAll": "Hepsini göster"\n },\n "executors": {\n "empty": "Test yürütücüleri hakkında bilgi yok",\n "name": "Yürütücüler",\n "unknown": "Bilinmiyor"\n },\n "launches": {\n "empty": "Başlatma hakkında bilgi yok",\n "name": "Başlatmalar"\n },\n "retryTrend": {\n "name": "Tekrar trendi"\n },\n "suites": {\n "name": "Suitler"\n },\n "summary": {\n "aggregatedName": "Toplu rapor",\n "launches": "başlatma",\n "launches_plural": "başlatmalar",\n "testResults": "test durumu",\n "testResults_plural": "test durumları"\n },\n "trend": {\n "name": "Trend"\n }\n }\n}\n'}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_allure2=self.webpackChunk_allurereport_web_allure2||[]).push([[256],{1256:function(n){n.exports='{\n "chart": {\n "duration": {\n "empty": "Não há nada para mostrar",\n "name": "Duração"\n },\n "severity": {\n "name": "Severidade"\n },\n "status": {\n "name": "Situação"\n },\n "trend": {\n "empty": "Não há nada para mostrar"\n }\n },\n "component": {\n "statusToggle": {\n "hideCases": "Ocultar resultados dos testes com situação {{status}}",\n "showCases": "Mostrar resultados dos testes com situação {{status}}"\n },\n "tree": {\n "download": "Download CSV",\n "empty": "Não há itens",\n "filter": "Filtrar por situação",\n "filtered": {\n "shown": "mostrar {{count}}",\n "total": "resultado do teste {{count}}",\n "total_plural": "resultados dos testes {{count}}"\n },\n "groups": "Alternar informações do grupo",\n "time": {\n "max": {\n "name": "Max",\n "tooltip": "Teste mais demorado"\n },\n "sum": {\n "name": "Soma",\n "tooltip": "Soma da duração de todos os testes"\n },\n "total": {\n "name": "Total",\n "tooltip": "Duração de inicio do primeiro teste até o ultimo teste finalizar"\n }\n },\n "unknown": "Grupo vazio"\n },\n "widgetStatus": {\n "showAll": "Mostrar tudo",\n "total": "total de item {{count}}",\n "total_plural": "total de itens {{count}}"\n }\n },\n "controls": {\n "backto": "Voltar para",\n "clipboard": "Copiar para área de transferência",\n "clipboardError": "Não é possível copiar o valor para área de transferência. Parece que está funcionalidade não é suportada pelo seu browser",\n "clipboardSuccess": "Copiado com sucesso",\n "collapse": "Reduzir",\n "expand": "Expandir",\n "fullscreen": "Tela cheia",\n "language": "Mudar a linguagem"\n },\n "errors": {\n "missedAttachment": "Anexo não encontrado",\n "notFound": "Não encontrado"\n },\n "marks": {\n "flaky": "Inconsistente",\n "newBroken": "Novo quebrado",\n "newFailed": "Novo falhou",\n "newPassed": "Novo passou",\n "retriesStatusChange": "Status alterado após nova tentativa"\n },\n "sorter": {\n "duration": "duração",\n "name": "nome",\n "order": "ordem",\n "status": "situação"\n },\n "status": {\n "broken": "Quebrado",\n "failed": "Falhou",\n "passed": "Passou",\n "skipped": "Ignorado",\n "unknown": "Desconhecido"\n },\n "tab": {\n "categories": {\n "name": "Categorias"\n },\n "graph": {\n "name": "Gráficos"\n },\n "overview": {\n "name": "Visão geral"\n },\n "suites": {\n "name": "Suítes"\n },\n "timeline": {\n "name": "Linha do tempo",\n "selected": "Selecionado {{count}} teste ({{percent}}%) com duração acima de {{duration}}",\n "selected_plural": "Selecionados {{count}} testes ({{percent}}%) com duração acima de {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Categorias"\n },\n "description": {\n "name": "Descrição"\n },\n "duration": {\n "name": "Duração"\n },\n "execution": {\n "body": "Corpo do teste",\n "name": "Execução",\n "setup": "Pré-execução",\n "teardown": "Pós-execução"\n },\n "history": {\n "name": "Histórico",\n "successRate": "Taxa de sucesso"\n },\n "links": {\n "name": "Links"\n },\n "overview": {\n "name": "Visão geral"\n },\n "owner": {\n "name": "Proprietário"\n },\n "parameters": {\n "name": "Parâmetros"\n },\n "retries": {\n "empty": "Não há informação disponível sobre as tentativas de testes.",\n "name": "Tentativas"\n },\n "severity": {\n "name": "Severidade"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} anexo",\n "attachments_plural": "{{count}} anexos",\n "parameters": "{{count}} parâmetro",\n "parameters_plural": "{{count}} parâmetros",\n "steps": "{{count}} sub-passo",\n "steps_plural": "{{count}} sub-passos"\n }\n },\n "status": {\n "empty": "Detalhes da situação vazio.",\n "trace": "Mostrar trace"\n },\n "tags": {\n "name": "Tags"\n }\n },\n "widget": {\n "categories": {\n "name": "Categorias"\n },\n "categoriesTrend": {\n "name": "Tendência das categorias"\n },\n "durationTrend": {\n "name": "Tendência das durações"\n },\n "environment": {\n "empty": "Não há variáveis de ambiente.",\n "name": "Ambiente",\n "showAll": "Mostrar tudo"\n },\n "executors": {\n "empty": "Não há informação sobre os executores dos testes.",\n "name": "Executores",\n "unknown": "Desconhecido"\n },\n "launches": {\n "empty": "Não há informações sobre execuções",\n "name": "Execuções"\n },\n "retryTrend": {\n "name": "Tendência das tentativas"\n },\n "suites": {\n "name": "Suítes"\n },\n "summary": {\n "aggregatedName": "Relatório agregado",\n "launches": "execução",\n "launches_plural": "execuções",\n "testResults": "caso de teste",\n "testResults_plural": "casos de teste"\n },\n "trend": {\n "name": "Tendência"\n }\n }\n}\n'}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_allure2=self.webpackChunk_allurereport_web_allure2||[]).push([[301],{301:function(n){n.exports='{\n "chart": {\n "duration": {\n "empty": "Det finns ingenting att visa här",\n "name": "Varaktighet"\n },\n "severity": {\n "name": "Allvarlighetsgrad"\n },\n "status": {\n "name": "Status"\n },\n "trend": {\n "empty": "Det finns ingenting att visa här"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "Dölj testresultat med statusen {{mark}}",\n "showCases": "Visa testresultat med statusen {{mark}}"\n },\n "statusToggle": {\n "hideCases": "Dölj testresultat med statusen {{status}}",\n "showCases": "Visa testresultat med statusen {{status}}"\n },\n "tree": {\n "download": "Ladda ner CSV-fil",\n "empty": "Det finns inga föremål",\n "filter": "Status",\n "filter-marks": "Märken",\n "filtered": {\n "shown": "{{count}} visas",\n "total": "{{count}} testresultat",\n "total_plural": "{{count}} testresultat"\n },\n "groups": "Växla gruppinformation",\n "time": {\n "max": {\n "name": "Max",\n "tooltip": "Längsta testkörningstid"\n },\n "sum": {\n "name": "Summa",\n "tooltip": "Summan av alla testkörningstider"\n },\n "total": {\n "name": "Total",\n "tooltip": "Varaktighet från det första testet började till det sista testet avslutat"\n }\n },\n "unknown": "<Töm>"\n },\n "widgetStatus": {\n "showAll": "Visa allt",\n "total": "{{count}} artikel totalt",\n "total_plural": "{{count}} artiklar totalt"\n }\n },\n "controls": {\n "backto": "Tillbaka till",\n "clipboard": "Kopiera till urklipp",\n "clipboardError": "Kan inte kopiera värde till urklipp. Det verkar som urklippsfunktionen inte stöds för din webbläsare",\n "clipboardSuccess": "Värdet har kopierats",\n "collapse": "Komprimera",\n "expand": "Utöka",\n "fullscreen": "Helskärmsläge",\n "language": "Ändra språk"\n },\n "errors": {\n "missedAttachment": "Det gick inte att hitta bilagan",\n "notFound": "Hittades inte"\n },\n "marks": {\n "flaky": "Flagnande",\n "newBroken": "Ny trasig",\n "newFailed": "Ny misslyckades",\n "newPassed": "Ny godkänd",\n "retriesStatusChange": "Status ändrades efter ett nytt försök"\n },\n "sorter": {\n "duration": "varaktighet",\n "name": "namn",\n "order": "ordning",\n "status": "status"\n },\n "status": {\n "broken": "Trasig",\n "failed": "Misslyckades",\n "passed": "Godkänt",\n "skipped": "Skippad",\n "unknown": "Okänd"\n },\n "tab": {\n "categories": {\n "name": "Kategorier"\n },\n "graph": {\n "name": "Grapher"\n },\n "overview": {\n "name": "Överblick"\n },\n "suites": {\n "name": "Testsviter"\n },\n "timeline": {\n "name": "Tidslinje",\n "selected": "{{count}} test valt ({{percent}}%) med en varaktighet på över {{duration}}",\n "selected_plural": "{{count}} tester valda ({{percent}}%) med en varaktighet på över {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Kategorier"\n },\n "description": {\n "name": "Beskrivning"\n },\n "duration": {\n "name": "Varaktighet"\n },\n "execution": {\n "body": "Teststeg",\n "downloadAttachment": {\n "tooltip": "Öppna bilaga i ny flik"\n },\n "name": "Exekvering",\n "setup": "Initiera",\n "teardown": "Städa upp"\n },\n "history": {\n "empty": "Ingen händelseinformation tillgänglig.",\n "name": "Händelser",\n "statistic": "{{passed}} av {{total}}",\n "successRate": "Framgångsfrekvens",\n "time": "{{date}} kl {{time}}"\n },\n "links": {\n "name": "Länkar"\n },\n "overview": {\n "name": "Överblick"\n },\n "owner": {\n "name": "Ägare"\n },\n "parameters": {\n "name": "Parametrar"\n },\n "retries": {\n "empty": "Det finns ingen information tillgänglig om teståterförsök",\n "name": "Återförsök",\n "time": "{{date}} kl {{time}}"\n },\n "severity": {\n "name": "Allvarlighetsgrad",\n "blocker": "blockare",\n "critical": "kritisk",\n "normal": "normal",\n "minor": "mindre",\n "trivial": "trivial"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} bilaga",\n "attachments_plural": "{{count}} bilagor",\n "parameters": "{{count}} parameter",\n "parameters_plural": "{{count}} parametrar",\n "steps": "{{count}} delsteg",\n "steps_plural": "{{count}} delsteg"\n }\n },\n "status": {\n "empty": "Tom statusinformation",\n "trace": "Visa stackspår"\n },\n "tags": {\n "name": "Taggar"\n }\n },\n "widget": {\n "categories": {\n "name": "Kategorier"\n },\n "categoriesTrend": {\n "name": "Kategorier trend"\n },\n "durationTrend": {\n "name": "Varaktighet trend"\n },\n "environment": {\n "empty": "Det finns inga miljövariabler",\n "name": "Miljö",\n "showAll": "Visa allt"\n },\n "executors": {\n "empty": "Det finns ingen information om testagenter",\n "name": "Testagenter",\n "unknown": "Okänd"\n },\n "launches": {\n "empty": "Det finns ingen information om lanseringar",\n "name": "Lanseringar"\n },\n "retryTrend": {\n "name": "Återförsöks trend"\n },\n "suites": {\n "name": "Testsviter"\n },\n "summary": {\n "aggregatedName": "Sammanlagd rapport",\n "launches": "lansering",\n "launches_plural": "lanseringar",\n "testResults": "testfall",\n "testResults_plural": "testfall"\n },\n "trend": {\n "name": "Trend"\n }\n }\n}\n'}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_allure2=self.webpackChunk_allurereport_web_allure2||[]).push([[323],{4323:function(n){n.exports='{\n "chart": {\n "duration": {\n "empty": "אין דבר להציג",\n "name": "זמן ריצה"\n },\n "severity": {\n "name": "חומרה"\n },\n "status": {\n "name": "סטטוס"\n },\n "trend": {\n "empty": "אין דבר להציג"\n }\n },\n "component": {\n "statusToggle": {\n "hideCases": "הסתר תוצאות ריצה עם הסטטוס {{status}}",\n "showCases": "הצג תוצאות ריצה עם הסטטוס {{status}}"\n },\n "tree": {\n "download": "הורד קובץ CSV",\n "empty": "לא קיימים פריטים",\n "filter": "מיין מקרי בדיקה על ידי סטטוס",\n "filtered": {\n "shown": "מופיעים {{count}}",\n "total": "תוצאת ריצה {{count}}",\n "total_plural": "{{count}} תוצאות ריצה"\n },\n "groups": "הצג/הסתר את המידע על הקבוצות",\n "time": {\n "max": {\n "name": "מקסימלי",\n "tooltip": "זמן הריצה הכי ארוך"\n },\n "sum": {\n "name": "סכום",\n "tooltip": "סכום כל זמני תוצאות הריצה"\n },\n "total": {\n "name": "סך הכול",\n "tooltip": "משך זמן הריצה מתחילת ריצת מקרה הבדיקה הראשון עד סיום ריצת מקרה הבדיקה האחרון"\n }\n },\n "unknown": "רֵיק"\n },\n "widgetStatus": {\n "showAll": "הצג את כל הפריטים",\n "total": "סך הכול פריט {{count}}",\n "total_plural": "סך הכול {{count}} פריטים"\n }\n },\n "controls": {\n "backto": "חזור ל",\n "clipboard": "העתק אל מגש המערכת",\n "clipboardError": "לא ניתן להעתיק את הערך אל מגש המערכת. נראה שהתכונה הזאת לא נתמכת על ידי הדפדפן שלך",\n "clipboardSuccess": "הועתק בהצלחה",\n "collapse": "כווץ",\n "expand": "הרחב",\n "fullscreen": "מסך מלא",\n "language": "שנה שפה"\n },\n "errors": {\n "missedAttachment": "התוכן המצורף לא נמצא",\n "notFound": "לא נמצא"\n },\n "marks": {\n "flaky": "לא יציב",\n "newBroken": "חדש שבור",\n "newFailed": "חדש נכשל",\n "newPassed": "חדש עבר",\n "retriesStatusChange": "הסטטוס השתנה לאחר ניסיון חוזר"\n },\n "sorter": {\n "duration": "זמן ריצה",\n "name": "שם מקרה הבדיקה",\n "order": "סדר",\n "status": "סטטוס"\n },\n "status": {\n "broken": "שבור",\n "failed": "נכשל",\n "passed": "עבר",\n "skipped": "דולג",\n "unknown": "לא ידוע"\n },\n "tab": {\n "categories": {\n "name": "קטגוריות"\n },\n "graph": {\n "name": "גרפים"\n },\n "overview": {\n "name": "סקירה כללית"\n },\n "suites": {\n "name": "קבוצות מקרי בדיקה"\n },\n "timeline": {\n "name": "ציר זמן",\n "selected": "נבחר מקרה בדיקה {{count}} ({{percent}}%) עם זמן ריצה מעל {{duration}}",\n "selected_plural": "נבחרו {{count}} מקרי בדיקה ({{percent}}%) עם זמן ריצה מעל {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "קטגוריות"\n },\n "description": {\n "name": "תיאור"\n },\n "duration": {\n "name": "זמן ריצה"\n },\n "execution": {\n "body": "תוכן מקרה הבדיקה",\n "name": "הרצה",\n "setup": "הכנת הריצה",\n "teardown": "סיום הריצה"\n },\n "history": {\n "name": "היסטוריה",\n "successRate": "שיעור הצלחה"\n },\n "links": {\n "name": "קישורים"\n },\n "overview": {\n "name": "סקירה כללית"\n },\n "owner": {\n "name": "האחראי למקרה הבדיקה"\n },\n "parameters": {\n "name": "פרמטרים"\n },\n "retries": {\n "empty": "אין מידע זמין על ניסיונות ריצה חוזרים",\n "name": "ניסיונות ריצה חוזרים"\n },\n "severity": {\n "name": "חומרה"\n },\n "stats": {\n "count": {\n "attachments": "תוכן מצורף {{count}}",\n "attachments_plural": "{{count}} תכנים מצורפים",\n "parameters": "פרמטר {{count}}",\n "parameters_plural": "{{count}} פרמטרים",\n "steps": "צעד משנה {{count}}",\n "steps_plural": "{{count}} צעדי משנה"\n }\n },\n "status": {\n "empty": "לא קיימים פרטים על מצב מקרה הבדיקה",\n "trace": "הצג מידע נוסף"\n },\n "tags": {\n "name": "תגים"\n }\n },\n "widget": {\n "categories": {\n "name": "קטגוריות"\n },\n "categoriesTrend": {\n "name": "מגמת ריצה על קטגוריות"\n },\n "durationTrend": {\n "name": "מגמת זמן ריצה"\n },\n "environment": {\n "empty": "לא קיימים משתני סביבה",\n "name": "משתני סביבה",\n "showAll": "הצג את כל משתני הסביבה"\n },\n "executors": {\n "empty": "לא קיים מידע על כלי הרצת מקרי הבדיקה",\n "name": "כלי הרצה",\n "unknown": "לא ידוע"\n },\n "launches": {\n "empty": "לא קיים מידע על חבילות הרצה",\n "name": "חבילות הרצה"\n },\n "retryTrend": {\n "name": "מגמת חזרות על ריצה"\n },\n "suites": {\n "name": "קבוצות מקרי בדיקה"\n },\n "summary": {\n "aggregatedName": "דוח",\n "launches": "חבילת הרצה",\n "launches_plural": "חבילות הרצה",\n "testResults": "תוצאת בדיקה",\n "testResults_plural": "תוצאות בדיקה"\n },\n "trend": {\n "name": "מגמת ריצות"\n }\n }\n}\n'}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_allure2=self.webpackChunk_allurereport_web_allure2||[]).push([[353],{8353:function(n){n.exports='{\n "chart": {\n "duration": {\n "empty": "Нет данных",\n "name": "Длительность тестов"\n },\n "severity": {\n "name": "Важность тестов"\n },\n "status": {\n "name": "Статусы тестов"\n },\n "trend": {\n "empty": "Нет данных"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "Скрыть {{mark}} результаты",\n "showCases": "Показать {{mark}} результаты"\n },\n "statusToggle": {\n "hideCases": "Скрыть результаты со статусом \\"{{status}}\\"",\n "showCases": "Показать результаты со статусом \\"{{status}}\\""\n },\n "tree": {\n "empty": "Нет данных",\n "filter": "Статусы",\n "filter-marks": "Метки",\n "filtered": {\n "shown_0": "{{count}} показан",\n "shown_1": "{{count}} показано",\n "shown_2": "{{count}} показано",\n "total_0": "всего {{count}} тест",\n "total_1": "всего {{count}} теста",\n "total_2": "всего {{count}} тестов"\n },\n "groups": "Показывать информацию о группах",\n "time": {\n "max": {\n "name": "Самый долгий",\n "tooltip": "Длительность самого долгого теста в группе"\n },\n "sum": {\n "name": "Суммарно",\n "tooltip": "Сумма длительностей всех тестов в группе"\n },\n "total": {\n "name": "Итого",\n "tooltip": "Время с начала первого теста до конца последнего"\n }\n },\n "unknown": "<Пусто>"\n },\n "widgetStatus": {\n "showAll": "Показать все",\n "total_0": "Всего {{count}} элемент",\n "total_1": "Всего {{count}} элемента",\n "total_2": "Всего {{count}} элементов"\n }\n },\n "controls": {\n "backto": "Вернуться на",\n "clipboard": "Скопировать в буфер обмена",\n "clipboardError": "Ошибка. Скорее всего ваш браузер не поддерживает данную функциональность",\n "clipboardSuccess": "Значение успешно скопировано",\n "collapse": "Свернуть",\n "expand": "Развернуть",\n "fullscreen": "На весь экран",\n "language": "Сменить язык"\n },\n "errors": {\n "missedAttachment": "Вложение не найдено",\n "notFound": "Не найдено"\n },\n "marks": {\n "flaky": "Нестабильный",\n "newBroken": "Новый сломанный",\n "newFailed": "Новый упавший",\n "newPassed": "Новый пройденный",\n "retriesStatusChange": "Изменение статуса в перезапуске"\n },\n "sorter": {\n "duration": "длительность",\n "name": "имя",\n "order": "порядок",\n "status": "статус"\n },\n "status": {\n "broken": "Сломалось",\n "failed": "Не прошло",\n "passed": "Прошло",\n "skipped": "Пропущено",\n "unknown": "Неизвестно"\n },\n "tab": {\n "categories": {\n "name": "Категории"\n },\n "graph": {\n "name": "Графики"\n },\n "overview": {\n "name": "Обзор"\n },\n "suites": {\n "name": "Тест сюиты"\n },\n "timeline": {\n "name": "Временная шкала",\n "selected_0": "Выбран {{count}} тест ({{percent}}%) с длительностью выше {{duration}}",\n "selected_1": "Выбрано {{count}} теста ({{percent}}%) с длительностью выше {{duration}}",\n "selected_2": "Выбрано {{count}} тестов ({{percent}}%) с длительностью выше {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Категории"\n },\n "description": {\n "name": "Описание"\n },\n "duration": {\n "name": "Длительность"\n },\n "execution": {\n "body": "Тело теста",\n "name": "Выполнение",\n "setup": "Подготовка",\n "teardown": "Завершение"\n },\n "history": {\n "name": "История",\n "successRate": "Success rate"\n },\n "links": {\n "name": "Ссылки"\n },\n "overview": {\n "name": "Обзор"\n },\n "owner": {\n "name": "Ответственный"\n },\n "parameters": {\n "name": "Параметры"\n },\n "retries": {\n "empty": "Нет информации о перезапусках теста",\n "name": "Перезапуски"\n },\n "severity": {\n "name": "Важность",\n "blocker": "блокер",\n "critical": "критическая",\n "normal": "обычная",\n "minor": "невысокая",\n "trivial": "минимальная"\n },\n "stats": {\n "count": {\n "attachments_0": "{{count}} вложение",\n "attachments_1": "{{count}} вложения",\n "attachments_2": "{{count}} вложений",\n "parameters_0": "{{count}} параметр",\n "parameters_1": "{{count}} параметра",\n "parameters_2": "{{count}} параметров",\n "steps_0": "{{count}} вложенный шаг",\n "steps_1": "{{count}} вложенных шага",\n "steps_2": "{{count}} вложенных шагов"\n }\n },\n "status": {\n "empty": "Дополнительная информация о статусе отсутствует",\n "trace": "Показать трейс"\n },\n "tags": {\n "name": "Теги"\n }\n },\n "widget": {\n "categories": {\n "name": "Категории"\n },\n "environment": {\n "empty": "Отсутствует информация про окружение",\n "name": "Окружение",\n "showAll": "Показать все"\n },\n "executors": {\n "empty": "Данные о системе выполнения тестов отсутствуют",\n "name": "Система выполнения тестов",\n "unknown": "Неизвестно"\n },\n "launches": {\n "empty": "Отсутствует информация про запуски",\n "name": "Запуски тестов"\n },\n "suites": {\n "name": "Тест сюиты"\n },\n "summary": {\n "aggregatedName": "Агрегированый отчет",\n "launches_0": "запуск тестов",\n "launches_1": "запуска тестов",\n "launches_2": "запусков тестов",\n "testResults_0": "тестовый сценарий",\n "testResults_1": "тестовых сценария",\n "testResults_2": "тестовых сценариев"\n },\n "trend": {\n "name": "Тренд"\n }\n }\n}\n'}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_allure2=self.webpackChunk_allurereport_web_allure2||[]).push([[564],{8564:function(n){n.exports='{\n "chart": {\n "duration": {\n "empty": "Il n\'y a rien à montrer",\n "name": "Durée"\n },\n "severity": {\n "name": "Sévérité"\n },\n "status": {\n "name": "Statut"\n },\n "trend": {\n "empty": "Il n\'y a rien à montrer"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "Cacher les résultats de test marqués {{mark}}",\n "showCases": "Montrer les résultats de test marqués {{mark}}"\n },\n "statusToggle": {\n "hideCases": "Cacher les résultats de test avec le statut {{status}}",\n "showCases": "Montrer les résultats de test avec le statut {{status}}"\n },\n "tree": {\n "download": "Télécharger le fichier CSV",\n "empty": "Il n\'y a aucun article",\n "filter": "Statut",\n "filter-marks": "Marques",\n "filtered": {\n "shown": "{{count}} montré",\n "total": "{{count}} résultat de test",\n "total_plural": "{{count}} résultats de test"\n },\n "groups": "Basculer les informations des groupes",\n "time": {\n "max": {\n "name": "Maximum",\n "tooltip": "Durée la plus longue"\n },\n "sum": {\n "name": "Somme",\n "tooltip": "Somme de toutes les durées"\n },\n "total": {\n "name": "Total",\n "tooltip": "Durée depuis le premier test démarré jusqu\'au dernier test terminé"\n }\n },\n "unknown": "<Vide>"\n },\n "widgetStatus": {\n "showAll": "Montrer tout",\n "total": "{{count}} article au total",\n "total_plural": "{{count}} articles au total"\n }\n },\n "controls": {\n "backto": "Retour vers",\n "clipboard": "Copier dans le presse-papier",\n "clipboardError": "Impossible de copier vers le presse-papier. Cette fonction ne semble pas être supportée par votre navigateur",\n "clipboardSuccess": "Copié avec succès",\n "collapse": "Plier",\n "expand": "Déplier",\n "fullscreen": "Plein écran",\n "language": "Changer de langue"\n },\n "errors": {\n "missedAttachment": "Pièce jointe non trouvée",\n "notFound": "Non trouvé"\n },\n "marks": {\n "flaky": "Instable",\n "newBroken": "Cassé (nouveau)",\n "newFailed": "Échoué (nouveau)",\n "newPassed": "Réussi (nouveau)",\n "retriesStatusChange": "L\'état a changé après une nouvelle tentative"\n },\n "sorter": {\n "duration": "durée",\n "name": "nom",\n "order": "ordre",\n "status": "statut"\n },\n "status": {\n "broken": "Cassé",\n "failed": "Échoué",\n "passed": "Passé",\n "skipped": "Ignoré",\n "unknown": "Inconnu"\n },\n "tab": {\n "categories": {\n "name": "Catégories"\n },\n "graph": {\n "name": "Graphiques"\n },\n "overview": {\n "name": "Aperçu"\n },\n "suites": {\n "name": "Suites"\n },\n "timeline": {\n "name": "Chronologie",\n "selected": "{{count}} test sélectionné ({{percent}}%) avec une durée supérieure à {{duration}}",\n "selected_plural": "{{count}} tests sélectionnés ({{percent}}%) avec une durée supérieure à {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Catégories"\n },\n "description": {\n "name": "Description"\n },\n "duration": {\n "name": "Durée"\n },\n "execution": {\n "body": "Contenu du test",\n "downloadAttachment": {\n "tooltip": "Ouvrir la pièce jointe dans un nouvel onglet"\n },\n "name": "Exécution",\n "setup": "Pré exécution",\n "teardown": "Post exécution"\n },\n "history": {\n "empty": "Aucune information à propos de l\'historique.",\n "name": "Historique",\n "statistic": "{{passed}} sur {{total}}",\n "successRate": "Taux de succès",\n "time": "{{date}} à {{time}}"\n },\n "links": {\n "name": "Liens"\n },\n "overview": {\n "name": "Aperçu"\n },\n "owner": {\n "name": "Propriétaire"\n },\n "parameters": {\n "name": "Paramètres"\n },\n "retries": {\n "empty": "Aucune information à propos des tentatives",\n "name": "Tentatives",\n "time": "{{date}} à {{time}}"\n },\n "severity": {\n "name": "Sévérité"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} pièce jointe",\n "attachments_plural": "{{count}} pièces jointes",\n "parameters": "{{count}} paramètre",\n "parameters_plural": "{{count}} paramètres",\n "steps": "{{count}} sous-étape",\n "steps_plural": "{{count}} sous-étapes"\n }\n },\n "status": {\n "empty": "Détails du statut vide",\n "trace": "Afficher la trace"\n },\n "tags": {\n "name": "Tags"\n }\n },\n "widget": {\n "categories": {\n "name": "Catégories"\n },\n "categoriesTrend": {\n "name": "Tendance des catégories"\n },\n "durationTrend": {\n "name": "Tendance de la durée"\n },\n "environment": {\n "empty": "Aucune variable d\'environnement",\n "name": "Environnement",\n "showAll": "Afficher tout"\n },\n "executors": {\n "empty": "Aucune information à propos des exécuteurs des tests",\n "name": "Exécuteurs",\n "unknown": "Inconnu"\n },\n "launches": {\n "empty": "Aucune information à propos des lancements",\n "name": "Lancements"\n },\n "retryTrend": {\n "name": "Tendance des tentatives"\n },\n "suites": {\n "name": "Suites"\n },\n "summary": {\n "aggregatedName": "Rapport agrégé",\n "launches": "lancement",\n "launches_plural": "lancements",\n "testResults": "cas de test",\n "testResults_plural": "cas de test"\n },\n "trend": {\n "name": "Tendance"\n }\n }\n}\n'}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_allure2=self.webpackChunk_allurereport_web_allure2||[]).push([[594],{2594:function(n){n.exports='{\n "chart": {\n "duration": {\n "empty": "Nema informacije",\n "name": "Trvanje testov"\n },\n "severity": {\n "name": "Važnost testov"\n },\n "status": {\n "name": "Statusy testov"\n },\n "trend": {\n "empty": "Nema informacije"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "Skryj rezultaty označene kako \\"{{mark}}\\"",\n "showCases": "Pokaži rezultaty označene kako \\"{{mark}}\\""\n },\n "statusToggle": {\n "hideCases": "Skryj rezultaty so statusom \\"{{status}}\\"",\n "showCases": "Pokaži rezultaty so statusom \\"{{status}}\\""\n },\n "tree": {\n "download": "Daunloduj CSV",\n "empty": "Nema informacije",\n "filter": "Statusy",\n "filter-marks": "Označenja",\n "filtered": {\n "shown_0": "{{count}} pokazany",\n "shown_1": "{{count}} pokazane",\n "shown_2": "{{count}} pokazane",\n "total_0": "{{count}} test vsěgo",\n "total_1": "{{count}} testy vsěgo",\n "total_2": "{{count}} testov vsěgo"\n },\n "groups": "Pokaži informaciju o grupah",\n "time": {\n "max": {\n "name": "Najvyše dolgy",\n "tooltip": "Koliko časa trval najvyše dolgy test v grupě"\n },\n "sum": {\n "name": "V sumě",\n "tooltip": "Suma trvanij vsih testov v grupě"\n },\n "total": {\n "name": "Cělo",\n "tooltip": "Čas od početka prvogo testa do konca poslědnogo"\n }\n },\n "unknown": "<Nema>"\n },\n "widgetStatus": {\n "showAll": "Pokaži vsečto",\n "total_0": "{{count}} element vsěgo",\n "total_1": "{{count}} elementa vsěgo",\n "total_2": "{{count}} elementov vsěgo"\n }\n },\n "controls": {\n "backto": "Vzad do",\n "clipboard": "Kopiruj do klipborda",\n "clipboardError": "Pogrěška. Věrojetno, vaša prěgledka (brauzer) ne podpira kopirovanje do klipborda.",\n "clipboardSuccess": "Tekst byl skopirovany",\n "collapse": "Minimizuj",\n "expand": "Razširi",\n "fullscreen": "Na cěly ekran",\n "language": "Izměni jezyk"\n },\n "errors": {\n "missedAttachment": "Priloga ne najdena",\n "notFound": "Ne najdeno"\n },\n "marks": {\n "flaky": "Nestabilny",\n "newBroken": "Iznova slomjeny",\n "newFailed": "Iznova neuspěšny",\n "newPassed": "Iznova uspěšny",\n "retriesStatusChange": "Status měnjal se od proby do proby"\n },\n "sorter": {\n "duration": "trvanje",\n "name": "nazva",\n "order": "poredok",\n "status": "status"\n },\n "status": {\n "broken": "Slomjeny",\n "failed": "Neuspěšny",\n "passed": "Uspěšny",\n "skipped": "Propuščeny",\n "unknown": "Neznany"\n },\n "tab": {\n "categories": {\n "name": "Kategorije"\n },\n "graph": {\n "name": "Diagramy"\n },\n "overview": {\n "name": "Prěgled"\n },\n "suites": {\n "name": "Komplety testov"\n },\n "timeline": {\n "name": "Hronologija",\n "selected_0": "Izbrany {{count}} test ({{percent}}%) s trvanjem vyše od {{duration}}",\n "selected_1": "Izbrane {{count}} testy ({{percent}}%) s trvanjem vyše od {{duration}}",\n "selected_2": "Izbrane {{count}} testov ({{percent}}%) s trvanjem vyše od {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Kategorije"\n },\n "description": {\n "name": "Opis"\n },\n "duration": {\n "name": "Trvanje"\n },\n "execution": {\n "body": "Tělo testa",\n "name": "Izpolnjenje",\n "setup": "Prigotovjenje",\n "teardown": "Zaključenje"\n },\n "history": {\n "name": "Historija",\n "successRate": "Procent uspěha"\n },\n "links": {\n "name": "Linky"\n },\n "overview": {\n "name": "Prěgled"\n },\n "owner": {\n "name": "Vlastnik"\n },\n "parameters": {\n "name": "Parametry"\n },\n "retries": {\n "empty": "Nema informacije o minulyh probah testa",\n "name": "Minule proby"\n },\n "severity": {\n "name": "Važnost",\n "blocker": "bloker",\n "critical": "kritična",\n "normal": "obyčajna",\n "minor": "mala",\n "trivial": "kosmetična"\n },\n "stats": {\n "count": {\n "attachments_0": "{{count}} priloga",\n "attachments_1": "{{count}} prilogy",\n "attachments_2": "{{count}} prilog",\n "parameters_0": "{{count}} parametr",\n "parameters_1": "{{count}} parametry",\n "parameters_2": "{{count}} parametrov",\n "steps_0": "{{count}} vloženy krok",\n "steps_1": "{{count}} vložene kroky",\n "steps_2": "{{count}} vloženyh krokov"\n }\n },\n "status": {\n "empty": "Nema dodatnoj informacije o statusu",\n "trace": "Pokaži dodatnu informaciju"\n },\n "tags": {\n "name": "Označenja"\n }\n },\n "widget": {\n "categories": {\n "name": "Kategorije"\n },\n "environment": {\n "empty": "Nema informacije o obsrědině",\n "name": "Obsrědina",\n "showAll": "Pokaži vsečto"\n },\n "executors": {\n "empty": "Nema informacije o izpolniteljah",\n "name": "Sistemy izpolnjenja testov",\n "unknown": "Neznano"\n },\n "launches": {\n "empty": "Nema informacije o puščenjah",\n "name": "Puščenja testov"\n },\n "suites": {\n "name": "Komplety testov"\n },\n "summary": {\n "aggregatedName": "Agregovany raport",\n "launches_0": "puščenje testov",\n "launches_1": "puščenja testov",\n "launches_2": "puščenij testov",\n "testResults_0": "testovy scenarij",\n "testResults_1": "testove scenarije",\n "testResults_2": "testovyh scenarijev"\n },\n "trend": {\n "name": "Trend"\n }\n }\n}\n'}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_allure2=self.webpackChunk_allurereport_web_allure2||[]).push([[623],{3623:function(n){n.exports='{\n "chart": {\n "duration": {\n "empty": "There is nothing to show",\n "name": "Duration"\n },\n "severity": {\n "name": "Severity"\n },\n "status": {\n "name": "Status"\n },\n "trend": {\n "empty": "There is nothing to show"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "Hide {{mark}} test results",\n "showCases": "Show {{mark}} test results"\n },\n "statusToggle": {\n "hideCases": "Hide test results with {{status}} status",\n "showCases": "Show test results with {{status}} status"\n },\n "tree": {\n "download": "Download CSV",\n "empty": "There are no items",\n "filter": "Status",\n "filter-marks": "Marks",\n "filtered": {\n "shown": "{{count}} shown",\n "total": "{{count}} test result",\n "total_plural": "{{count}} test results"\n },\n "groups": "Toggle groups info",\n "time": {\n "max": {\n "name": "Max",\n "tooltip": "Longest test duration"\n },\n "sum": {\n "name": "Sum",\n "tooltip": "Sum of all tests durations"\n },\n "total": {\n "name": "Total",\n "tooltip": "Duration from first test started to last test finished"\n }\n },\n "unknown": "<Empty>"\n },\n "widgetStatus": {\n "showAll": "Show all",\n "total": "{{count}} item total",\n "total_plural": "{{count}} items total"\n }\n },\n "controls": {\n "backto": "Back to",\n "clipboard": "Copy to clipboard",\n "clipboardError": "Can not copy value to clipboard. Seems like this feature is not supported for your browser",\n "clipboardSuccess": "Successfully copied",\n "collapse": "Collapse",\n "expand": "Expand",\n "fullscreen": "Full screen",\n "language": "Change language"\n },\n "errors": {\n "missedAttachment": "Attachment not found",\n "notFound": "Not found"\n },\n "marks": {\n "flaky": "Flaky",\n "newBroken": "New broken",\n "newFailed": "New failed",\n "newPassed": "New passed",\n "retriesStatusChange": "Status changed after retry"\n },\n "sorter": {\n "duration": "duration",\n "name": "name",\n "order": "order",\n "status": "status"\n },\n "status": {\n "broken": "Broken",\n "failed": "Failed",\n "passed": "Passed",\n "skipped": "Skipped",\n "unknown": "Unknown"\n },\n "tab": {\n "categories": {\n "name": "Categories"\n },\n "graph": {\n "name": "Graphs"\n },\n "overview": {\n "name": "Overview"\n },\n "suites": {\n "name": "Suites"\n },\n "timeline": {\n "name": "Timeline",\n "selected": "Selected {{count}} test ({{percent}}%) with duration above {{duration}}",\n "selected_plural": "Selected {{count}} tests ({{percent}}%) with duration above {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Categories"\n },\n "description": {\n "name": "Description"\n },\n "duration": {\n "name": "Duration"\n },\n "execution": {\n "body": "Test body",\n "downloadAttachment": {\n "tooltip": "Open attachment in new tab"\n },\n "name": "Execution",\n "setup": "Set up",\n "teardown": "Tear down"\n },\n "history": {\n "empty": "No history information available.",\n "name": "History",\n "statistic": "{{passed}} of {{total}}",\n "successRate": "Success rate",\n "time": "{{date}} at {{time}}"\n },\n "links": {\n "name": "Links"\n },\n "overview": {\n "name": "Overview"\n },\n "owner": {\n "name": "Owner"\n },\n "parameters": {\n "name": "Parameters"\n },\n "retries": {\n "empty": "There is no information available about test retries",\n "name": "Retries",\n "time": "{{date}} at {{time}}"\n },\n "severity": {\n "name": "Severity",\n "blocker": "blocker",\n "critical": "critical",\n "normal": "normal",\n "minor": "minor",\n "trivial": "trivial"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} attachment",\n "attachments_plural": "{{count}} attachments",\n "parameters": "{{count}} parameter",\n "parameters_plural": "{{count}} parameters",\n "steps": "{{count}} sub-step",\n "steps_plural": "{{count}} sub-steps"\n }\n },\n "status": {\n "empty": "Empty status details",\n "trace": "Show trace"\n },\n "tags": {\n "name": "Tags"\n }\n },\n "widget": {\n "categories": {\n "name": "Categories"\n },\n "categoriesTrend": {\n "name": "Categories trend"\n },\n "durationTrend": {\n "name": "Duration trend"\n },\n "environment": {\n "empty": "There are no environment variables",\n "name": "Environment",\n "showAll": "Show all"\n },\n "executors": {\n "empty": "There is no information about tests executors",\n "name": "Executors",\n "unknown": "Unknown"\n },\n "launches": {\n "empty": "There is no information about launches",\n "name": "Launches"\n },\n "retryTrend": {\n "name": "Retries trend"\n },\n "suites": {\n "name": "Suites"\n },\n "summary": {\n "aggregatedName": "Aggregated report",\n "launches": "launch",\n "launches_plural": "launches",\n "testResults": "test case",\n "testResults_plural": "test cases"\n },\n "trend": {\n "name": "Trend"\n }\n }\n}\n'}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_allure2=self.webpackChunk_allurereport_web_allure2||[]).push([[7],{5007:function(n){n.exports='{\n "chart": {\n "duration": {\n "empty": "Hier gibt es nichts zu zeigen",\n "name": "Dauer"\n },\n "severity": {\n "name": "Ausmaß"\n },\n "status": {\n "name": "Status"\n },\n "trend": {\n "empty": "Hier gibt es nichts zu zeigen"\n }\n },\n "component": {\n "statusToggle": {\n "hideCases": "Verstecke Testergebnisse mit Status {{status}}",\n "showCases": "Zeige Testergebnisse mit Status {{status}}"\n },\n "tree": {\n "download": "CSV herunterladen",\n "empty": "Keine Einträge verfügbar",\n "filter": "Filtere Testfälle nach Status",\n "filtered": {\n "shown": "{{count}} angezeigt",\n "total": "{{count}} Testergebnis",\n "total_plural": "{{count}} Testergebnisse"\n },\n "groups": "Gruppeninformationen an- / ausschalten",\n "time": {\n "max": {\n "name": "Max",\n "tooltip": "Längste Testdauer"\n },\n "sum": {\n "name": "Summe",\n "tooltip": "Summe aller Testdauern"\n },\n "total": {\n "name": "Gesamt",\n "tooltip": "Dauer vom Start des ersten bis zum Ende des letzten Tests"\n }\n },\n "unknown": "<Leer>"\n },\n "widgetStatus": {\n "showAll": "Zeige alle",\n "total": "{{count}} Eintrag insgesamt",\n "total_plural": "{{count}} Einträge insgesamt"\n }\n },\n "controls": {\n "backto": "Zurück zu",\n "clipboard": "In Zwischenablage kopieren",\n "clipboardError": "Wert konnte nicht in Zwischenablage kopiert werden. Ihr Browser scheint dieses Feature nicht zu unterstützen",\n "clipboardSuccess": "Erfolgreich in Zwischenablage kopiert",\n "collapse": "Verkleinern",\n "expand": "Vergrößern",\n "fullscreen": "Vollbild",\n "language": "Sprache ändern"\n },\n "errors": {\n "missedAttachment": "Anhang nicht gefunden",\n "notFound": "Nicht gefunden"\n },\n "marks": {\n "flaky": "Instabil",\n "newBroken": "Neu defekt",\n "newFailed": "Neu fehlgeschlagen",\n "newPassed": "Neu erfolgreich",\n "retriesStatusChange": "Status nach erneutem Versuch geändert"\n },\n "sorter": {\n "duration": "Dauer",\n "name": "Name",\n "order": "Reihenfolge",\n "status": "Status"\n },\n "status": {\n "broken": "Defekt",\n "failed": "Fehlgeschlagen",\n "passed": "Erfolgreich",\n "skipped": "Übersprungen",\n "unknown": "Unbekannt"\n },\n "tab": {\n "categories": {\n "name": "Kategorien"\n },\n "graph": {\n "name": "Grafiken"\n },\n "overview": {\n "name": "Übersicht"\n },\n "suites": {\n "name": "Suiten"\n },\n "timeline": {\n "name": "Zeitstrahl",\n "selected": "{{count}} Test ausgewählt ({{percent}}%) mit einer Dauer von über {{duration}}",\n "selected_plural": "{{count}} Tests ausgewählt ({{percent}}%) mit einer Dauer von über {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Kategorien"\n },\n "description": {\n "name": "Beschreibung"\n },\n "duration": {\n "name": "Dauer"\n },\n "execution": {\n "body": "Test",\n "name": "Durchführung",\n "setup": "Vorbereitung",\n "teardown": "Aufräumung"\n },\n "history": {\n "name": "Historie",\n "successRate": "Erfolgsrate"\n },\n "links": {\n "name": "Links"\n },\n "overview": {\n "name": "Übersicht"\n },\n "owner": {\n "name": "Besitzer"\n },\n "parameters": {\n "name": "Parameter"\n },\n "retries": {\n "empty": "Keine Informationen zu Wiederholungen verfügbar",\n "name": "Wiederholungen"\n },\n "severity": {\n "name": "Ausmaß"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} Anhang",\n "attachments_plural": "{{count}} Anhänge",\n "parameters": "{{count}} Parameter",\n "parameters_plural": "{{count}} Parameter",\n "steps": "{{count}} Unterschritt",\n "steps_plural": "{{count}} Unterschritte"\n }\n },\n "status": {\n "empty": "Keine Status Details",\n "trace": "Zeige Stracktrace"\n },\n "tags": {\n "name": "Tags"\n }\n },\n "widget": {\n "categories": {\n "name": "Kategorien"\n },\n "categoriesTrend": {\n "name": "Kategorien Trend"\n },\n "durationTrend": {\n "name": "Dauer Trend"\n },\n "environment": {\n "empty": "Keine Umgebungsvariablen verfügbar",\n "name": "Umgebung",\n "showAll": "Zeige alle"\n },\n "executors": {\n "empty": "Keine Informationen zu Testdurchführern verfügbar",\n "name": "Durchführer",\n "unknown": "Unbekannt"\n },\n "launches": {\n "empty": "Keine Informationen zu Durchläufen verfügbar",\n "name": "Durchläufe"\n },\n "retryTrend": {\n "name": "Wiederholungen Trend"\n },\n "suites": {\n "name": "Suiten"\n },\n "summary": {\n "aggregatedName": "Aggregierter Report",\n "launches": "Durchlauf",\n "launches_plural": "Durchläufe",\n "testResults": "Testfall",\n "testResults_plural": "Testfälle"\n },\n "trend": {\n "name": "Trend"\n }\n }\n}\n'}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_allure2=self.webpackChunk_allurereport_web_allure2||[]).push([[729],{3729:function(n){n.exports='{\n "chart": {\n "duration": {\n "empty": "정보가 없습니다.",\n "name": "시간"\n },\n "severity": {\n "name": "중요도"\n },\n "status": {\n "name": "상태"\n },\n "trend": {\n "empty": "정보가 없습니다."\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "{{mark}} 감추기",\n "showCases": "{{mark}} 보기"\n },\n "statusToggle": {\n "hideCases": "{{status}} 상태의 테스트 결과 감추기",\n "showCases": "{{status}} 상태의 테스트 결과 보기"\n },\n "tree": {\n "download": "CSV 다운로드",\n "empty": "내용이 없습니다.",\n "filter": "상태",\n "filter-marks": "마크",\n "filtered": {\n "shown": "{{count}} 개 표시",\n "total": "{{count}} 개의 테스트 결과",\n "total_plural": "{{count}} 개의 테스트 결과"\n },\n "groups": "그룹 정보 표시",\n "time": {\n "max": {\n "name": "최대",\n "tooltip": "가장 긴 테스트 소요시간"\n },\n "sum": {\n "name": "합계",\n "tooltip": "테스트 소요시간 총 합"\n },\n "total": {\n "name": "전체",\n "tooltip": "첫번째 테스트부터 마지막 테스트까지의 소요시간"\n }\n },\n "unknown": "없는"\n },\n "widgetStatus": {\n "showAll": "전체보기",\n "total": "총 {{count}} 개",\n "total_plural": "총 {{count}} 개"\n }\n },\n "controls": {\n "backto": "돌아가기",\n "clipboard": "클립보드에 복사",\n "clipboardError": "클립보드에 복사가 되지 않습니다. 브러우저에 지원되지 않는 기능입니다.",\n "clipboardSuccess": "성공적으로 복사되었습니다.",\n "collapse": "접기",\n "expand": "펼치기",\n "fullscreen": "전체화면",\n "language": "언어 변경"\n },\n "errors": {\n "missedAttachment": "첨부파일을 찾을 수 없습니다.",\n "notFound": "찾을 수 없음"\n },\n "marks": {\n "flaky": "불안정함",\n "newBroken": "새로운 깨진",\n "newFailed": "새로 실패함",\n "newPassed": "새로운 통과",\n "retriesStatusChange": "새재시도 후 상태가 변경됨"\n },\n "sorter": {\n "duration": "소요시간",\n "name": "이름",\n "order": "순서",\n "status": "상태"\n },\n "status": {\n "broken": "고장",\n "failed": "실패",\n "passed": "통과",\n "skipped": "건너뜀",\n "unknown": "알수없음"\n },\n "tab": {\n "categories": {\n "name": "카테고리"\n },\n "graph": {\n "name": "그래프"\n },\n "overview": {\n "name": "요약"\n },\n "suites": {\n "name": "스위트"\n },\n "timeline": {\n "name": "타임라인",\n "selected": "{{duration}} 이상의 시간이 소요된 {{count}} 개 테스트 ({{percent}}%)",\n "selected_plural": "{{duration}} 이상의 시간이 소요된 {{count}} 개 테스트 ({{percent}}%)"\n }\n },\n "testResult": {\n "categories": {\n "name": "카테고리"\n },\n "description": {\n "name": "설명"\n },\n "duration": {\n "name": "시간"\n },\n "execution": {\n "body": "테스트 내용",\n "name": "실행",\n "setup": "준비 작업",\n "teardown": "종료 작업"\n },\n "history": {\n "name": "히스토리",\n "successRate": "성공률"\n },\n "links": {\n "name": "링크"\n },\n "overview": {\n "name": "요약"\n },\n "owner": {\n "name": "소유자"\n },\n "parameters": {\n "name": "패러미터"\n },\n "retries": {\n "empty": "테스트 재시도에 대한 정보가 없습니다.",\n "name": "재시도"\n },\n "severity": {\n "name": "중요도"\n },\n "stats": {\n "count": {\n "attachments": "첨부파일 {{count}} 개",\n "attachments_plural": "첨부파일 {{count}} 개",\n "parameters": "패러미터 {{count}} 개",\n "parameters_plural": "패러미터 {{count}} 개",\n "steps": "하위 스텝 {{count}} 개",\n "steps_plural": "하위 스텝 {{count}} 개"\n }\n },\n "status": {\n "empty": "상태 정보가 없습니다.",\n "trace": "추적 정보 보기"\n },\n "tags": {\n "name": "태그"\n }\n },\n "widget": {\n "categories": {\n "name": "카테고리"\n },\n "categoriesTrend": {\n "name": "카테고리 트렌드"\n },\n "durationTrend": {\n "name": "소요시간 트렌드"\n },\n "environment": {\n "empty": "환경변수가 없습니다.",\n "name": "환경",\n "showAll": "전체 보기"\n },\n "executors": {\n "empty": "실행 정보가 없습니다.",\n "name": "실행 주체",\n "unknown": "알 수 없음"\n },\n "launches": {\n "empty": "시작정보가 없습니다.",\n "name": "시작"\n },\n "retryTrend": {\n "name": "재시도 트렌드"\n },\n "suites": {\n "name": "스위트"\n },\n "summary": {\n "aggregatedName": "전체 리포트",\n "launches": "시작",\n "launches_plural": "시작",\n "testResults": "테스트 케이스",\n "testResults_plural": "테스트 케이스"\n },\n "trend": {\n "name": "트렌드"\n }\n }\n}\n'}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_allure2=self.webpackChunk_allurereport_web_allure2||[]).push([[783],{2783:function(n){n.exports='{\n "chart": {\n "duration": {\n "empty": "Göstəriləcək heç nə yoxdur",\n "name": "Test müddəti"\n },\n "severity": {\n "name": "Testlərin əhəmiyyəti"\n },\n "status": {\n "name": "Testlərin statusu"\n },\n "trend": {\n "empty": "Göstəriləcək heç nə yoxdur"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "{{mark}} nəticəni gizlədin",\n "showCases": "{{mark}} nəticəni göstərin"\n },\n "statusToggle": {\n "hideCases": "{{status}} statuslu test nəticələrini gizlədin",\n "showCases": "{{status}} statuslu test nəticələrini gizlədin"\n },\n "tree": {\n "download": "CSV endirin",\n "empty": "Məlumat yoxdur",\n "filter": "Status",\n "filter-marks": "Teqlər",\n "filtered": {\n "shown": "{{count}} göstərilir",\n "total": "{{count}} test nəticəsi",\n "total_plural": "{{count}} test nəticəsi"\n },\n "groups": "Qruplar haqqında məlumatları göstərin",\n "time": {\n "max": {\n "name": "Maks",\n "tooltip": "Qrupdakı ən uzun testin müddəti"\n },\n "sum": {\n "name": "Cəm",\n "tooltip": "Qrupdakı test müddətlərinin cəmi"\n },\n "total": {\n "name": "Toplam",\n "tooltip": "İlk test başlayandan sonuncu bitənə qədər olan vaxt"\n }\n },\n "unknown": "<Boş>"\n },\n "widgetStatus": {\n "showAll": "Hamısını göstər",\n "total": "Toplam {{count}} element",\n "total_plural": "Toplam {{count}} element"\n }\n },\n "controls": {\n "backto": "Geri",\n "clipboard": "Mübadilə buferinə kopyala",\n "clipboardError": "Mübadilə buferinə kopyalamaq mümkün olmadı. Bu özəllik browseriniz tərəfindən dəstəklənmir",\n "clipboardSuccess": "Uğurla kopyalandı",\n "collapse": "Aç",\n "expand": "Genişlət",\n "fullscreen": "Tam ekran",\n "language": "Dili dəyişin"\n },\n "errors": {\n "missedAttachment": "Qoşma tapılmadı",\n "notFound": "Tapılmadı"\n },\n "marks": {\n "flaky": "Qeyri-sabit",\n "newBroken": "Yeni qırılmış",\n "newFailed": "Yeni uğursuz",\n "newPassed": "Yeni keçmiş",\n "retriesStatusChange": "Yenidən cəhd etdikdən sonra status dəyişib"\n },\n "sorter": {\n "duration": "müddət",\n "name": "ad",\n "order": "sıra",\n "status": "status"\n },\n "status": {\n "broken": "Qırılmış",\n "failed": "Uğursuz",\n "passed": "Keçmiş",\n "skipped": "Buraxılmış",\n "unknown": "Qeyri müəyyən"\n },\n "tab": {\n "categories": {\n "name": "Kateqoriyalar"\n },\n "graph": {\n "name": "Qraflar"\n },\n "overview": {\n "name": "Ümumibaxış"\n },\n "suites": {\n "name": "Test dəsti"\n },\n "timeline": {\n "name": "Zaman şkalası",\n "selected": "Müddəti {{duration}} çox olan {{count}} test ({{percent}}%) seçildi",\n "selected_plural": "Müddəti {{duration}} çox olan {{count}} test ({{percent}}%) seçildi"\n }\n },\n "testResult": {\n "categories": {\n "name": "Kateqoriyalar"\n },\n "description": {\n "name": "Açıqlama"\n },\n "duration": {\n "name": "Müddət"\n },\n "execution": {\n "body": "Test gövdəsi",\n "downloadAttachment": {\n "tooltip": "Qoşmanı yeni tabda açın"\n },\n "name": "İcra",\n "setup": "Hazırlanma",\n "teardown": "Sonlandırma"\n },\n "history": {\n "empty": "Tarix məlumatı tapılmadı.",\n "name": "Tarix",\n "statistic": "Toplam:{{total}}, Keçmiş:{{passed}} ",\n "successRate": "Uğur faizi",\n "time": "{{date}} at {{time}}"\n },\n "links": {\n "name": "Linklər"\n },\n "overview": {\n "name": "Ümumibaxış"\n },\n "owner": {\n "name": "Sahibi"\n },\n "parameters": {\n "name": "Parameterlər"\n },\n "retries": {\n "empty": "Testlərin yenidən çalışdırılması ilə bağlı məlumat yoxdur",\n "name": "Yenidən Cəhdlər",\n "time": "{{date}} at {{time}}"\n },\n "severity": {\n "name": "Əhəmiyyəti"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} qoşma",\n "attachments_plural": "{{count}} qoşma",\n "parameters": "{{count}} parameter",\n "parameters_plural": "{{count}} parameter",\n "steps": "{{count}} alt addım",\n "steps_plural": "{{count}} alt addım"\n }\n },\n "status": {\n "empty": "Boş status detalları",\n "trace": "Trace-i göstər"\n },\n "tags": {\n "name": "Teqlər"\n }\n },\n "widget": {\n "categories": {\n "name": "Kateqoriyalar"\n },\n "categoriesTrend": {\n "name": "Kateqoriyalar trendi"\n },\n "durationTrend": {\n "name": "Müddət trendi"\n },\n "environment": {\n "empty": "Mühit dəyişənləri haqqında məlumat yoxdur",\n "name": "Mühit",\n "showAll": "Hamısını göstər"\n },\n "executors": {\n "empty": "Testin icrası sistemi haqqında məlumat yoxdur",\n "name": "Test icraçıları",\n "unknown": "Bilinməyən"\n },\n "launches": {\n "empty": "Başlamalar haqqında məlumat yoxdur",\n "name": "Başlamalar"\n },\n "retryTrend": {\n "name": "Yenidən cəhdlər trendi"\n },\n "suites": {\n "name": "Dəstlər"\n },\n "summary": {\n "aggregatedName": "Ümumi hesabat",\n "launches": "Başlama",\n "launches_plural": "Başlamalar",\n "testResults": "test nəticəsi",\n "testResults_plural": "test nəticələri"\n },\n "trend": {\n "name": "Trend"\n }\n }\n}\n'}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_allure2=self.webpackChunk_allurereport_web_allure2||[]).push([[826],{8826:function(n){n.exports='{\n "chart": {\n "duration": {\n "empty": "Er is niets te tonen",\n "name": "Duur"\n },\n "severity": {\n "name": "Ernst"\n },\n "status": {\n "name": "Status"\n },\n "trend": {\n "empty": "Er is niets te tonen"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "Verberg testresultaten gemarkeerd als ‘{{mark}}’",\n "showCases": "Toon testresultaten gemarkeerd als ‘{{mark}}’"\n },\n "statusToggle": {\n "hideCases": "Verberg testresultaten met status ‘{{status}}’",\n "showCases": "Toon testresultaten met status ‘{{status}}’"\n },\n "tree": {\n "download": "Download CSV",\n "empty": "Er zijn geen items",\n "filter": "Status",\n "filter-marks": "Markeringen",\n "filtered": {\n "shown": "{{count}} getoond",\n "total": "{{count}} testresultaat",\n "total_plural": "{{count}} testresultaten"\n },\n "groups": "Groepsinformatie tonen/verbergen",\n "time": {\n "max": {\n "name": "Langste",\n "tooltip": "Duur van de langste test"\n },\n "sum": {\n "name": "Som",\n "tooltip": "Opgetelde duur van alle tests"\n },\n "total": {\n "name": "Totaal",\n "tooltip": "Doorloop van eerste test gestart tot laatste test beëindigd"\n }\n },\n "unknown": "<Leeg>"\n },\n "widgetStatus": {\n "showAll": "Toon alle",\n "total": "{{count}} item in totaal",\n "total_plural": "{{count}} items in totaal"\n }\n },\n "controls": {\n "backto": "Terug naar",\n "clipboard": "Kopieer naar klembord",\n "clipboardError": "Kan niet kopiëren naar klembord. De browser lijkt deze functionaliteit niet te ondersteunen.",\n "clipboardSuccess": "Gekopieerd naar klembord",\n "collapse": "Inklappen",\n "expand": "Uitklappen",\n "fullscreen": "Volledig scherm",\n "language": "Taal wijzigen"\n },\n "errors": {\n "missedAttachment": "Bijlage niet gevonden",\n "notFound": "Niet gevonden"\n },\n "marks": {\n "flaky": "Instabiel",\n "newBroken": "Nieuw gebroken",\n "newFailed": "Nieuw gefaald",\n "newPassed": "Nieuw geslaagd",\n "retriesStatusChange": "Status gewijzigd na opnieuw proberen"\n },\n "sorter": {\n "duration": "duur",\n "name": "naam",\n "order": "volgorde",\n "status": "status"\n },\n "status": {\n "broken": "Defect",\n "failed": "Gefaald",\n "passed": "Succes",\n "skipped": "Overgeslagen",\n "unknown": "Onbekend"\n },\n "tab": {\n "categories": {\n "name": "Categorieën"\n },\n "graph": {\n "name": "Grafieken"\n },\n "overview": {\n "name": "Overzicht"\n },\n "suites": {\n "name": "Suites"\n },\n "timeline": {\n "name": "Tijdlijn",\n "selected": "{{count}} test ({{percent}}%) geselecteerd met een duur van meer dan {{duration}}",\n "selected_plural": "{{count}} tests ({{percent}}%) geselecteerd met een duur van meer dan {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Categorieën"\n },\n "description": {\n "name": "Omschrijving"\n },\n "duration": {\n "name": "Duur"\n },\n "execution": {\n "body": "Test body",\n "downloadAttachment": {\n "tooltip": "Bijlage in een nieuw tabblad openen"\n },\n "name": "Uitvoering",\n "setup": "Set up",\n "teardown": "Tear down"\n },\n "history": {\n "empty": "Geen historische gegevens beschikbaar.",\n "name": "Geschiedenis",\n "statistic": "{{passed}} van {{total}}",\n "successRate": "Slagingsratio",\n "time": "{{date}} om {{time}}"\n },\n "links": {\n "name": "Links"\n },\n "overview": {\n "name": "Overzicht"\n },\n "owner": {\n "name": "Eigenaar"\n },\n "parameters": {\n "name": "Parameters"\n },\n "retries": {\n "empty": "Geen informatie beschikbaar.",\n "name": "Pogingen",\n "time": "{{date}} om {{time}}"\n },\n "severity": {\n "name": "Ernst"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} bijlage",\n "attachments_plural": "{{count}} bijlagen",\n "parameters": "{{count}} parameter",\n "parameters_plural": "{{count}} parameters",\n "steps": "{{count}} substap",\n "steps_plural": "{{count}} substappen"\n }\n },\n "status": {\n "empty": "Lege statusdetails",\n "trace": "Toon trace"\n },\n "tags": {\n "name": "Tags"\n }\n },\n "widget": {\n "categories": {\n "name": "Categorieën"\n },\n "categoriesTrend": {\n "name": "Trend categorieën"\n },\n "durationTrend": {\n "name": "Trend duur"\n },\n "environment": {\n "empty": "Er zijn geen omgevingsvariabelen",\n "name": "Omgeving",\n "showAll": "Toon alles"\n },\n "executors": {\n "empty": "Er is geen informatie over testuitvoerders",\n "name": "Uitvoerders",\n "unknown": "Onbekend"\n },\n "launches": {\n "empty": "Er is geen informatie over starts",\n "name": "Start"\n },\n "retryTrend": {\n "name": "Trend nieuwe pogingen"\n },\n "suites": {\n "name": "Suites"\n },\n "summary": {\n "aggregatedName": "Geaggregeerd rapport",\n "launches": "start",\n "launches_plural": "starts",\n "testResults": "testgeval",\n "testResults_plural": "testgevallen"\n },\n "trend": {\n "name": "Trend"\n }\n }\n}\n'}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_allurereport_web_allure2=self.webpackChunk_allurereport_web_allure2||[]).push([[925],{8925:function(n){n.exports='{\n "chart": {\n "duration": {\n "empty": "何も表示するものがありません",\n "name": "期間"\n },\n "severity": {\n "name": "重大度"\n },\n "status": {\n "name": "ステータス"\n },\n "trend": {\n "empty": "何も表示するものがありません"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "{{mark}} 件のテスト結果を隠す",\n "showCases": "{{mark}} 件のテスト結果を表示"\n },\n "statusToggle": {\n "hideCases": "ステータスが {{status}} のテスト結果を隠す",\n "showCases": "ステータスが {{status}} のテスト結果を表示"\n },\n "tree": {\n "download": "CSVをダウンロード",\n "empty": "何もありません",\n "filter": "ステータス",\n "filter-marks": "マーク",\n "filtered": {\n "shown": "{{count}} 件を表示",\n "total": "{{count}} 件のテスト結果",\n "total_plural": "{{count}} 件のテスト結果"\n },\n "groups": "グループ情報を表示・非表示",\n "time": {\n "max": {\n "name": "最長",\n "tooltip": "一番長い実行期間"\n },\n "sum": {\n "name": "合計",\n "tooltip": "全てのテスト実行期間の合計"\n },\n "total": {\n "name": "全体",\n "tooltip": "最初のテストが始まってから最後のテストが終わるまでの期間"\n }\n },\n "unknown": "空ける"\n },\n "widgetStatus": {\n "showAll": "全て表示",\n "total": "計 {{count}} 件",\n "total_plural": "計 {{count}} 件"\n }\n },\n "controls": {\n "backto": "戻る",\n "clipboard": "クリップボードにコピー",\n "clipboardError": "クリップボードにコピーできませんでした。ブラウザがサポートしていないようです。",\n "clipboardSuccess": "コピーされました",\n "collapse": "折り畳む",\n "expand": "拡大",\n "fullscreen": "フルスクリーン",\n "language": "言語を変更"\n },\n "errors": {\n "missedAttachment": "添付ファイルは見つかりませんでした",\n "notFound": "見つかりませんでした"\n },\n "marks": {\n "flaky": "不安定",\n "newBroken": "新しく壊れた",\n "newFailed": "新しい失敗",\n "newPassed": "新しい成功",\n "retriesStatusChange": "再試行後にステータスが変更されました"\n },\n "sorter": {\n "duration": "期間",\n "name": "名前",\n "order": "順序",\n "status": "ステータス"\n },\n "status": {\n "broken": "故障",\n "failed": "失敗",\n "passed": "成功",\n "skipped": "スキップ",\n "unknown": "不明"\n },\n "tab": {\n "categories": {\n "name": "カテゴリー"\n },\n "graph": {\n "name": "グラフ"\n },\n "overview": {\n "name": "概要"\n },\n "suites": {\n "name": "スイート"\n },\n "timeline": {\n "name": "タイムライン",\n "selected": "{{duration}} の期間で選択された {{count}} 件のテスト ({{percent}}%)",\n "selected_plural": "{{duration}} の期間で選択された {{count}} 件のテスト ({{percent}}%)"\n }\n },\n "testResult": {\n "categories": {\n "name": "カテゴリー"\n },\n "description": {\n "name": "説明"\n },\n "duration": {\n "name": "期間"\n },\n "execution": {\n "body": "テスト本体",\n "name": "実行",\n "setup": "セットアップ作業",\n "teardown": "仕上げ作業"\n },\n "history": {\n "name": "履歴",\n "successRate": "成功率"\n },\n "links": {\n "name": "リンク"\n },\n "overview": {\n "name": "概要"\n },\n "owner": {\n "name": "オーナー"\n },\n "parameters": {\n "name": "パラメータ"\n },\n "retries": {\n "empty": "テストの再実行に関する情報がありません",\n "name": "再実行"\n },\n "severity": {\n "name": "重大度"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} 添付ファイル",\n "attachments_plural": "{{count}} 添付ファイル",\n "parameters": "{{count}} パラメータ",\n "parameters_plural": "{{count}} パラメータ",\n "steps": "{{count}} サブステップ",\n "steps_plural": "{{count}} サブステップ"\n }\n },\n "status": {\n "empty": "ステータスに関する詳細はありません",\n "trace": "トレースを表示"\n },\n "tags": {\n "name": "タグ"\n }\n },\n "widget": {\n "categories": {\n "name": "カテゴリー"\n },\n "categoriesTrend": {\n "name": "カテゴリーの傾向"\n },\n "durationTrend": {\n "name": "期間の傾向"\n },\n "environment": {\n "empty": "環境変数がありません",\n "name": "環境",\n "showAll": "全て表示する"\n },\n "executors": {\n "empty": "テスト実行者に関する情報はありません",\n "name": "実行者",\n "unknown": "不明"\n },\n "launches": {\n "empty": "開始に関する情報はありません",\n "name": "開始"\n },\n "retryTrend": {\n "name": "再実行の傾向"\n },\n "suites": {\n "name": "スイート"\n },\n "summary": {\n "aggregatedName": "集計レポート",\n "launches": "開始",\n "launches_plural": "開始",\n "testResults": "テストケース",\n "testResults_plural": "テストケース"\n },\n "trend": {\n "name": "傾向"\n }\n }\n}\n'}}]);