@allurereport/web-awesome 3.8.2 → 3.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +112 -0
- package/allurerc-dev.mjs +10 -0
- package/dist/multi/121.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/173.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/174.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/252.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/282.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/29.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/310.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/{416.app-f008fb8342025f2b1ace.js → 416.app-d36b0855e3e7a53eeee9.js} +1 -1
- package/dist/multi/{507.app-f008fb8342025f2b1ace.js → 507.app-d36b0855e3e7a53eeee9.js} +1 -1
- package/dist/multi/527.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/600.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/605.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/638.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/672.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/686.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/725.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/741.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/749.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/755.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/779.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/{894.app-f008fb8342025f2b1ace.js → 894.app-d36b0855e3e7a53eeee9.js} +1 -1
- package/dist/multi/943.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/980.app-d36b0855e3e7a53eeee9.js +1 -0
- package/dist/multi/app-d36b0855e3e7a53eeee9.js +2 -0
- package/dist/multi/manifest.json +26 -23
- package/dist/multi/styles-212da6c68fa0beb4c6c5.css +1 -0
- package/dist/multi/styles-468416ffee9a9dea6cae.css +58 -0
- package/dist/multi/styles-5c882b14b6f3112e40c4.css +1 -0
- package/dist/single/app-62171f5f51b5954a787c.js +2 -0
- package/dist/single/manifest.json +1 -1
- package/package.json +12 -7
- package/src/assets/scss/_common.scss +2 -2
- package/src/assets/scss/index.scss +8 -6
- package/src/components/BaseLayout/index.tsx +14 -2
- package/src/components/BaseLayout/styles.scss +5 -5
- package/src/components/Categories/CategoryHeaderItem/styles.scss +2 -2
- package/src/components/Categories/CategoryTreeItem/styles.scss +2 -2
- package/src/components/Categories/GroupTreeItem/styles.scss +4 -5
- package/src/components/Categories/HistoryTreeItem/styles.scss +2 -2
- package/src/components/Categories/LabelTreeItem/styles.scss +2 -2
- package/src/components/Categories/MessageTreeItem/index.tsx +1 -1
- package/src/components/Categories/MessageTreeItem/styles.scss +18 -18
- package/src/components/Categories/sticky.ts +1 -1
- package/src/components/Footer/styles.scss +2 -2
- package/src/components/Header/CiInfo/styles.scss +1 -1
- package/src/components/Header/styles.scss +2 -2
- package/src/components/HotkeysProvider/index.tsx +556 -0
- package/src/components/KeyboardShortcuts/index.tsx +73 -0
- package/src/components/KeyboardShortcuts/shortcutsConfig.ts +91 -0
- package/src/components/KeyboardShortcuts/styles.scss +69 -0
- package/src/components/MainReport/index.tsx +89 -72
- package/src/components/MainReport/styles.scss +40 -4
- package/src/components/Metadata/styles.scss +9 -9
- package/src/components/MetadataButton/index.tsx +2 -0
- package/src/components/MetadataButton/styles.scss +1 -1
- package/src/components/NavTabs/styles.scss +8 -8
- package/src/components/ReportBody/index.tsx +11 -2
- package/src/components/ReportBody/styles.scss +24 -4
- package/src/components/ReportCategories/styles.scss +1 -1
- package/src/components/ReportFilters/styles.scss +1 -1
- package/src/components/ReportGlobalAttachments/styles.scss +1 -1
- package/src/components/ReportGlobalErrors/styles.scss +1 -1
- package/src/components/ReportHeader/styles.scss +2 -2
- package/src/components/ReportMetadata/index.tsx +9 -11
- package/src/components/ReportMetadata/styles.scss +6 -6
- package/src/components/ReportQualityGateResults/styles.scss +2 -2
- package/src/components/ReportSearch/index.tsx +1 -5
- package/src/components/ReportTabs/styles.scss +9 -9
- package/src/components/SectionSwitcher/index.tsx +87 -10
- package/src/components/SideBySide/index.tsx +20 -2
- package/src/components/SideBySide/styles.scss +9 -1
- package/src/components/SplitLayout/index.tsx +10 -1
- package/src/components/SplitLayout/styles.scss +20 -4
- package/src/components/TestResult/TestStepsEmpty/styles.scss +1 -1
- package/src/components/TestResult/TrDescription/styles.scss +1 -1
- package/src/components/TestResult/TrDropdown/index.tsx +2 -2
- package/src/components/TestResult/TrDropdown/styles.scss +1 -1
- package/src/components/TestResult/TrEmpty/styles.scss +1 -1
- package/src/components/TestResult/TrEnvironmentItem/styles.scss +4 -4
- package/src/components/TestResult/TrError/index.tsx +32 -7
- package/src/components/TestResult/TrError/styles.scss +23 -23
- package/src/components/TestResult/TrHeader/styles.scss +2 -2
- package/src/components/TestResult/TrHistory/styles.scss +6 -6
- package/src/components/TestResult/TrInfo/styles.scss +8 -8
- package/src/components/TestResult/TrLinks/index.tsx +2 -2
- package/src/components/TestResult/TrLinks/styles.scss +2 -2
- package/src/components/TestResult/TrMetadata/index.tsx +1 -1
- package/src/components/TestResult/TrMetadata/styles.scss +1 -1
- package/src/components/TestResult/TrNavigation/index.tsx +1 -1
- package/src/components/TestResult/TrNavigation/styles.scss +2 -2
- package/src/components/TestResult/TrOverview.tsx +2 -0
- package/src/components/TestResult/TrParameters/index.tsx +1 -1
- package/src/components/TestResult/TrParameters/styles.scss +1 -1
- package/src/components/TestResult/TrPrevStatuses/styles.scss +8 -8
- package/src/components/TestResult/TrPwTraces/styles.scss +1 -1
- package/src/components/TestResult/TrRetriesView/styles.scss +3 -3
- package/src/components/TestResult/TrSetup/index.tsx +9 -3
- package/src/components/TestResult/TrSeverity/styles.scss +7 -7
- package/src/components/TestResult/TrStatus/styles.scss +2 -35
- package/src/components/TestResult/TrSteps/TrAttachment.tsx +79 -43
- package/src/components/TestResult/TrSteps/TrAttachmentInfo.tsx +44 -17
- package/src/components/TestResult/TrSteps/TrErrorStep.tsx +3 -0
- package/src/components/TestResult/TrSteps/TrStep.tsx +9 -4
- package/src/components/TestResult/TrSteps/TrStepHeader.tsx +8 -5
- package/src/components/TestResult/TrSteps/index.tsx +7 -4
- package/src/components/TestResult/TrSteps/stepTreeExpansion.ts +27 -9
- package/src/components/TestResult/TrSteps/styles.scss +80 -20
- package/src/components/TestResult/TrTeardown/index.tsx +9 -3
- package/src/components/TestResult/bodyItems.ts +1 -1
- package/src/components/TestResult/index.tsx +8 -2
- package/src/components/TestResult/styles.scss +10 -1
- package/src/components/TestResult/trOverviewFocus.scss +4 -0
- package/src/components/Timeline/styles.scss +6 -6
- package/src/components/Tree/index.tsx +54 -5
- package/src/components/Tree/styles.scss +55 -35
- package/src/hooks/useTestResultOverviewFocusScroll.ts +23 -0
- package/src/index.html +30 -33
- package/src/index.tsx +12 -6
- package/src/locales/ar.json +61 -1
- package/src/locales/az.json +61 -1
- package/src/locales/de.json +61 -1
- package/src/locales/en.json +61 -1
- package/src/locales/es.json +61 -1
- package/src/locales/fr.json +61 -1
- package/src/locales/he.json +61 -1
- package/src/locales/hy.json +61 -1
- package/src/locales/it.json +61 -1
- package/src/locales/ja.json +61 -1
- package/src/locales/ka.json +61 -1
- package/src/locales/kr.json +61 -1
- package/src/locales/nl.json +61 -1
- package/src/locales/pl.json +61 -1
- package/src/locales/pt.json +61 -1
- package/src/locales/ru.json +61 -1
- package/src/locales/sv.json +61 -1
- package/src/locales/tr.json +61 -1
- package/src/locales/uk.json +61 -1
- package/src/locales/zh-TW.json +61 -1
- package/src/locales/zh.json +61 -1
- package/src/stores/keyboard.ts +371 -0
- package/src/stores/keyboardActions.ts +769 -0
- package/src/stores/locale.ts +1 -0
- package/src/stores/reportEnvSections.ts +6 -0
- package/src/stores/reportRootTabs.ts +95 -0
- package/src/stores/search.ts +147 -0
- package/src/stores/testResultOverviewNav.ts +119 -0
- package/src/stores/testResultTabs.ts +62 -0
- package/src/stores/timeline.ts +1 -1
- package/src/stores/tree.ts +42 -4
- package/src/stores/treeFilters/store.ts +3 -36
- package/src/styles/_pane-active.scss +8 -0
- package/src/styles.scss +1 -1
- package/src/utils/flattenTestResultOverview.ts +182 -0
- package/src/utils/trOverviewFocus.ts +18 -0
- package/test/components/EnvironmentPicker.test.tsx +21 -3
- package/test/components/Header/CiInfo.test.tsx +8 -0
- package/test/components/Header.test.tsx +8 -0
- package/test/components/ReportGlobals.test.tsx +9 -1
- package/test/components/TestResult/PwTraceButton.test.tsx +8 -0
- package/test/components/TestResult/TrErrorStep.test.tsx +8 -0
- package/test/components/TestResult/TrOverview.test.tsx +30 -10
- package/test/components/TestResult/TrSteps.test.tsx +73 -0
- package/test/components/TestResult/bodyItems.test.ts +9 -1
- package/test/components/TestResult/openPwTraceInNewTab.test.ts +8 -0
- package/test/components/TestResult/stepTreeExpansion.test.ts +10 -2
- package/test/components/Timeline.test.tsx +15 -7
- package/test/stores/keyboard/keyboardActions.test.ts +615 -0
- package/test/stores/search.test.ts +143 -0
- package/test/stores/treeFilters/actions.test.ts +8 -0
- package/test/utils/flattenTestResultOverview.test.ts +57 -0
- package/test/utils/ownerAddress.test.ts +9 -1
- package/test/utils/treeFilters.test.ts +9 -1
- package/types.d.ts +17 -0
- package/webpack.config.js +3 -0
- package/CONTRIBUTING.md +0 -34
- package/dist/multi/173.app-f008fb8342025f2b1ace.js +0 -1
- package/dist/multi/174.app-f008fb8342025f2b1ace.js +0 -1
- package/dist/multi/252.app-f008fb8342025f2b1ace.js +0 -1
- package/dist/multi/282.app-f008fb8342025f2b1ace.js +0 -1
- package/dist/multi/29.app-f008fb8342025f2b1ace.js +0 -1
- package/dist/multi/310.app-f008fb8342025f2b1ace.js +0 -1
- package/dist/multi/527.app-f008fb8342025f2b1ace.js +0 -1
- package/dist/multi/600.app-f008fb8342025f2b1ace.js +0 -1
- package/dist/multi/605.app-f008fb8342025f2b1ace.js +0 -1
- package/dist/multi/638.app-f008fb8342025f2b1ace.js +0 -1
- package/dist/multi/672.app-f008fb8342025f2b1ace.js +0 -1
- package/dist/multi/686.app-f008fb8342025f2b1ace.js +0 -1
- package/dist/multi/725.app-f008fb8342025f2b1ace.js +0 -1
- package/dist/multi/741.app-f008fb8342025f2b1ace.js +0 -1
- package/dist/multi/749.app-f008fb8342025f2b1ace.js +0 -1
- package/dist/multi/755.app-f008fb8342025f2b1ace.js +0 -1
- package/dist/multi/943.app-f008fb8342025f2b1ace.js +0 -1
- package/dist/multi/980.app-f008fb8342025f2b1ace.js +0 -1
- package/dist/multi/app-f008fb8342025f2b1ace.js +0 -2
- package/dist/multi/styles-9f7a23a0c8b79fa76981.css +0 -58
- package/dist/single/app-07332238da9897064301.js +0 -2
- package/src/assets/scss/day.scss +0 -53
- package/src/assets/scss/fonts.scss +0 -3
- package/src/assets/scss/night.scss +0 -63
- package/src/assets/scss/palette.scss +0 -393
- package/src/assets/scss/theme.scss +0 -330
- package/src/assets/scss/vars.scss +0 -11
- /package/dist/multi/{app-f008fb8342025f2b1ace.js.LICENSE.txt → app-d36b0855e3e7a53eeee9.js.LICENSE.txt} +0 -0
- /package/dist/single/{app-07332238da9897064301.js.LICENSE.txt → app-62171f5f51b5954a787c.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { scrollFocusIntoView } from "@allurereport/web-commons";
|
|
2
|
+
import { useLayoutEffect } from "preact/hooks";
|
|
3
|
+
|
|
4
|
+
import { getFlatTestResultNode, testResultFocusId } from "@/stores/testResultOverviewNav";
|
|
5
|
+
|
|
6
|
+
export const useTestResultOverviewFocusScroll = () => {
|
|
7
|
+
const focusId = testResultFocusId.value;
|
|
8
|
+
|
|
9
|
+
useLayoutEffect(() => {
|
|
10
|
+
if (!focusId) {
|
|
11
|
+
return;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const node = document.querySelector(`[data-tr-focus-id="${focusId}"]`);
|
|
15
|
+
|
|
16
|
+
if (!(node instanceof HTMLElement)) {
|
|
17
|
+
return;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
const flatNode = getFlatTestResultNode(focusId);
|
|
21
|
+
scrollFocusIntoView(node, { containerAttribute: "data-tr-scroll-container", kind: flatNode?.kind });
|
|
22
|
+
}, [focusId]);
|
|
23
|
+
};
|
package/src/index.html
CHANGED
|
@@ -3,32 +3,38 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<title>Allure Awesome</title>
|
|
5
5
|
<link rel="icon" href="data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.232 4.662a3.6 3.6 0 0 1 5.09.035c2.855 2.894 4.662 6.885 4.662 11.295a3.6 3.6 0 0 1-7.2 0c0-2.406-.981-4.61-2.587-6.24a3.6 3.6 0 0 1 .035-5.09Z' fill='url(%23a)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.392 3.6a3.6 3.6 0 0 1 3.6-3.6c4.41 0 8.401 1.807 11.296 4.662a3.6 3.6 0 1 1-5.056 5.126C20.602 8.18 18.398 7.2 15.992 7.2a3.6 3.6 0 0 1-3.6-3.6Z' fill='url(%23b)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 15.992C0 7.157 7.157 0 15.992 0a3.6 3.6 0 0 1 0 7.2A8.789 8.789 0 0 0 7.2 15.992c0 2.406.981 4.61 2.588 6.24a3.6 3.6 0 0 1-5.126 5.056C1.807 24.393 0 20.402 0 15.992Z' fill='url(%23c)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.661 22.232a3.6 3.6 0 0 1 5.091-.035c1.63 1.606 3.834 2.587 6.24 2.587a3.6 3.6 0 0 1 0 7.2c-4.41 0-8.401-1.807-11.295-4.661a3.6 3.6 0 0 1-.036-5.091Z' fill='url(%23d)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.384 12.392a3.6 3.6 0 0 1 3.6 3.6c0 8.835-7.157 15.992-15.992 15.992a3.6 3.6 0 0 1 0-7.2 8.789 8.789 0 0 0 8.792-8.792 3.6 3.6 0 0 1 3.6-3.6Z' fill='url(%23e)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.385 12.392a3.6 3.6 0 0 1 3.6 3.6v12.392a3.6 3.6 0 0 1-7.2 0V15.992a3.6 3.6 0 0 1 3.6-3.6Z' fill='url(%23f)'/%3E%3Cg clip-path='url(%23g)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.232 4.662a3.6 3.6 0 0 1 5.091.035c2.855 2.894 4.662 6.885 4.662 11.295a3.6 3.6 0 0 1-7.2 0c0-2.406-.982-4.61-2.588-6.24a3.6 3.6 0 0 1 .035-5.09Z' fill='url(%23h)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='a' x1='26.4' y1='9.6' x2='28.8' y2='15' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237E22CE'/%3E%3Cstop offset='1' stop-color='%238B5CF6'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='26.8' y1='9.4' x2='17.8' y2='3.6' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EF4444'/%3E%3Cstop offset='1' stop-color='%23DC2626'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='3.6' y1='14' x2='5.4' y2='24.8' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2322C55E'/%3E%3Cstop offset='1' stop-color='%2315803D'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='4.8' y1='22.2' x2='14.4' y2='29.2' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2394A3B8'/%3E%3Cstop offset='.958' stop-color='%2364748B'/%3E%3Cstop offset='1' stop-color='%2364748B'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='28.4' y1='22.173' x2='22.188' y2='28.384' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D97706'/%3E%3Cstop offset='1' stop-color='%23FBBF24'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='29.2' y1='54.4' x2='30.626' y2='54.256' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FBBF24'/%3E%3Cstop offset='1' stop-color='%23FBBF24'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='26.4' y1='9.6' x2='28.8' y2='15' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237E22CE'/%3E%3Cstop offset='1' stop-color='%238B5CF6'/%3E%3C/linearGradient%3E%3CclipPath id='g'%3E%3Cpath fill='%23fff' transform='translate(24.8 12)' d='M0 0h7.2v8H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E" />
|
|
6
|
-
<
|
|
6
|
+
<script>
|
|
7
|
+
(function () {
|
|
8
|
+
const base = document.createElement("base");
|
|
9
|
+
base.href = new URL(".", window.location.href).href;
|
|
10
|
+
document.head.prepend(base);
|
|
11
|
+
})();
|
|
12
|
+
</script>
|
|
7
13
|
<script>
|
|
8
14
|
window.allureReportOptions = {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
15
|
+
reportName: "Allure Report",
|
|
16
|
+
logo: "",
|
|
17
|
+
theme: "auto",
|
|
18
|
+
reportLanguage: "en",
|
|
19
|
+
createdAt: 1739819870336,
|
|
20
|
+
reportUuid: "51b36daf-614b-409c-b6a1-e8e401b2c144",
|
|
21
|
+
groupBy: ["parentSuite", "suite", "subSuite"],
|
|
22
|
+
layout: "split",
|
|
23
|
+
allureVersion: "3.0.1-develop",
|
|
24
|
+
sections: ["charts", "timeline"],
|
|
25
|
+
ci: {
|
|
26
|
+
type: "github",
|
|
27
|
+
detected: true,
|
|
28
|
+
jobUid: "1234567890",
|
|
29
|
+
jobUrl: "#",
|
|
30
|
+
jobName: "Sample job name",
|
|
31
|
+
jobRunUid: "0987654321",
|
|
32
|
+
jobRunUrl: "#",
|
|
33
|
+
jobRunName: "Sample job run name",
|
|
34
|
+
jobRunBranch: "master",
|
|
35
|
+
pullRequestName: "Pull request #123",
|
|
36
|
+
pullRequestUrl: "#",
|
|
37
|
+
},
|
|
32
38
|
};
|
|
33
39
|
</script>
|
|
34
40
|
</head>
|
|
@@ -38,15 +44,6 @@
|
|
|
38
44
|
window.allure = window.allure || {};
|
|
39
45
|
</script>
|
|
40
46
|
|
|
41
|
-
<script>
|
|
42
|
-
const { origin, pathname } = window.location;
|
|
43
|
-
const url = new URL(pathname, origin);
|
|
44
|
-
const baseEl = document.createElement("base");
|
|
45
|
-
|
|
46
|
-
baseEl.href = url.toString();
|
|
47
|
-
|
|
48
|
-
window.document.head.appendChild(baseEl);
|
|
49
|
-
</script>
|
|
50
47
|
<script async>
|
|
51
48
|
window.allureReportDataReady = true;
|
|
52
49
|
</script>
|
package/src/index.tsx
CHANGED
|
@@ -10,6 +10,8 @@ import { useEffect, useState } from "preact/hooks";
|
|
|
10
10
|
import "@/assets/scss/index.scss";
|
|
11
11
|
import { Footer } from "@/components/Footer";
|
|
12
12
|
import { Header } from "@/components/Header";
|
|
13
|
+
import { HotkeysProvider } from "@/components/HotkeysProvider";
|
|
14
|
+
import { KeyboardShortcuts } from "@/components/KeyboardShortcuts";
|
|
13
15
|
import { ModalComponent } from "@/components/Modal";
|
|
14
16
|
import { SectionSwitcher } from "@/components/SectionSwitcher";
|
|
15
17
|
import { fetchEnvStats, fetchReportStats, getLocale, waitForI18next } from "@/stores";
|
|
@@ -112,12 +114,16 @@ const App = () => {
|
|
|
112
114
|
<>
|
|
113
115
|
{!prefetched && <Loader />}
|
|
114
116
|
{prefetched && (
|
|
115
|
-
|
|
116
|
-
<
|
|
117
|
-
<
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
117
|
+
<>
|
|
118
|
+
<HotkeysProvider />
|
|
119
|
+
<div className={styles.main}>
|
|
120
|
+
<Header className={className} />
|
|
121
|
+
<SectionSwitcher />
|
|
122
|
+
<Footer className={className} />
|
|
123
|
+
<ModalComponent />
|
|
124
|
+
<KeyboardShortcuts />
|
|
125
|
+
</div>
|
|
126
|
+
</>
|
|
121
127
|
)}
|
|
122
128
|
</>
|
|
123
129
|
);
|
package/src/locales/ar.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"search": {
|
|
28
28
|
"search": "بحث",
|
|
29
|
-
"search-placeholder": "
|
|
29
|
+
"search-placeholder": "البحث في الاختبارات"
|
|
30
30
|
},
|
|
31
31
|
"filters": {
|
|
32
32
|
"flaky": "غير مستقر",
|
|
@@ -423,5 +423,65 @@
|
|
|
423
423
|
"expected": "المتوقع"
|
|
424
424
|
}
|
|
425
425
|
}
|
|
426
|
+
},
|
|
427
|
+
"shortcuts": {
|
|
428
|
+
"title": "اختصارات لوحة المفاتيح",
|
|
429
|
+
"groups": {
|
|
430
|
+
"global": "عام",
|
|
431
|
+
"tree": "الشجرة",
|
|
432
|
+
"testResult": "نتيجة الاختبار"
|
|
433
|
+
},
|
|
434
|
+
"items": {
|
|
435
|
+
"toggleHelp": "إظهار أو إخفاء الاختصارات",
|
|
436
|
+
"focusSearch": "التركيز على البحث",
|
|
437
|
+
"blurSearch": "مغادرة البحث",
|
|
438
|
+
"focusTree": "التركيز على لوحة الشجرة",
|
|
439
|
+
"focusTestResult": "التركيز على لوحة نتيجة الاختبار",
|
|
440
|
+
"toggleLayout": "تبديل العرض المنقسم (Shift+L)",
|
|
441
|
+
"toggleLayoutAlt": "تبديل العرض المنقسم (Ctrl/Cmd+\\)",
|
|
442
|
+
"moveUp": "التحرك للأعلى",
|
|
443
|
+
"moveDown": "التحرك للأسفل",
|
|
444
|
+
"collapse": "طي / الانتقال إلى الأصل",
|
|
445
|
+
"expand": "توسيع / الابن الأول",
|
|
446
|
+
"parent": "الانتقال إلى الأصل (p)",
|
|
447
|
+
"parentAlt": "الانتقال إلى الأصل (u)",
|
|
448
|
+
"openNode": "فتح الاختبار / تبديل المجموعة (o)",
|
|
449
|
+
"collapseNode": "طي العقدة (-)",
|
|
450
|
+
"expandNode": "توسيع العقدة (+)",
|
|
451
|
+
"collapseAll": "طي جميع الأبناء (C)",
|
|
452
|
+
"expandAll": "توسيع جميع الأبناء (A)",
|
|
453
|
+
"subtreeCycle": "دورة طي/توسيع الشجرة الفرعية — كزر السهم (>)",
|
|
454
|
+
"subtreeCollapse": "طي الشجرة الفرعية بأكملها (Shift+C)",
|
|
455
|
+
"subtreeExpand": "توسيع الشجرة الفرعية بأكملها (Shift+A)",
|
|
456
|
+
"subtreeFirstLevel": "توسيع المستوى الأول فقط (f)",
|
|
457
|
+
"toggleNode": "تبديل المجموعة أو البيئة",
|
|
458
|
+
"openTest": "فتح نتيجة الاختبار",
|
|
459
|
+
"firstTest": "الانتقال إلى أول اختبار (g g)، التمرير إلى الأعلى",
|
|
460
|
+
"lastTest": "الانتقال إلى آخر اختبار",
|
|
461
|
+
"treeTop": "أول صف + التمرير إلى الأعلى (Home)",
|
|
462
|
+
"scrollTreeTop": "التمرير إلى الأعلى — إظهار المتغيرات والمرشحات (z t)",
|
|
463
|
+
"toggleReportVariables": "إظهار/إخفاء المتغيرات",
|
|
464
|
+
"toggleReportMetadata": "إظهار/إخفاء البيانات الوصفية",
|
|
465
|
+
"reportTabResults": "تبويب التقرير: النتائج",
|
|
466
|
+
"reportTabCategories": "تبويب التقرير: الفئات",
|
|
467
|
+
"reportTabQualityGate": "تبويب التقرير: بوابة الجودة",
|
|
468
|
+
"reportTabGlobalAttachments": "تبويب التقرير: المرفقات العامة",
|
|
469
|
+
"reportTabGlobalErrors": "تبويب التقرير: الأخطاء العامة",
|
|
470
|
+
"reportTabNext": "التبويب التالي للتقرير",
|
|
471
|
+
"reportTabPrev": "التبويب السابق للتقرير",
|
|
472
|
+
"nextTest": "نتيجة الاختبار التالية",
|
|
473
|
+
"prevTest": "نتيجة الاختبار السابقة",
|
|
474
|
+
"testTabNext": "تبويب الاختبار التالي",
|
|
475
|
+
"testTabPrev": "تبويب الاختبار السابق",
|
|
476
|
+
"tabOverview": "تبويب النظرة العامة",
|
|
477
|
+
"tabHistory": "تبويب السجل",
|
|
478
|
+
"tabRetries": "تبويب إعادة المحاولات",
|
|
479
|
+
"tabAttachments": "تبويب المرفقات",
|
|
480
|
+
"tabEnvironments": "تبويب البيئات",
|
|
481
|
+
"toggleLabels": "إظهار/إخفاء التسميات",
|
|
482
|
+
"toggleParameters": "إظهار/إخفاء المعاملات",
|
|
483
|
+
"toggleLinks": "إظهار/إخفاء الروابط",
|
|
484
|
+
"backToTree": "العودة إلى الشجرة"
|
|
485
|
+
}
|
|
426
486
|
}
|
|
427
487
|
}
|
package/src/locales/az.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"search": {
|
|
28
28
|
"search": "Axtar",
|
|
29
|
-
"search-placeholder": "
|
|
29
|
+
"search-placeholder": "Testləri axtarın"
|
|
30
30
|
},
|
|
31
31
|
"filters": {
|
|
32
32
|
"flaky": "Qeyri-sabit",
|
|
@@ -428,5 +428,65 @@
|
|
|
428
428
|
"expected": "Gözlənilən"
|
|
429
429
|
}
|
|
430
430
|
}
|
|
431
|
+
},
|
|
432
|
+
"shortcuts": {
|
|
433
|
+
"title": "Klaviatura qısayolları",
|
|
434
|
+
"groups": {
|
|
435
|
+
"global": "Ümumi",
|
|
436
|
+
"tree": "Ağac",
|
|
437
|
+
"testResult": "Test nəticəsi"
|
|
438
|
+
},
|
|
439
|
+
"items": {
|
|
440
|
+
"toggleHelp": "Qısayolları göstər və ya gizlət",
|
|
441
|
+
"focusSearch": "Axtarışa fokuslan",
|
|
442
|
+
"blurSearch": "Axtarışdan çıx",
|
|
443
|
+
"focusTree": "Ağac panelinə fokuslan",
|
|
444
|
+
"focusTestResult": "Test nəticəsi panelinə fokuslan",
|
|
445
|
+
"toggleLayout": "Bölünmüş görünümü dəyişdir (Shift+L)",
|
|
446
|
+
"toggleLayoutAlt": "Bölünmüş görünümü dəyişdir (Ctrl/Cmd+\\)",
|
|
447
|
+
"moveUp": "Yuxarı hərəkət et",
|
|
448
|
+
"moveDown": "Aşağı hərəkət et",
|
|
449
|
+
"collapse": "Yığ / valideynə keç",
|
|
450
|
+
"expand": "Aç / birinci övlad",
|
|
451
|
+
"parent": "Valideynə keç (p)",
|
|
452
|
+
"parentAlt": "Valideynə keç (u)",
|
|
453
|
+
"openNode": "Testi aç / qrupu dəyişdir (o)",
|
|
454
|
+
"collapseNode": "Qovşağı yığ (-)",
|
|
455
|
+
"expandNode": "Qovşağı aç (+)",
|
|
456
|
+
"collapseAll": "Bütün övladları yığ (C)",
|
|
457
|
+
"expandAll": "Bütün övladları aç (A)",
|
|
458
|
+
"subtreeCycle": "Alt ağacı yığ/aç dövrü — ox düyməsi kimi (>)",
|
|
459
|
+
"subtreeCollapse": "Bütün alt ağacı yığ (Shift+C)",
|
|
460
|
+
"subtreeExpand": "Bütün alt ağacı aç (Shift+A)",
|
|
461
|
+
"subtreeFirstLevel": "Yalnız birinci səviyyəni aç (f)",
|
|
462
|
+
"toggleNode": "Qrupu və ya mühiti dəyişdir",
|
|
463
|
+
"openTest": "Test nəticəsini aç",
|
|
464
|
+
"firstTest": "Birinci testə keç (g g), siyahını yuxarı sürüşdür",
|
|
465
|
+
"lastTest": "Son testə keç",
|
|
466
|
+
"treeTop": "Birinci sətir + yuxarı sürüşdür (Home)",
|
|
467
|
+
"scrollTreeTop": "Yuxarı sürüşdür — Dəyişənləri və filtrləri göstər (z t)",
|
|
468
|
+
"toggleReportVariables": "Dəyişənləri göstər/gizlət",
|
|
469
|
+
"toggleReportMetadata": "Metadata-nı göstər/gizlət",
|
|
470
|
+
"reportTabResults": "Hesabat nişanı: Nəticələr",
|
|
471
|
+
"reportTabCategories": "Hesabat nişanı: Kateqoriyalar",
|
|
472
|
+
"reportTabQualityGate": "Hesabat nişanı: Keyfiyyət qapısı",
|
|
473
|
+
"reportTabGlobalAttachments": "Hesabat nişanı: Qlobal əlavələr",
|
|
474
|
+
"reportTabGlobalErrors": "Hesabat nişanı: Qlobal xətalar",
|
|
475
|
+
"reportTabNext": "Növbəti hesabat nişanı",
|
|
476
|
+
"reportTabPrev": "Əvvəlki hesabat nişanı",
|
|
477
|
+
"nextTest": "Növbəti test nəticəsi",
|
|
478
|
+
"prevTest": "Əvvəlki test nəticəsi",
|
|
479
|
+
"testTabNext": "Növbəti test nişanı",
|
|
480
|
+
"testTabPrev": "Əvvəlki test nişanı",
|
|
481
|
+
"tabOverview": "İcmal nişanı",
|
|
482
|
+
"tabHistory": "Tarixçə nişanı",
|
|
483
|
+
"tabRetries": "Yenidən cəhdlər nişanı",
|
|
484
|
+
"tabAttachments": "Əlavələr nişanı",
|
|
485
|
+
"tabEnvironments": "Mühitlər nişanı",
|
|
486
|
+
"toggleLabels": "Etiketləri göstər/gizlət",
|
|
487
|
+
"toggleParameters": "Parametrləri göstər/gizlət",
|
|
488
|
+
"toggleLinks": "Bağlantıları göstər/gizlət",
|
|
489
|
+
"backToTree": "Ağaca qayıt"
|
|
490
|
+
}
|
|
431
491
|
}
|
|
432
492
|
}
|
package/src/locales/de.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"search": {
|
|
28
28
|
"search": "Suchen",
|
|
29
|
-
"search-placeholder": "
|
|
29
|
+
"search-placeholder": "Tests suchen"
|
|
30
30
|
},
|
|
31
31
|
"filters": {
|
|
32
32
|
"flaky": "Instabil",
|
|
@@ -428,5 +428,65 @@
|
|
|
428
428
|
"expected": "Erwartet"
|
|
429
429
|
}
|
|
430
430
|
}
|
|
431
|
+
},
|
|
432
|
+
"shortcuts": {
|
|
433
|
+
"title": "Tastaturkürzel",
|
|
434
|
+
"groups": {
|
|
435
|
+
"global": "Allgemein",
|
|
436
|
+
"tree": "Baum",
|
|
437
|
+
"testResult": "Testergebnis"
|
|
438
|
+
},
|
|
439
|
+
"items": {
|
|
440
|
+
"toggleHelp": "Kürzel ein-/ausblenden",
|
|
441
|
+
"focusSearch": "Suche fokussieren",
|
|
442
|
+
"blurSearch": "Suche verlassen",
|
|
443
|
+
"focusTree": "Baumbereich fokussieren",
|
|
444
|
+
"focusTestResult": "Testergebnisbereich fokussieren",
|
|
445
|
+
"toggleLayout": "Split-Ansicht umschalten (Shift+L)",
|
|
446
|
+
"toggleLayoutAlt": "Split-Ansicht umschalten (Ctrl/Cmd+\\)",
|
|
447
|
+
"moveUp": "Nach oben",
|
|
448
|
+
"moveDown": "Nach unten",
|
|
449
|
+
"collapse": "Einklappen / zum Elternelement",
|
|
450
|
+
"expand": "Ausklappen / erstes Kind",
|
|
451
|
+
"parent": "Zum Elternelement (p)",
|
|
452
|
+
"parentAlt": "Zum Elternelement (u)",
|
|
453
|
+
"openNode": "Test öffnen / Gruppe umschalten (o)",
|
|
454
|
+
"collapseNode": "Knoten einklappen (-)",
|
|
455
|
+
"expandNode": "Knoten ausklappen (+)",
|
|
456
|
+
"collapseAll": "Alle Kinder einklappen (C)",
|
|
457
|
+
"expandAll": "Alle Kinder ausklappen (A)",
|
|
458
|
+
"subtreeCycle": "Teilbaum ein-/ausklappen — wie Pfeil-Schaltfläche (>)",
|
|
459
|
+
"subtreeCollapse": "Gesamten Teilbaum einklappen (Shift+C)",
|
|
460
|
+
"subtreeExpand": "Gesamten Teilbaum ausklappen (Shift+A)",
|
|
461
|
+
"subtreeFirstLevel": "Nur erste Ebene ausklappen (f)",
|
|
462
|
+
"toggleNode": "Gruppe oder Umgebung umschalten",
|
|
463
|
+
"openTest": "Testergebnis öffnen",
|
|
464
|
+
"firstTest": "Zum ersten Test (g g), Liste nach oben scrollen",
|
|
465
|
+
"lastTest": "Zum letzten Test",
|
|
466
|
+
"treeTop": "Erste Baumzeile + Liste nach oben scrollen (Home)",
|
|
467
|
+
"scrollTreeTop": "Liste nach oben scrollen — Variablen und Filter anzeigen (z t)",
|
|
468
|
+
"toggleReportVariables": "Variablen ein-/ausblenden",
|
|
469
|
+
"toggleReportMetadata": "Metadaten ein-/ausblenden",
|
|
470
|
+
"reportTabResults": "Bericht-Tab: Ergebnisse",
|
|
471
|
+
"reportTabCategories": "Bericht-Tab: Kategorien",
|
|
472
|
+
"reportTabQualityGate": "Bericht-Tab: Quality Gate",
|
|
473
|
+
"reportTabGlobalAttachments": "Bericht-Tab: Globale Anhänge",
|
|
474
|
+
"reportTabGlobalErrors": "Bericht-Tab: Globale Fehler",
|
|
475
|
+
"reportTabNext": "Nächster Bericht-Tab",
|
|
476
|
+
"reportTabPrev": "Vorheriger Bericht-Tab",
|
|
477
|
+
"nextTest": "Nächstes Testergebnis",
|
|
478
|
+
"prevTest": "Vorheriges Testergebnis",
|
|
479
|
+
"testTabNext": "Nächster Test-Tab",
|
|
480
|
+
"testTabPrev": "Vorheriger Test-Tab",
|
|
481
|
+
"tabOverview": "Tab Übersicht",
|
|
482
|
+
"tabHistory": "Tab Verlauf",
|
|
483
|
+
"tabRetries": "Tab Wiederholungen",
|
|
484
|
+
"tabAttachments": "Tab Anhänge",
|
|
485
|
+
"tabEnvironments": "Tab Umgebungen",
|
|
486
|
+
"toggleLabels": "Labels ein-/ausblenden",
|
|
487
|
+
"toggleParameters": "Parameter ein-/ausblenden",
|
|
488
|
+
"toggleLinks": "Links ein-/ausblenden",
|
|
489
|
+
"backToTree": "Zurück zum Baum"
|
|
490
|
+
}
|
|
431
491
|
}
|
|
432
492
|
}
|
package/src/locales/en.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"search": {
|
|
28
28
|
"search": "Search",
|
|
29
|
-
"search-placeholder": "
|
|
29
|
+
"search-placeholder": "Search tests"
|
|
30
30
|
},
|
|
31
31
|
"filters": {
|
|
32
32
|
"flaky": "Flaky",
|
|
@@ -158,6 +158,66 @@
|
|
|
158
158
|
"finishedAtOriginal": "{{formattedCreatedAt}}, with exit code {{original}}",
|
|
159
159
|
"finishedAtBoth": "{{formattedCreatedAt}}, with exit code {{actual}} (original {{original}})"
|
|
160
160
|
},
|
|
161
|
+
"shortcuts": {
|
|
162
|
+
"title": "Keyboard shortcuts",
|
|
163
|
+
"groups": {
|
|
164
|
+
"global": "General",
|
|
165
|
+
"tree": "Tree",
|
|
166
|
+
"testResult": "Test result"
|
|
167
|
+
},
|
|
168
|
+
"items": {
|
|
169
|
+
"toggleHelp": "Show or hide shortcuts",
|
|
170
|
+
"focusSearch": "Focus search",
|
|
171
|
+
"blurSearch": "Leave search",
|
|
172
|
+
"focusTree": "Focus tree pane",
|
|
173
|
+
"focusTestResult": "Focus test result pane",
|
|
174
|
+
"toggleLayout": "Toggle split layout (Shift+L)",
|
|
175
|
+
"toggleLayoutAlt": "Toggle split layout (Ctrl/Cmd+\\)",
|
|
176
|
+
"moveUp": "Move up",
|
|
177
|
+
"moveDown": "Move down",
|
|
178
|
+
"collapse": "Collapse / go to parent",
|
|
179
|
+
"expand": "Expand / first child",
|
|
180
|
+
"parent": "Go to parent (p)",
|
|
181
|
+
"parentAlt": "Go to parent (u)",
|
|
182
|
+
"openNode": "Open test / toggle group (o)",
|
|
183
|
+
"collapseNode": "Collapse node (-)",
|
|
184
|
+
"expandNode": "Expand node (+)",
|
|
185
|
+
"collapseAll": "Collapse all children (C)",
|
|
186
|
+
"expandAll": "Expand all children (A)",
|
|
187
|
+
"subtreeCycle": "Cycle subtree expand/collapse — like header chevron (>)",
|
|
188
|
+
"subtreeCollapse": "Collapse entire subtree (Shift+C)",
|
|
189
|
+
"subtreeExpand": "Expand entire subtree (Shift+A)",
|
|
190
|
+
"subtreeFirstLevel": "Expand first level only (f)",
|
|
191
|
+
"toggleNode": "Toggle group or environment",
|
|
192
|
+
"openTest": "Open test result",
|
|
193
|
+
"firstTest": "Go to first test (g g), scroll list to top",
|
|
194
|
+
"lastTest": "Go to last test",
|
|
195
|
+
"treeTop": "First tree row + scroll list to top (Home)",
|
|
196
|
+
"scrollTreeTop": "Scroll list to top — show Variables and filters (z t)",
|
|
197
|
+
"toggleReportVariables": "Toggle variables",
|
|
198
|
+
"toggleReportMetadata": "Toggle metadata",
|
|
199
|
+
"reportTabResults": "Report tab: Results",
|
|
200
|
+
"reportTabCategories": "Report tab: Categories",
|
|
201
|
+
"reportTabQualityGate": "Report tab: Quality gate",
|
|
202
|
+
"reportTabGlobalAttachments": "Report tab: Global attachments",
|
|
203
|
+
"reportTabGlobalErrors": "Report tab: Global errors",
|
|
204
|
+
"reportTabNext": "Next report tab",
|
|
205
|
+
"reportTabPrev": "Previous report tab",
|
|
206
|
+
"nextTest": "Next test result",
|
|
207
|
+
"prevTest": "Previous test result",
|
|
208
|
+
"testTabNext": "Next test tab",
|
|
209
|
+
"testTabPrev": "Previous test tab",
|
|
210
|
+
"tabOverview": "Overview tab",
|
|
211
|
+
"tabHistory": "History tab",
|
|
212
|
+
"tabRetries": "Retries tab",
|
|
213
|
+
"tabAttachments": "Attachments tab",
|
|
214
|
+
"tabEnvironments": "Environments tab",
|
|
215
|
+
"toggleLabels": "Toggle labels",
|
|
216
|
+
"toggleParameters": "Toggle parameters",
|
|
217
|
+
"toggleLinks": "Toggle links",
|
|
218
|
+
"backToTree": "Back to tree"
|
|
219
|
+
}
|
|
220
|
+
},
|
|
161
221
|
"controls": {
|
|
162
222
|
"newTabAttachment": "Open attachment in new tab",
|
|
163
223
|
"nextTR": "Next Test result",
|
package/src/locales/es.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"search": {
|
|
28
28
|
"search": "Buscar",
|
|
29
|
-
"search-placeholder": "
|
|
29
|
+
"search-placeholder": "Buscar pruebas"
|
|
30
30
|
},
|
|
31
31
|
"filters": {
|
|
32
32
|
"flaky": "Inestable",
|
|
@@ -428,5 +428,65 @@
|
|
|
428
428
|
"expected": "Esperado"
|
|
429
429
|
}
|
|
430
430
|
}
|
|
431
|
+
},
|
|
432
|
+
"shortcuts": {
|
|
433
|
+
"title": "Atajos de teclado",
|
|
434
|
+
"groups": {
|
|
435
|
+
"global": "General",
|
|
436
|
+
"tree": "Árbol",
|
|
437
|
+
"testResult": "Resultado de prueba"
|
|
438
|
+
},
|
|
439
|
+
"items": {
|
|
440
|
+
"toggleHelp": "Mostrar u ocultar atajos",
|
|
441
|
+
"focusSearch": "Enfocar búsqueda",
|
|
442
|
+
"blurSearch": "Salir de la búsqueda",
|
|
443
|
+
"focusTree": "Enfocar panel del árbol",
|
|
444
|
+
"focusTestResult": "Enfocar panel de resultado de prueba",
|
|
445
|
+
"toggleLayout": "Alternar vista dividida (Shift+L)",
|
|
446
|
+
"toggleLayoutAlt": "Alternar vista dividida (Ctrl/Cmd+\\)",
|
|
447
|
+
"moveUp": "Mover arriba",
|
|
448
|
+
"moveDown": "Mover abajo",
|
|
449
|
+
"collapse": "Contraer / ir al padre",
|
|
450
|
+
"expand": "Expandir / primer hijo",
|
|
451
|
+
"parent": "Ir al padre (p)",
|
|
452
|
+
"parentAlt": "Ir al padre (u)",
|
|
453
|
+
"openNode": "Abrir prueba / alternar grupo (o)",
|
|
454
|
+
"collapseNode": "Contraer nodo (-)",
|
|
455
|
+
"expandNode": "Expandir nodo (+)",
|
|
456
|
+
"collapseAll": "Contraer todos los hijos (C)",
|
|
457
|
+
"expandAll": "Expandir todos los hijos (A)",
|
|
458
|
+
"subtreeCycle": "Ciclo contraer/expandir — como botón de flecha (>)",
|
|
459
|
+
"subtreeCollapse": "Contraer subárbol completo (Shift+C)",
|
|
460
|
+
"subtreeExpand": "Expandir subárbol completo (Shift+A)",
|
|
461
|
+
"subtreeFirstLevel": "Expandir solo el primer nivel (f)",
|
|
462
|
+
"toggleNode": "Alternar grupo o entorno",
|
|
463
|
+
"openTest": "Abrir resultado de prueba",
|
|
464
|
+
"firstTest": "Ir a la primera prueba (g g), desplazar al inicio",
|
|
465
|
+
"lastTest": "Ir a la última prueba",
|
|
466
|
+
"treeTop": "Primera fila + desplazar al inicio (Home)",
|
|
467
|
+
"scrollTreeTop": "Desplazar al inicio — mostrar Variables y filtros (z t)",
|
|
468
|
+
"toggleReportVariables": "Mostrar/ocultar variables",
|
|
469
|
+
"toggleReportMetadata": "Mostrar/ocultar metadatos",
|
|
470
|
+
"reportTabResults": "Pestaña informe: Resultados",
|
|
471
|
+
"reportTabCategories": "Pestaña informe: Categorías",
|
|
472
|
+
"reportTabQualityGate": "Pestaña informe: Quality gate",
|
|
473
|
+
"reportTabGlobalAttachments": "Pestaña informe: Archivos adjuntos globales",
|
|
474
|
+
"reportTabGlobalErrors": "Pestaña informe: Errores globales",
|
|
475
|
+
"reportTabNext": "Siguiente pestaña de informe",
|
|
476
|
+
"reportTabPrev": "Pestaña de informe anterior",
|
|
477
|
+
"nextTest": "Siguiente resultado de prueba",
|
|
478
|
+
"prevTest": "Resultado de prueba anterior",
|
|
479
|
+
"testTabNext": "Siguiente pestaña de prueba",
|
|
480
|
+
"testTabPrev": "Pestaña de prueba anterior",
|
|
481
|
+
"tabOverview": "Pestaña resumen",
|
|
482
|
+
"tabHistory": "Pestaña historial",
|
|
483
|
+
"tabRetries": "Pestaña reintentos",
|
|
484
|
+
"tabAttachments": "Pestaña archivos adjuntos",
|
|
485
|
+
"tabEnvironments": "Pestaña entornos",
|
|
486
|
+
"toggleLabels": "Mostrar/ocultar etiquetas",
|
|
487
|
+
"toggleParameters": "Mostrar/ocultar parámetros",
|
|
488
|
+
"toggleLinks": "Mostrar/ocultar enlaces",
|
|
489
|
+
"backToTree": "Volver al árbol"
|
|
490
|
+
}
|
|
431
491
|
}
|
|
432
492
|
}
|
package/src/locales/fr.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"search": {
|
|
28
28
|
"search": "Recherche",
|
|
29
|
-
"search-placeholder": "
|
|
29
|
+
"search-placeholder": "Rechercher des tests"
|
|
30
30
|
},
|
|
31
31
|
"filters": {
|
|
32
32
|
"flaky": "Instables",
|
|
@@ -428,5 +428,65 @@
|
|
|
428
428
|
"expected": "Attendu"
|
|
429
429
|
}
|
|
430
430
|
}
|
|
431
|
+
},
|
|
432
|
+
"shortcuts": {
|
|
433
|
+
"title": "Raccourcis clavier",
|
|
434
|
+
"groups": {
|
|
435
|
+
"global": "Général",
|
|
436
|
+
"tree": "Arborescence",
|
|
437
|
+
"testResult": "Résultat de test"
|
|
438
|
+
},
|
|
439
|
+
"items": {
|
|
440
|
+
"toggleHelp": "Afficher ou masquer les raccourcis",
|
|
441
|
+
"focusSearch": "Mettre le focus sur la recherche",
|
|
442
|
+
"blurSearch": "Quitter la recherche",
|
|
443
|
+
"focusTree": "Mettre le focus sur l'arborescence",
|
|
444
|
+
"focusTestResult": "Mettre le focus sur le résultat de test",
|
|
445
|
+
"toggleLayout": "Basculer la vue fractionnée (Shift+L)",
|
|
446
|
+
"toggleLayoutAlt": "Basculer la vue fractionnée (Ctrl/Cmd+\\)",
|
|
447
|
+
"moveUp": "Vers le haut",
|
|
448
|
+
"moveDown": "Vers le bas",
|
|
449
|
+
"collapse": "Réduire / aller au parent",
|
|
450
|
+
"expand": "Développer / premier enfant",
|
|
451
|
+
"parent": "Aller au parent (p)",
|
|
452
|
+
"parentAlt": "Aller au parent (u)",
|
|
453
|
+
"openNode": "Ouvrir le test / basculer le groupe (o)",
|
|
454
|
+
"collapseNode": "Réduire le nœud (-)",
|
|
455
|
+
"expandNode": "Développer le nœud (+)",
|
|
456
|
+
"collapseAll": "Réduire tous les enfants (C)",
|
|
457
|
+
"expandAll": "Développer tous les enfants (A)",
|
|
458
|
+
"subtreeCycle": "Cycle réduire/développer — comme le bouton chevron (>)",
|
|
459
|
+
"subtreeCollapse": "Réduire toute la sous-arborescence (Shift+C)",
|
|
460
|
+
"subtreeExpand": "Développer toute la sous-arborescence (Shift+A)",
|
|
461
|
+
"subtreeFirstLevel": "Développer le premier niveau uniquement (f)",
|
|
462
|
+
"toggleNode": "Basculer le groupe ou l'environnement",
|
|
463
|
+
"openTest": "Ouvrir le résultat de test",
|
|
464
|
+
"firstTest": "Aller au premier test (g g), défiler en haut",
|
|
465
|
+
"lastTest": "Aller au dernier test",
|
|
466
|
+
"treeTop": "Première ligne + défiler en haut (Home)",
|
|
467
|
+
"scrollTreeTop": "Défiler en haut — afficher Variables et filtres (z t)",
|
|
468
|
+
"toggleReportVariables": "Afficher/masquer les variables",
|
|
469
|
+
"toggleReportMetadata": "Afficher/masquer les métadonnées",
|
|
470
|
+
"reportTabResults": "Onglet rapport : Résultats",
|
|
471
|
+
"reportTabCategories": "Onglet rapport : Catégories",
|
|
472
|
+
"reportTabQualityGate": "Onglet rapport : Quality gate",
|
|
473
|
+
"reportTabGlobalAttachments": "Onglet rapport : Pièces jointes globales",
|
|
474
|
+
"reportTabGlobalErrors": "Onglet rapport : Erreurs globales",
|
|
475
|
+
"reportTabNext": "Onglet rapport suivant",
|
|
476
|
+
"reportTabPrev": "Onglet rapport précédent",
|
|
477
|
+
"nextTest": "Résultat de test suivant",
|
|
478
|
+
"prevTest": "Résultat de test précédent",
|
|
479
|
+
"testTabNext": "Onglet test suivant",
|
|
480
|
+
"testTabPrev": "Onglet test précédent",
|
|
481
|
+
"tabOverview": "Onglet aperçu",
|
|
482
|
+
"tabHistory": "Onglet historique",
|
|
483
|
+
"tabRetries": "Onglet tentatives",
|
|
484
|
+
"tabAttachments": "Onglet pièces jointes",
|
|
485
|
+
"tabEnvironments": "Onglet environnements",
|
|
486
|
+
"toggleLabels": "Afficher/masquer les étiquettes",
|
|
487
|
+
"toggleParameters": "Afficher/masquer les paramètres",
|
|
488
|
+
"toggleLinks": "Afficher/masquer les liens",
|
|
489
|
+
"backToTree": "Retour à l'arborescence"
|
|
490
|
+
}
|
|
431
491
|
}
|
|
432
492
|
}
|