@allurereport/web-allure2 3.0.0-beta.10
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.
- package/.babelrc.cjs +18 -0
- package/.eslintrc.cjs +125 -0
- package/README.md +27 -0
- package/dist/multi/154.app-9ac9d027.js +1 -0
- package/dist/multi/216.app-9ac9d027.js +1 -0
- package/dist/multi/232.app-9ac9d027.js +1 -0
- package/dist/multi/250.app-9ac9d027.js +1 -0
- package/dist/multi/256.app-9ac9d027.js +1 -0
- package/dist/multi/301.app-9ac9d027.js +1 -0
- package/dist/multi/323.app-9ac9d027.js +1 -0
- package/dist/multi/353.app-9ac9d027.js +1 -0
- package/dist/multi/411d15fc5bb62472eea6ead4fb276ca9.ico +0 -0
- package/dist/multi/564.app-9ac9d027.js +1 -0
- package/dist/multi/594.app-9ac9d027.js +1 -0
- package/dist/multi/623.app-9ac9d027.js +1 -0
- package/dist/multi/7.app-9ac9d027.js +1 -0
- package/dist/multi/729.app-9ac9d027.js +1 -0
- package/dist/multi/783.app-9ac9d027.js +1 -0
- package/dist/multi/826.app-9ac9d027.js +1 -0
- package/dist/multi/925.app-9ac9d027.js +1 -0
- package/dist/multi/app-9ac9d027.js +2 -0
- package/dist/multi/app-9ac9d027.js.LICENSE.txt +29 -0
- package/dist/multi/checkmark-c1a9ce12.svg +8 -0
- package/dist/multi/manifest.json +27 -0
- package/dist/multi/sort-down-icon-41195b0d.svg +8 -0
- package/dist/multi/sort-icon-fddc6c81.svg +8 -0
- package/dist/multi/sort-up-icon-d5bc65f6.svg +8 -0
- package/dist/multi/sprite.svg +4 -0
- package/dist/multi/styles-9ac9d027.css +558 -0
- package/dist/multi/vertical-5e6d1df4.png +0 -0
- package/dist/single/411d15fc5bb62472eea6ead4fb276ca9.ico +0 -0
- package/dist/single/app-f726ff87.js +2 -0
- package/dist/single/app-f726ff87.js.LICENSE.txt +29 -0
- package/dist/single/checkmark-c1a9ce12.svg +8 -0
- package/dist/single/manifest.json +10 -0
- package/dist/single/sort-down-icon-41195b0d.svg +8 -0
- package/dist/single/sort-icon-fddc6c81.svg +8 -0
- package/dist/single/sort-up-icon-d5bc65f6.svg +8 -0
- package/dist/single/sprite.svg +4 -0
- package/dist/single/styles-f726ff87.css +558 -0
- package/package.json +107 -0
- package/src/app.js +69 -0
- package/src/assets/icons/allure-logo.svg +45 -0
- package/src/assets/icons/bamboo.svg +31 -0
- package/src/assets/icons/bitbucket.svg +10 -0
- package/src/assets/icons/bomb.svg +7 -0
- package/src/assets/icons/broken.svg +10 -0
- package/src/assets/icons/bug.svg +10 -0
- package/src/assets/icons/chevron-down.svg +10 -0
- package/src/assets/icons/chevron-left.svg +10 -0
- package/src/assets/icons/chevron-right-fat.svg +10 -0
- package/src/assets/icons/chevron-right.svg +10 -0
- package/src/assets/icons/chevron-up.svg +10 -0
- package/src/assets/icons/circleci.svg +1 -0
- package/src/assets/icons/close.svg +10 -0
- package/src/assets/icons/collapse.svg +5 -0
- package/src/assets/icons/compare.svg +10 -0
- package/src/assets/icons/copy.svg +11 -0
- package/src/assets/icons/csv.svg +13 -0
- package/src/assets/icons/download.svg +11 -0
- package/src/assets/icons/draggable.svg +15 -0
- package/src/assets/icons/expand.svg +5 -0
- package/src/assets/icons/failed.svg +10 -0
- package/src/assets/icons/file.svg +3 -0
- package/src/assets/icons/folder.svg +10 -0
- package/src/assets/icons/github.svg +4 -0
- package/src/assets/icons/gitlab.svg +12 -0
- package/src/assets/icons/graphs.svg +11 -0
- package/src/assets/icons/history.svg +11 -0
- package/src/assets/icons/image.svg +3 -0
- package/src/assets/icons/info.svg +12 -0
- package/src/assets/icons/jenkins.svg +327 -0
- package/src/assets/icons/jobs.svg +12 -0
- package/src/assets/icons/link.svg +11 -0
- package/src/assets/icons/list.svg +13 -0
- package/src/assets/icons/maximize.svg +11 -0
- package/src/assets/icons/new-broken.svg +6 -0
- package/src/assets/icons/new-failed.svg +6 -0
- package/src/assets/icons/new-passed.svg +5 -0
- package/src/assets/icons/overview.svg +5 -0
- package/src/assets/icons/passed.svg +10 -0
- package/src/assets/icons/pdf.svg +13 -0
- package/src/assets/icons/refresh.svg +4 -0
- package/src/assets/icons/retries.svg +11 -0
- package/src/assets/icons/save.svg +10 -0
- package/src/assets/icons/skipped.svg +3 -0
- package/src/assets/icons/sort-down.svg +10 -0
- package/src/assets/icons/sort-up.svg +10 -0
- package/src/assets/icons/sort.svg +11 -0
- package/src/assets/icons/table.svg +10 -0
- package/src/assets/icons/task.svg +11 -0
- package/src/assets/icons/teamcity.svg +40 -0
- package/src/assets/icons/timeline.svg +12 -0
- package/src/assets/icons/tree.svg +10 -0
- package/src/assets/icons/txt.svg +11 -0
- package/src/assets/icons/unknown.svg +10 -0
- package/src/behaviors/ClipboardBehavior.js +34 -0
- package/src/behaviors/DownloadBehavior.js +42 -0
- package/src/behaviors/GaBehavior.js +27 -0
- package/src/behaviors/LoadBehavior.js +18 -0
- package/src/behaviors/TooltipBehavior.js +25 -0
- package/src/behaviors/index.js +7 -0
- package/src/blocks/alert/styles.scss +8 -0
- package/src/blocks/arrow/styles.scss +21 -0
- package/src/blocks/attachment-row/attachment-row.hbs +34 -0
- package/src/blocks/attachment-row/styles.scss +71 -0
- package/src/blocks/bar/styles.scss +22 -0
- package/src/blocks/button/styles.scss +60 -0
- package/src/blocks/clipboard-copy/clipboard-copy.hbs +5 -0
- package/src/blocks/executor-icon/bamboo.svg +31 -0
- package/src/blocks/executor-icon/bitbucket.svg +10 -0
- package/src/blocks/executor-icon/circleci.svg +1 -0
- package/src/blocks/executor-icon/default-icon.png +0 -0
- package/src/blocks/executor-icon/github.svg +4 -0
- package/src/blocks/executor-icon/gitlab.svg +12 -0
- package/src/blocks/executor-icon/jenkins.svg +327 -0
- package/src/blocks/executor-icon/styles.scss +15 -0
- package/src/blocks/executor-icon/teamcity.svg +40 -0
- package/src/blocks/island/styles.scss +7 -0
- package/src/blocks/label/styles.scss +15 -0
- package/src/blocks/link/styles.scss +10 -0
- package/src/blocks/pane/styles.scss +52 -0
- package/src/blocks/pane-header/pane-header.hbs +15 -0
- package/src/blocks/parameters-table/parameters-table.hbs +10 -0
- package/src/blocks/parameters-table/styles.scss +22 -0
- package/src/blocks/spinner/styles.scss +30 -0
- package/src/blocks/splash/styles.scss +13 -0
- package/src/blocks/status-details/status-details.hbs +13 -0
- package/src/blocks/status-details/styles.scss +32 -0
- package/src/blocks/step-stats/step-stats.hbs +15 -0
- package/src/blocks/step-stats/styles.scss +19 -0
- package/src/blocks/table/sort-down-icon.svg +1 -0
- package/src/blocks/table/sort-icon.svg +1 -0
- package/src/blocks/table/sort-up-icon.svg +1 -0
- package/src/blocks/table/sortable-col.hbs +4 -0
- package/src/blocks/table/styles.scss +64 -0
- package/src/blocks/tabs/styles.scss +29 -0
- package/src/blocks/tabs/tabs.hbs +5 -0
- package/src/blocks/text/styles.scss +5 -0
- package/src/blocks/widget/draggable.svg +1 -0
- package/src/blocks/widget/styles.scss +76 -0
- package/src/components/attachment/AttachmentView.hbs +58 -0
- package/src/components/attachment/AttachmentView.js +90 -0
- package/src/components/attachment/styles.scss +78 -0
- package/src/components/empty/EmptyView.hbs +3 -0
- package/src/components/empty/EmptyView.js +18 -0
- package/src/components/empty/styles.scss +4 -0
- package/src/components/error-splash/ErrorSplashView.hbs +4 -0
- package/src/components/error-splash/ErrorSplashView.js +19 -0
- package/src/components/error-splash/styles.scss +4 -0
- package/src/components/graph-base/BaseChartView.hbs +5 -0
- package/src/components/graph-base/BaseChartView.js +78 -0
- package/src/components/graph-base/styles.scss +66 -0
- package/src/components/graph-duration-chart/DurationChartView.js +100 -0
- package/src/components/graph-pie-chart/PieChartView.js +155 -0
- package/src/components/graph-severity-chart/SeverityChartView.js +100 -0
- package/src/components/graph-trend-chart/TrendChartView.js +202 -0
- package/src/components/graph-trend-chart/styles.scss +16 -0
- package/src/components/graph-trend-chart/trend-tooltip.hbs +9 -0
- package/src/components/language-select/LanguageSelectView.hbs +5 -0
- package/src/components/language-select/LanguageSelectView.js +42 -0
- package/src/components/language-select/checkmark.svg +1 -0
- package/src/components/language-select/styles.scss +34 -0
- package/src/components/loader/LoaderView.hbs +6 -0
- package/src/components/loader/LoaderView.js +21 -0
- package/src/components/loader/styles.scss +26 -0
- package/src/components/marks-toggle/MarksToggleView.hbs +14 -0
- package/src/components/marks-toggle/MarksToggleView.js +41 -0
- package/src/components/marks-toggle/styles.scss +38 -0
- package/src/components/modal/ModalView.hbs +13 -0
- package/src/components/modal/ModalView.js +43 -0
- package/src/components/modal/styles.scss +31 -0
- package/src/components/node-search/NodeSearchView.hbs +4 -0
- package/src/components/node-search/NodeSearchView.js +32 -0
- package/src/components/node-search/styles.scss +29 -0
- package/src/components/node-sorter/NodeSorterView.hbs +22 -0
- package/src/components/node-sorter/NodeSorterView.js +43 -0
- package/src/components/node-sorter/styles.scss +26 -0
- package/src/components/popover/PopoverView.js +8 -0
- package/src/components/popover/styles.scss +32 -0
- package/src/components/side-by-side/SideBySideView.hbs +2 -0
- package/src/components/side-by-side/SideBySideView.js +42 -0
- package/src/components/side-by-side/styles.scss +59 -0
- package/src/components/side-by-side/vertical.png +0 -0
- package/src/components/side-nav/SideNavView.hbs +39 -0
- package/src/components/side-nav/SideNavView.js +81 -0
- package/src/components/side-nav/styles.scss +118 -0
- package/src/components/status-toggle/StatusToggleView.hbs +16 -0
- package/src/components/status-toggle/StatusToggleView.js +42 -0
- package/src/components/status-toggle/styles.scss +35 -0
- package/src/components/testresult/TestResultView.hbs +32 -0
- package/src/components/testresult/TestResultView.js +90 -0
- package/src/components/testresult/styles.scss +29 -0
- package/src/components/testresult-execution/TestResultExecutionView.hbs +13 -0
- package/src/components/testresult-execution/TestResultExecutionView.js +85 -0
- package/src/components/testresult-execution/stages-block.hbs +47 -0
- package/src/components/testresult-execution/steps-list.hbs +31 -0
- package/src/components/testresult-execution/styles.scss +70 -0
- package/src/components/testresult-overview/TestResultOverviewView.hbs +8 -0
- package/src/components/testresult-overview/TestResultOverviewView.js +46 -0
- package/src/components/testresult-overview/styles.scss +22 -0
- package/src/components/testresult-tree/TestResultTreeView.js +60 -0
- package/src/components/tooltip/TooltipView.js +111 -0
- package/src/components/tooltip/styles.scss +43 -0
- package/src/components/tree/TreeView.hbs +9 -0
- package/src/components/tree/TreeView.js +200 -0
- package/src/components/tree/styles.scss +141 -0
- package/src/components/tree/tree-group.hbs +36 -0
- package/src/components/tree/tree-leaf.hbs +53 -0
- package/src/components/tree/tree-time.hbs +6 -0
- package/src/components/tree-view-container/TreeViewContainer.hbs +34 -0
- package/src/components/tree-view-container/TreeViewContainer.js +103 -0
- package/src/components/tree-view-container/styles.scss +38 -0
- package/src/components/widget-status/WidgetStatusView.hbs +21 -0
- package/src/components/widget-status/WidgetStatusView.js +17 -0
- package/src/components/widgets-grid/WidgetsGridView.js +90 -0
- package/src/components/widgets-grid/styles.scss +34 -0
- package/src/data/localstorage/LocalStorageModel.js +23 -0
- package/src/data/testresult/TestResultModel.js +36 -0
- package/src/data/tree/TreeCollection.js +153 -0
- package/src/data/tree/comparator.js +63 -0
- package/src/data/tree/filter.js +66 -0
- package/src/data/trend/TrendCollection.js +36 -0
- package/src/data/widgets/WidgetsModel.js +25 -0
- package/src/decorators/index.js +53 -0
- package/src/favicon.ico +0 -0
- package/src/helpers/allure-icon.js +228 -0
- package/src/helpers/and.js +3 -0
- package/src/helpers/angle.js +15 -0
- package/src/helpers/arrow.js +17 -0
- package/src/helpers/b.js +6 -0
- package/src/helpers/concat.js +3 -0
- package/src/helpers/date.js +11 -0
- package/src/helpers/default.js +8 -0
- package/src/helpers/duration.js +60 -0
- package/src/helpers/eq.js +3 -0
- package/src/helpers/fileicon.js +5 -0
- package/src/helpers/filesize.js +8 -0
- package/src/helpers/gt.js +3 -0
- package/src/helpers/inc.js +3 -0
- package/src/helpers/is-def.js +3 -0
- package/src/helpers/job-icon.js +8 -0
- package/src/helpers/linky.js +7 -0
- package/src/helpers/not.js +3 -0
- package/src/helpers/or.js +3 -0
- package/src/helpers/sort-class.js +6 -0
- package/src/helpers/statistic-bar.js +12 -0
- package/src/helpers/status-bar.js +14 -0
- package/src/helpers/t.js +5 -0
- package/src/helpers/text-with-links.js +18 -0
- package/src/helpers/time.js +18 -0
- package/src/helpers/timeago.js +10 -0
- package/src/index.html +17 -0
- package/src/index.js +52 -0
- package/src/layouts/application/AppLayout.hbs +2 -0
- package/src/layouts/application/AppLayout.js +50 -0
- package/src/layouts/application/styles.scss +17 -0
- package/src/layouts/error/ErrorLayout.js +11 -0
- package/src/layouts/overview/OverviewLayout.js +8 -0
- package/src/layouts/testresult/TestResultLayout.js +43 -0
- package/src/layouts/tree/TreeLayout.js +45 -0
- package/src/mixins.scss +128 -0
- package/src/pluginApi.js +26 -0
- package/src/plugins/.eslintrc +5 -0
- package/src/plugins/default/index.js +11 -0
- package/src/plugins/screen-diff/index.js +186 -0
- package/src/plugins/screen-diff/styles.css +30 -0
- package/src/plugins/tab-behaviors/index.js +239 -0
- package/src/plugins/tab-category/index.js +15 -0
- package/src/plugins/tab-graph/GraphCollection.js +12 -0
- package/src/plugins/tab-graph/GraphLayout.js +17 -0
- package/src/plugins/tab-graph/index.js +8 -0
- package/src/plugins/tab-packages/index.js +137 -0
- package/src/plugins/tab-suites/index.js +15 -0
- package/src/plugins/tab-timeline/TimelineLayout.js +18 -0
- package/src/plugins/tab-timeline/TimelineView.hbs +17 -0
- package/src/plugins/tab-timeline/TimelineView.js +250 -0
- package/src/plugins/tab-timeline/index.js +12 -0
- package/src/plugins/tab-timeline/styles.scss +76 -0
- package/src/plugins/testresult-category/CategoryView.hbs +6 -0
- package/src/plugins/testresult-category/CategoryView.js +17 -0
- package/src/plugins/testresult-category/index.js +3 -0
- package/src/plugins/testresult-description/DescriptionView.hbs +4 -0
- package/src/plugins/testresult-description/DescriptionView.js +16 -0
- package/src/plugins/testresult-description/index.js +3 -0
- package/src/plugins/testresult-duration/DurationView.hbs +7 -0
- package/src/plugins/testresult-duration/DurationView.js +16 -0
- package/src/plugins/testresult-duration/index.js +3 -0
- package/src/plugins/testresult-history/HistoryView.hbs +27 -0
- package/src/plugins/testresult-history/HistoryView.js +33 -0
- package/src/plugins/testresult-history/index.js +3 -0
- package/src/plugins/testresult-history/styles.scss +10 -0
- package/src/plugins/testresult-links/LinksView.hbs +17 -0
- package/src/plugins/testresult-links/LinksView.js +17 -0
- package/src/plugins/testresult-links/index.js +3 -0
- package/src/plugins/testresult-links/styles.scss +19 -0
- package/src/plugins/testresult-owner/OwnerView.hbs +4 -0
- package/src/plugins/testresult-owner/OwnerView.js +17 -0
- package/src/plugins/testresult-owner/index.js +3 -0
- package/src/plugins/testresult-parameters/ParametersView.hbs +13 -0
- package/src/plugins/testresult-parameters/ParametersView.js +22 -0
- package/src/plugins/testresult-parameters/index.js +3 -0
- package/src/plugins/testresult-parameters/styles.scss +8 -0
- package/src/plugins/testresult-retries/RetriesView.hbs +13 -0
- package/src/plugins/testresult-retries/RetriesView.js +28 -0
- package/src/plugins/testresult-retries/index.js +3 -0
- package/src/plugins/testresult-retries/styles.scss +11 -0
- package/src/plugins/testresult-severity/SeverityView.hbs +4 -0
- package/src/plugins/testresult-severity/SeverityView.js +17 -0
- package/src/plugins/testresult-severity/index.js +3 -0
- package/src/plugins/testresult-tags/TagsView.hbs +5 -0
- package/src/plugins/testresult-tags/TagsView.js +17 -0
- package/src/plugins/testresult-tags/index.js +3 -0
- package/src/plugins/widget-categories/index.js +12 -0
- package/src/plugins/widget-categories-trend/CategoriesTrendWidgetView.hbs +4 -0
- package/src/plugins/widget-categories-trend/CategoriesTrendWidgetView.js +33 -0
- package/src/plugins/widget-categories-trend/index.js +4 -0
- package/src/plugins/widget-categories-trend/styles.scss +6 -0
- package/src/plugins/widget-duration/DurationWidgetView.hbs +4 -0
- package/src/plugins/widget-duration/DurationWidgetView.js +23 -0
- package/src/plugins/widget-duration/index.js +3 -0
- package/src/plugins/widget-duration-trend/DurationTrendWidgetView.hbs +4 -0
- package/src/plugins/widget-duration-trend/DurationTrendWidgetView.js +49 -0
- package/src/plugins/widget-duration-trend/index.js +4 -0
- package/src/plugins/widget-duration-trend/styles.scss +6 -0
- package/src/plugins/widget-environment/EnvironmentWidget.hbs +27 -0
- package/src/plugins/widget-environment/EnvironmentWidget.js +25 -0
- package/src/plugins/widget-environment/index.js +3 -0
- package/src/plugins/widget-executor/ExecutorsWidgetView.hbs +40 -0
- package/src/plugins/widget-executor/ExecutorsWidgetView.js +8 -0
- package/src/plugins/widget-executor/index.js +3 -0
- package/src/plugins/widget-history-trend/HistoryTrendWidgetView.hbs +4 -0
- package/src/plugins/widget-history-trend/HistoryTrendWidgetView.js +30 -0
- package/src/plugins/widget-history-trend/index.js +6 -0
- package/src/plugins/widget-history-trend/styles.scss +6 -0
- package/src/plugins/widget-launch/LaunchesWidgetView.hbs +23 -0
- package/src/plugins/widget-launch/LaunchesWidgetView.js +8 -0
- package/src/plugins/widget-launch/index.js +3 -0
- package/src/plugins/widget-retry-trend/RetryTrendWidgetView.hbs +4 -0
- package/src/plugins/widget-retry-trend/RetryTrendWidgetView.js +33 -0
- package/src/plugins/widget-retry-trend/index.js +4 -0
- package/src/plugins/widget-retry-trend/styles.scss +6 -0
- package/src/plugins/widget-severity/SeverityWidgetView.hbs +4 -0
- package/src/plugins/widget-severity/SeverityWidgetView.js +23 -0
- package/src/plugins/widget-severity/index.js +3 -0
- package/src/plugins/widget-status/StatusWidgetView.hbs +4 -0
- package/src/plugins/widget-status/StatusWidgetView.js +44 -0
- package/src/plugins/widget-status/index.js +3 -0
- package/src/plugins/widget-suites/index.js +12 -0
- package/src/plugins/widget-summary/SummaryWidgetView.hbs +20 -0
- package/src/plugins/widget-summary/SummaryWidgetView.js +33 -0
- package/src/plugins/widget-summary/index.js +3 -0
- package/src/plugins/widget-summary/styles.scss +14 -0
- package/src/router.js +52 -0
- package/src/rtl.scss +19 -0
- package/src/styles.scss +91 -0
- package/src/translations/az.json +217 -0
- package/src/translations/br.json +205 -0
- package/src/translations/de.json +205 -0
- package/src/translations/en.json +222 -0
- package/src/translations/es.json +209 -0
- package/src/translations/fr.json +217 -0
- package/src/translations/he.json +205 -0
- package/src/translations/isv.json +216 -0
- package/src/translations/ja.json +210 -0
- package/src/translations/kr.json +210 -0
- package/src/translations/nl.json +217 -0
- package/src/translations/pl.json +220 -0
- package/src/translations/ru.json +215 -0
- package/src/translations/sv.json +222 -0
- package/src/translations/tr.json +217 -0
- package/src/translations/zh.json +191 -0
- package/src/utils/arrays.js +3 -0
- package/src/utils/attachmentType.js +101 -0
- package/src/utils/clipboard.js +38 -0
- package/src/utils/escape.js +5 -0
- package/src/utils/gtag.js +8 -0
- package/src/utils/highlight.js +14 -0
- package/src/utils/hotkeys.js +25 -0
- package/src/utils/loading.js +9 -0
- package/src/utils/marks.js +1 -0
- package/src/utils/pluginsRegistry.js +56 -0
- package/src/utils/settings.js +4 -0
- package/src/utils/settingsFactory.js +149 -0
- package/src/utils/sorting.js +21 -0
- package/src/utils/statuses.js +1 -0
- package/src/utils/translation.js +63 -0
- package/src/variables.scss +71 -0
- package/types.d.ts +5 -0
- package/webpack/utils.js +10 -0
- package/webpack.config.js +127 -0
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chart": {
|
|
3
|
+
"duration": {
|
|
4
|
+
"empty": "Hier gibt es nichts zu zeigen",
|
|
5
|
+
"name": "Dauer"
|
|
6
|
+
},
|
|
7
|
+
"severity": {
|
|
8
|
+
"name": "Ausmaß"
|
|
9
|
+
},
|
|
10
|
+
"status": {
|
|
11
|
+
"name": "Status"
|
|
12
|
+
},
|
|
13
|
+
"trend": {
|
|
14
|
+
"empty": "Hier gibt es nichts zu zeigen"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"component": {
|
|
18
|
+
"statusToggle": {
|
|
19
|
+
"hideCases": "Verstecke Testergebnisse mit Status {{status}}",
|
|
20
|
+
"showCases": "Zeige Testergebnisse mit Status {{status}}"
|
|
21
|
+
},
|
|
22
|
+
"tree": {
|
|
23
|
+
"download": "CSV herunterladen",
|
|
24
|
+
"empty": "Keine Einträge verfügbar",
|
|
25
|
+
"filter": "Filtere Testfälle nach Status",
|
|
26
|
+
"filtered": {
|
|
27
|
+
"shown": "{{count}} angezeigt",
|
|
28
|
+
"total": "{{count}} Testergebnis",
|
|
29
|
+
"total_plural": "{{count}} Testergebnisse"
|
|
30
|
+
},
|
|
31
|
+
"groups": "Gruppeninformationen an- / ausschalten",
|
|
32
|
+
"time": {
|
|
33
|
+
"max": {
|
|
34
|
+
"name": "Max",
|
|
35
|
+
"tooltip": "Längste Testdauer"
|
|
36
|
+
},
|
|
37
|
+
"sum": {
|
|
38
|
+
"name": "Summe",
|
|
39
|
+
"tooltip": "Summe aller Testdauern"
|
|
40
|
+
},
|
|
41
|
+
"total": {
|
|
42
|
+
"name": "Gesamt",
|
|
43
|
+
"tooltip": "Dauer vom Start des ersten bis zum Ende des letzten Tests"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"unknown": "<Leer>"
|
|
47
|
+
},
|
|
48
|
+
"widgetStatus": {
|
|
49
|
+
"showAll": "Zeige alle",
|
|
50
|
+
"total": "{{count}} Eintrag insgesamt",
|
|
51
|
+
"total_plural": "{{count}} Einträge insgesamt"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"controls": {
|
|
55
|
+
"backto": "Zurück zu",
|
|
56
|
+
"clipboard": "In Zwischenablage kopieren",
|
|
57
|
+
"clipboardError": "Wert konnte nicht in Zwischenablage kopiert werden. Ihr Browser scheint dieses Feature nicht zu unterstützen",
|
|
58
|
+
"clipboardSuccess": "Erfolgreich in Zwischenablage kopiert",
|
|
59
|
+
"collapse": "Verkleinern",
|
|
60
|
+
"expand": "Vergrößern",
|
|
61
|
+
"fullscreen": "Vollbild",
|
|
62
|
+
"language": "Sprache ändern"
|
|
63
|
+
},
|
|
64
|
+
"errors": {
|
|
65
|
+
"missedAttachment": "Anhang nicht gefunden",
|
|
66
|
+
"notFound": "Nicht gefunden"
|
|
67
|
+
},
|
|
68
|
+
"marks": {
|
|
69
|
+
"flaky": "Instabil",
|
|
70
|
+
"newBroken": "Neu defekt",
|
|
71
|
+
"newFailed": "Neu fehlgeschlagen",
|
|
72
|
+
"newPassed": "Neu erfolgreich",
|
|
73
|
+
"retriesStatusChange": "Status nach erneutem Versuch geändert"
|
|
74
|
+
},
|
|
75
|
+
"sorter": {
|
|
76
|
+
"duration": "Dauer",
|
|
77
|
+
"name": "Name",
|
|
78
|
+
"order": "Reihenfolge",
|
|
79
|
+
"status": "Status"
|
|
80
|
+
},
|
|
81
|
+
"status": {
|
|
82
|
+
"broken": "Defekt",
|
|
83
|
+
"failed": "Fehlgeschlagen",
|
|
84
|
+
"passed": "Erfolgreich",
|
|
85
|
+
"skipped": "Übersprungen",
|
|
86
|
+
"unknown": "Unbekannt"
|
|
87
|
+
},
|
|
88
|
+
"tab": {
|
|
89
|
+
"categories": {
|
|
90
|
+
"name": "Kategorien"
|
|
91
|
+
},
|
|
92
|
+
"graph": {
|
|
93
|
+
"name": "Grafiken"
|
|
94
|
+
},
|
|
95
|
+
"overview": {
|
|
96
|
+
"name": "Übersicht"
|
|
97
|
+
},
|
|
98
|
+
"suites": {
|
|
99
|
+
"name": "Suiten"
|
|
100
|
+
},
|
|
101
|
+
"timeline": {
|
|
102
|
+
"name": "Zeitstrahl",
|
|
103
|
+
"selected": "{{count}} Test ausgewählt ({{percent}}%) mit einer Dauer von über {{duration}}",
|
|
104
|
+
"selected_plural": "{{count}} Tests ausgewählt ({{percent}}%) mit einer Dauer von über {{duration}}"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"testResult": {
|
|
108
|
+
"categories": {
|
|
109
|
+
"name": "Kategorien"
|
|
110
|
+
},
|
|
111
|
+
"description": {
|
|
112
|
+
"name": "Beschreibung"
|
|
113
|
+
},
|
|
114
|
+
"duration": {
|
|
115
|
+
"name": "Dauer"
|
|
116
|
+
},
|
|
117
|
+
"execution": {
|
|
118
|
+
"body": "Test",
|
|
119
|
+
"name": "Durchführung",
|
|
120
|
+
"setup": "Vorbereitung",
|
|
121
|
+
"teardown": "Aufräumung"
|
|
122
|
+
},
|
|
123
|
+
"history": {
|
|
124
|
+
"name": "Historie",
|
|
125
|
+
"successRate": "Erfolgsrate"
|
|
126
|
+
},
|
|
127
|
+
"links": {
|
|
128
|
+
"name": "Links"
|
|
129
|
+
},
|
|
130
|
+
"overview": {
|
|
131
|
+
"name": "Übersicht"
|
|
132
|
+
},
|
|
133
|
+
"owner": {
|
|
134
|
+
"name": "Besitzer"
|
|
135
|
+
},
|
|
136
|
+
"parameters": {
|
|
137
|
+
"name": "Parameter"
|
|
138
|
+
},
|
|
139
|
+
"retries": {
|
|
140
|
+
"empty": "Keine Informationen zu Wiederholungen verfügbar",
|
|
141
|
+
"name": "Wiederholungen"
|
|
142
|
+
},
|
|
143
|
+
"severity": {
|
|
144
|
+
"name": "Ausmaß"
|
|
145
|
+
},
|
|
146
|
+
"stats": {
|
|
147
|
+
"count": {
|
|
148
|
+
"attachments": "{{count}} Anhang",
|
|
149
|
+
"attachments_plural": "{{count}} Anhänge",
|
|
150
|
+
"parameters": "{{count}} Parameter",
|
|
151
|
+
"parameters_plural": "{{count}} Parameter",
|
|
152
|
+
"steps": "{{count}} Unterschritt",
|
|
153
|
+
"steps_plural": "{{count}} Unterschritte"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"status": {
|
|
157
|
+
"empty": "Keine Status Details",
|
|
158
|
+
"trace": "Zeige Stracktrace"
|
|
159
|
+
},
|
|
160
|
+
"tags": {
|
|
161
|
+
"name": "Tags"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"widget": {
|
|
165
|
+
"categories": {
|
|
166
|
+
"name": "Kategorien"
|
|
167
|
+
},
|
|
168
|
+
"categoriesTrend": {
|
|
169
|
+
"name": "Kategorien Trend"
|
|
170
|
+
},
|
|
171
|
+
"durationTrend": {
|
|
172
|
+
"name": "Dauer Trend"
|
|
173
|
+
},
|
|
174
|
+
"environment": {
|
|
175
|
+
"empty": "Keine Umgebungsvariablen verfügbar",
|
|
176
|
+
"name": "Umgebung",
|
|
177
|
+
"showAll": "Zeige alle"
|
|
178
|
+
},
|
|
179
|
+
"executors": {
|
|
180
|
+
"empty": "Keine Informationen zu Testdurchführern verfügbar",
|
|
181
|
+
"name": "Durchführer",
|
|
182
|
+
"unknown": "Unbekannt"
|
|
183
|
+
},
|
|
184
|
+
"launches": {
|
|
185
|
+
"empty": "Keine Informationen zu Durchläufen verfügbar",
|
|
186
|
+
"name": "Durchläufe"
|
|
187
|
+
},
|
|
188
|
+
"retryTrend": {
|
|
189
|
+
"name": "Wiederholungen Trend"
|
|
190
|
+
},
|
|
191
|
+
"suites": {
|
|
192
|
+
"name": "Suiten"
|
|
193
|
+
},
|
|
194
|
+
"summary": {
|
|
195
|
+
"aggregatedName": "Aggregierter Report",
|
|
196
|
+
"launches": "Durchlauf",
|
|
197
|
+
"launches_plural": "Durchläufe",
|
|
198
|
+
"testResults": "Testfall",
|
|
199
|
+
"testResults_plural": "Testfälle"
|
|
200
|
+
},
|
|
201
|
+
"trend": {
|
|
202
|
+
"name": "Trend"
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
}
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chart": {
|
|
3
|
+
"duration": {
|
|
4
|
+
"empty": "There is nothing to show",
|
|
5
|
+
"name": "Duration"
|
|
6
|
+
},
|
|
7
|
+
"severity": {
|
|
8
|
+
"name": "Severity"
|
|
9
|
+
},
|
|
10
|
+
"status": {
|
|
11
|
+
"name": "Status"
|
|
12
|
+
},
|
|
13
|
+
"trend": {
|
|
14
|
+
"empty": "There is nothing to show"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"component": {
|
|
18
|
+
"markToggle": {
|
|
19
|
+
"hideCases": "Hide {{mark}} test results",
|
|
20
|
+
"showCases": "Show {{mark}} test results"
|
|
21
|
+
},
|
|
22
|
+
"statusToggle": {
|
|
23
|
+
"hideCases": "Hide test results with {{status}} status",
|
|
24
|
+
"showCases": "Show test results with {{status}} status"
|
|
25
|
+
},
|
|
26
|
+
"tree": {
|
|
27
|
+
"download": "Download CSV",
|
|
28
|
+
"empty": "There are no items",
|
|
29
|
+
"filter": "Status",
|
|
30
|
+
"filter-marks": "Marks",
|
|
31
|
+
"filtered": {
|
|
32
|
+
"shown": "{{count}} shown",
|
|
33
|
+
"total": "{{count}} test result",
|
|
34
|
+
"total_plural": "{{count}} test results"
|
|
35
|
+
},
|
|
36
|
+
"groups": "Toggle groups info",
|
|
37
|
+
"time": {
|
|
38
|
+
"max": {
|
|
39
|
+
"name": "Max",
|
|
40
|
+
"tooltip": "Longest test duration"
|
|
41
|
+
},
|
|
42
|
+
"sum": {
|
|
43
|
+
"name": "Sum",
|
|
44
|
+
"tooltip": "Sum of all tests durations"
|
|
45
|
+
},
|
|
46
|
+
"total": {
|
|
47
|
+
"name": "Total",
|
|
48
|
+
"tooltip": "Duration from first test started to last test finished"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"unknown": "<Empty>"
|
|
52
|
+
},
|
|
53
|
+
"widgetStatus": {
|
|
54
|
+
"showAll": "Show all",
|
|
55
|
+
"total": "{{count}} item total",
|
|
56
|
+
"total_plural": "{{count}} items total"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"controls": {
|
|
60
|
+
"backto": "Back to",
|
|
61
|
+
"clipboard": "Copy to clipboard",
|
|
62
|
+
"clipboardError": "Can not copy value to clipboard. Seems like this feature is not supported for your browser",
|
|
63
|
+
"clipboardSuccess": "Successfully copied",
|
|
64
|
+
"collapse": "Collapse",
|
|
65
|
+
"expand": "Expand",
|
|
66
|
+
"fullscreen": "Full screen",
|
|
67
|
+
"language": "Change language"
|
|
68
|
+
},
|
|
69
|
+
"errors": {
|
|
70
|
+
"missedAttachment": "Attachment not found",
|
|
71
|
+
"notFound": "Not found"
|
|
72
|
+
},
|
|
73
|
+
"marks": {
|
|
74
|
+
"flaky": "Flaky",
|
|
75
|
+
"newBroken": "New broken",
|
|
76
|
+
"newFailed": "New failed",
|
|
77
|
+
"newPassed": "New passed",
|
|
78
|
+
"retriesStatusChange": "Status changed after retry"
|
|
79
|
+
},
|
|
80
|
+
"sorter": {
|
|
81
|
+
"duration": "duration",
|
|
82
|
+
"name": "name",
|
|
83
|
+
"order": "order",
|
|
84
|
+
"status": "status"
|
|
85
|
+
},
|
|
86
|
+
"status": {
|
|
87
|
+
"broken": "Broken",
|
|
88
|
+
"failed": "Failed",
|
|
89
|
+
"passed": "Passed",
|
|
90
|
+
"skipped": "Skipped",
|
|
91
|
+
"unknown": "Unknown"
|
|
92
|
+
},
|
|
93
|
+
"tab": {
|
|
94
|
+
"categories": {
|
|
95
|
+
"name": "Categories"
|
|
96
|
+
},
|
|
97
|
+
"graph": {
|
|
98
|
+
"name": "Graphs"
|
|
99
|
+
},
|
|
100
|
+
"overview": {
|
|
101
|
+
"name": "Overview"
|
|
102
|
+
},
|
|
103
|
+
"suites": {
|
|
104
|
+
"name": "Suites"
|
|
105
|
+
},
|
|
106
|
+
"timeline": {
|
|
107
|
+
"name": "Timeline",
|
|
108
|
+
"selected": "Selected {{count}} test ({{percent}}%) with duration above {{duration}}",
|
|
109
|
+
"selected_plural": "Selected {{count}} tests ({{percent}}%) with duration above {{duration}}"
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"testResult": {
|
|
113
|
+
"categories": {
|
|
114
|
+
"name": "Categories"
|
|
115
|
+
},
|
|
116
|
+
"description": {
|
|
117
|
+
"name": "Description"
|
|
118
|
+
},
|
|
119
|
+
"duration": {
|
|
120
|
+
"name": "Duration"
|
|
121
|
+
},
|
|
122
|
+
"execution": {
|
|
123
|
+
"body": "Test body",
|
|
124
|
+
"downloadAttachment": {
|
|
125
|
+
"tooltip": "Open attachment in new tab"
|
|
126
|
+
},
|
|
127
|
+
"name": "Execution",
|
|
128
|
+
"setup": "Set up",
|
|
129
|
+
"teardown": "Tear down"
|
|
130
|
+
},
|
|
131
|
+
"history": {
|
|
132
|
+
"empty": "No history information available.",
|
|
133
|
+
"name": "History",
|
|
134
|
+
"statistic": "{{passed}} of {{total}}",
|
|
135
|
+
"successRate": "Success rate",
|
|
136
|
+
"time": "{{date}} at {{time}}"
|
|
137
|
+
},
|
|
138
|
+
"links": {
|
|
139
|
+
"name": "Links"
|
|
140
|
+
},
|
|
141
|
+
"overview": {
|
|
142
|
+
"name": "Overview"
|
|
143
|
+
},
|
|
144
|
+
"owner": {
|
|
145
|
+
"name": "Owner"
|
|
146
|
+
},
|
|
147
|
+
"parameters": {
|
|
148
|
+
"name": "Parameters"
|
|
149
|
+
},
|
|
150
|
+
"retries": {
|
|
151
|
+
"empty": "There is no information available about test retries",
|
|
152
|
+
"name": "Retries",
|
|
153
|
+
"time": "{{date}} at {{time}}"
|
|
154
|
+
},
|
|
155
|
+
"severity": {
|
|
156
|
+
"name": "Severity",
|
|
157
|
+
"blocker": "blocker",
|
|
158
|
+
"critical": "critical",
|
|
159
|
+
"normal": "normal",
|
|
160
|
+
"minor": "minor",
|
|
161
|
+
"trivial": "trivial"
|
|
162
|
+
},
|
|
163
|
+
"stats": {
|
|
164
|
+
"count": {
|
|
165
|
+
"attachments": "{{count}} attachment",
|
|
166
|
+
"attachments_plural": "{{count}} attachments",
|
|
167
|
+
"parameters": "{{count}} parameter",
|
|
168
|
+
"parameters_plural": "{{count}} parameters",
|
|
169
|
+
"steps": "{{count}} sub-step",
|
|
170
|
+
"steps_plural": "{{count}} sub-steps"
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"status": {
|
|
174
|
+
"empty": "Empty status details",
|
|
175
|
+
"trace": "Show trace"
|
|
176
|
+
},
|
|
177
|
+
"tags": {
|
|
178
|
+
"name": "Tags"
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"widget": {
|
|
182
|
+
"categories": {
|
|
183
|
+
"name": "Categories"
|
|
184
|
+
},
|
|
185
|
+
"categoriesTrend": {
|
|
186
|
+
"name": "Categories trend"
|
|
187
|
+
},
|
|
188
|
+
"durationTrend": {
|
|
189
|
+
"name": "Duration trend"
|
|
190
|
+
},
|
|
191
|
+
"environment": {
|
|
192
|
+
"empty": "There are no environment variables",
|
|
193
|
+
"name": "Environment",
|
|
194
|
+
"showAll": "Show all"
|
|
195
|
+
},
|
|
196
|
+
"executors": {
|
|
197
|
+
"empty": "There is no information about tests executors",
|
|
198
|
+
"name": "Executors",
|
|
199
|
+
"unknown": "Unknown"
|
|
200
|
+
},
|
|
201
|
+
"launches": {
|
|
202
|
+
"empty": "There is no information about launches",
|
|
203
|
+
"name": "Launches"
|
|
204
|
+
},
|
|
205
|
+
"retryTrend": {
|
|
206
|
+
"name": "Retries trend"
|
|
207
|
+
},
|
|
208
|
+
"suites": {
|
|
209
|
+
"name": "Suites"
|
|
210
|
+
},
|
|
211
|
+
"summary": {
|
|
212
|
+
"aggregatedName": "Aggregated report",
|
|
213
|
+
"launches": "launch",
|
|
214
|
+
"launches_plural": "launches",
|
|
215
|
+
"testResults": "test case",
|
|
216
|
+
"testResults_plural": "test cases"
|
|
217
|
+
},
|
|
218
|
+
"trend": {
|
|
219
|
+
"name": "Trend"
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
}
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chart": {
|
|
3
|
+
"duration": {
|
|
4
|
+
"empty": "No hay nada para mostrar",
|
|
5
|
+
"name": "Duración"
|
|
6
|
+
},
|
|
7
|
+
"severity": {
|
|
8
|
+
"name": "Severidad"
|
|
9
|
+
},
|
|
10
|
+
"status": {
|
|
11
|
+
"name": "Estado"
|
|
12
|
+
},
|
|
13
|
+
"trend": {
|
|
14
|
+
"empty": "No hay nada para mostrar"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"component": {
|
|
18
|
+
"markToggle": {
|
|
19
|
+
"hideCases": "Ocultar {{mark}} resultados de prueba",
|
|
20
|
+
"showCases": "Mostrar {{mark}} resultados de prueba"
|
|
21
|
+
},
|
|
22
|
+
"statusToggle": {
|
|
23
|
+
"hideCases": "Ocultar resultados de pruebas con estado {{status}}",
|
|
24
|
+
"showCases": "Mostrar resultados de pruebas con estado {{status}}"
|
|
25
|
+
},
|
|
26
|
+
"tree": {
|
|
27
|
+
"download": "Descargar CSV",
|
|
28
|
+
"empty": "No hay ítems",
|
|
29
|
+
"filter": "Estado",
|
|
30
|
+
"unknown": "<Vacío>",
|
|
31
|
+
"filtered": {
|
|
32
|
+
"shown": "{{count}} mostrados",
|
|
33
|
+
"total": "{{count}} resultado",
|
|
34
|
+
"total_plural": "{{count}} resultados"
|
|
35
|
+
},
|
|
36
|
+
"groups": "Alternar información del grupo",
|
|
37
|
+
"time": {
|
|
38
|
+
"max": {
|
|
39
|
+
"name": "Max",
|
|
40
|
+
"tooltip": "Prueba con mayor duración"
|
|
41
|
+
},
|
|
42
|
+
"sum": {
|
|
43
|
+
"name": "Suma",
|
|
44
|
+
"tooltip": "Suma de todas las pruebas"
|
|
45
|
+
},
|
|
46
|
+
"total": {
|
|
47
|
+
"name": "Total",
|
|
48
|
+
"tooltip": "Duración desde el primer test iniciado hasta el último finalizado"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"widgetStatus": {
|
|
53
|
+
"showAll": "Mostrar todo",
|
|
54
|
+
"total": "total de ítems {{count}}",
|
|
55
|
+
"total_plural": "total de ítems {{count}}"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"controls": {
|
|
59
|
+
"backto": "Volver a",
|
|
60
|
+
"clipboard": "Copiar a portapapeles",
|
|
61
|
+
"clipboardError": "No es posible utilizar el portapapeles. Parece ser que esta funcionalidad no es soportada por tu navegador",
|
|
62
|
+
"clipboardSuccess": "Copiado exitosamente",
|
|
63
|
+
"collapse": "Colapsar",
|
|
64
|
+
"expand": "Expandir",
|
|
65
|
+
"fullscreen": "Pantalla completa",
|
|
66
|
+
"language": "Cambiar lenguaje"
|
|
67
|
+
},
|
|
68
|
+
"errors": {
|
|
69
|
+
"missedAttachment": "Adjunto no encontrado",
|
|
70
|
+
"notFound": "No encontrado"
|
|
71
|
+
},
|
|
72
|
+
"marks": {
|
|
73
|
+
"flaky": "Inestable",
|
|
74
|
+
"newBroken": "Nuevo roto",
|
|
75
|
+
"newFailed": "Nuevo fallido",
|
|
76
|
+
"newPassed": "Nuevo pasado",
|
|
77
|
+
"retriesStatusChange": "El estado cambió después de reintentar"
|
|
78
|
+
},
|
|
79
|
+
"sorter": {
|
|
80
|
+
"duration": "duración",
|
|
81
|
+
"name": "nombre",
|
|
82
|
+
"order": "orden",
|
|
83
|
+
"status": "estado"
|
|
84
|
+
},
|
|
85
|
+
"status": {
|
|
86
|
+
"broken": "Roto",
|
|
87
|
+
"failed": "Fallido",
|
|
88
|
+
"passed": "Exitoso",
|
|
89
|
+
"skipped": "Ignorado",
|
|
90
|
+
"unknown": "Desconocido"
|
|
91
|
+
},
|
|
92
|
+
"tab": {
|
|
93
|
+
"categories": {
|
|
94
|
+
"name": "Categorías"
|
|
95
|
+
},
|
|
96
|
+
"graph": {
|
|
97
|
+
"name": "Gráficos"
|
|
98
|
+
},
|
|
99
|
+
"overview": {
|
|
100
|
+
"name": "Visión General"
|
|
101
|
+
},
|
|
102
|
+
"suites": {
|
|
103
|
+
"name": "Suites"
|
|
104
|
+
},
|
|
105
|
+
"timeline": {
|
|
106
|
+
"name": "Línea de Tiempo",
|
|
107
|
+
"selected": "Selecionada {{count}} prueba ({{percent}}%) con duración arriba de {{duration}}",
|
|
108
|
+
"selected_plural": "Selecionadas {{count}} pruebas ({{percent}}%) con duración arriba de {{duration}}"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"testResult": {
|
|
112
|
+
"categories": {
|
|
113
|
+
"name": "Categorías"
|
|
114
|
+
},
|
|
115
|
+
"description": {
|
|
116
|
+
"name": "Descripción"
|
|
117
|
+
},
|
|
118
|
+
"duration": {
|
|
119
|
+
"name": "Duración"
|
|
120
|
+
},
|
|
121
|
+
"execution": {
|
|
122
|
+
"body": "Contenido de la prueba",
|
|
123
|
+
"name": "Ejecución",
|
|
124
|
+
"setup": "Pre-ejecución",
|
|
125
|
+
"teardown": "Post-ejecución"
|
|
126
|
+
},
|
|
127
|
+
"history": {
|
|
128
|
+
"name": "Histórico",
|
|
129
|
+
"successRate": "Tasa de éxito"
|
|
130
|
+
},
|
|
131
|
+
"links": {
|
|
132
|
+
"name": "Links"
|
|
133
|
+
},
|
|
134
|
+
"overview": {
|
|
135
|
+
"name": "Visión general"
|
|
136
|
+
},
|
|
137
|
+
"owner": {
|
|
138
|
+
"name": "Propietario"
|
|
139
|
+
},
|
|
140
|
+
"parameters": {
|
|
141
|
+
"name": "Parámetros"
|
|
142
|
+
},
|
|
143
|
+
"retries": {
|
|
144
|
+
"empty": "No hay información disponible sobre los reintentos de la prueba",
|
|
145
|
+
"name": "Reintentos"
|
|
146
|
+
},
|
|
147
|
+
"severity": {
|
|
148
|
+
"name": "Severidad"
|
|
149
|
+
},
|
|
150
|
+
"stats": {
|
|
151
|
+
"count": {
|
|
152
|
+
"attachments": "{{count}} adjunto",
|
|
153
|
+
"attachments_plural": "{{count}} adjuntos",
|
|
154
|
+
"parameters": "{{count}} parámetro",
|
|
155
|
+
"parameters_plural": "{{count}} parámetros",
|
|
156
|
+
"steps": "{{count}} sub-paso",
|
|
157
|
+
"steps_plural": "{{count}} sub-pasos"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"status": {
|
|
161
|
+
"empty": "Detalles de estado no existente",
|
|
162
|
+
"trace": "Mostrar trace"
|
|
163
|
+
},
|
|
164
|
+
"tags": {
|
|
165
|
+
"name": "Etiquetas"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"widget": {
|
|
169
|
+
"categories": {
|
|
170
|
+
"name": "Categorías"
|
|
171
|
+
},
|
|
172
|
+
"categoriesTrend": {
|
|
173
|
+
"name": "Tendencia de categorías"
|
|
174
|
+
},
|
|
175
|
+
"durationTrend": {
|
|
176
|
+
"name": "Tendencia de duraciones"
|
|
177
|
+
},
|
|
178
|
+
"environment": {
|
|
179
|
+
"empty": "No hay variables de ambiente definidas",
|
|
180
|
+
"name": "Ambiente",
|
|
181
|
+
"showAll": "Mostrar todo"
|
|
182
|
+
},
|
|
183
|
+
"executors": {
|
|
184
|
+
"empty": "No hay información sobre los ejecutores de pruebas",
|
|
185
|
+
"name": "Ejecutores",
|
|
186
|
+
"unknown": "Desconocido"
|
|
187
|
+
},
|
|
188
|
+
"launches": {
|
|
189
|
+
"empty": "No hay información sobre ejecutores",
|
|
190
|
+
"name": "Ejecutores"
|
|
191
|
+
},
|
|
192
|
+
"retryTrend": {
|
|
193
|
+
"name": "Tendencia de reintentos"
|
|
194
|
+
},
|
|
195
|
+
"suites": {
|
|
196
|
+
"name": "Suites"
|
|
197
|
+
},
|
|
198
|
+
"summary": {
|
|
199
|
+
"aggregatedName": "Reporte agregado",
|
|
200
|
+
"launches": "ejecución",
|
|
201
|
+
"launches_plural": "ejecuciones",
|
|
202
|
+
"testResults": "caso de prueba",
|
|
203
|
+
"testResults_plural": "casos de prueba"
|
|
204
|
+
},
|
|
205
|
+
"trend": {
|
|
206
|
+
"name": "Tendencia"
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
}
|