@allurereport/web-awesome 3.0.0-beta.17 → 3.0.0-beta.18
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/dist/multi/173.app-b58a8b2733d390b78773.js +1 -0
- package/dist/multi/174.app-b58a8b2733d390b78773.js +1 -0
- package/dist/multi/252.app-b58a8b2733d390b78773.js +1 -0
- package/dist/multi/282.app-b58a8b2733d390b78773.js +1 -0
- package/dist/multi/29.app-b58a8b2733d390b78773.js +1 -0
- package/dist/multi/416.app-b58a8b2733d390b78773.js +1 -0
- package/dist/multi/527.app-b58a8b2733d390b78773.js +1 -0
- package/dist/multi/600.app-b58a8b2733d390b78773.js +1 -0
- package/dist/multi/605.app-b58a8b2733d390b78773.js +1 -0
- package/dist/multi/638.app-b58a8b2733d390b78773.js +1 -0
- package/dist/multi/672.app-b58a8b2733d390b78773.js +1 -0
- package/dist/multi/686.app-b58a8b2733d390b78773.js +1 -0
- package/dist/multi/725.app-b58a8b2733d390b78773.js +1 -0
- package/dist/multi/741.app-b58a8b2733d390b78773.js +1 -0
- package/dist/multi/755.app-b58a8b2733d390b78773.js +1 -0
- package/dist/multi/894.app-b58a8b2733d390b78773.js +1 -0
- package/dist/multi/943.app-b58a8b2733d390b78773.js +1 -0
- package/dist/multi/980.app-b58a8b2733d390b78773.js +1 -0
- package/dist/multi/app-b58a8b2733d390b78773.js +2 -0
- package/dist/multi/{app-3f57abaa5734556b2988.js.LICENSE.txt → app-b58a8b2733d390b78773.js.LICENSE.txt} +0 -8
- package/dist/multi/manifest.json +20 -20
- package/dist/multi/{styles-9475296a2cbcd0e5d2d0.css → styles-3610e3d9923b6a2a1c67.css} +12 -10
- package/dist/single/app-51defb8852956a2ff6f1.js +2 -0
- package/dist/single/{app-800f7e75bb52ecb2ae21.js.LICENSE.txt → app-51defb8852956a2ff6f1.js.LICENSE.txt} +0 -8
- package/dist/single/manifest.json +1 -1
- package/package.json +5 -4
- package/src/components/Charts/index.tsx +12 -3
- package/src/components/MainReport/index.tsx +65 -2
- package/src/components/MainReport/styles.scss +8 -0
- package/src/components/NavTabs/index.tsx +70 -0
- package/src/components/ReportBody/index.tsx +1 -1
- package/src/components/ReportBody/styles.scss +2 -2
- package/src/components/ReportGlobalAttachments/index.tsx +34 -0
- package/src/components/ReportGlobalAttachments/styles.scss +11 -0
- package/src/components/ReportGlobalErrors/index.tsx +30 -0
- package/src/components/ReportGlobalErrors/styles.scss +12 -0
- package/src/components/ReportHeader/index.tsx +28 -10
- package/src/components/ReportHeader/styles.scss +7 -1
- package/src/components/ReportMetadata/MetadataSummary.tsx +1 -1
- package/src/components/ReportMetadata/styles.scss +0 -2
- package/src/components/TestResult/TrAttachmentsView/index.tsx +5 -3
- package/src/components/TestResult/TrInfo/TrInfoStatuses.tsx +1 -1
- package/src/components/TestResult/TrPrevStatuses/index.tsx +1 -2
- package/src/components/TestResult/TrSeverity/index.tsx +1 -1
- package/src/components/TestResult/TrStatus/index.tsx +1 -1
- package/src/components/TestResult/TrSteps/TrStepInfo.tsx +4 -4
- package/src/components/TestResult/TrSteps/styles.scss +10 -1
- package/src/components/TestResult/TrTabs/index.tsx +19 -57
- package/src/components/TestResult/index.tsx +0 -1
- package/src/index.tsx +9 -1
- package/src/locales/az.json +8 -2
- package/src/locales/de.json +8 -2
- package/src/locales/en.json +8 -2
- package/src/locales/es.json +8 -2
- package/src/locales/fr.json +8 -2
- package/src/locales/he.json +8 -2
- package/src/locales/hy.json +8 -2
- package/src/locales/it.json +8 -2
- package/src/locales/ja.json +8 -2
- package/src/locales/ka.json +8 -2
- package/src/locales/kr.json +8 -2
- package/src/locales/nl.json +8 -2
- package/src/locales/pl.json +8 -2
- package/src/locales/pt.json +8 -2
- package/src/locales/ru.json +8 -2
- package/src/locales/sv.json +8 -2
- package/src/locales/tr.json +8 -2
- package/src/locales/zh.json +8 -2
- package/src/stores/chart.ts +7 -7
- package/src/stores/globals.ts +28 -0
- package/vitest.config.ts +15 -1
- package/dist/multi/173.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/174.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/252.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/282.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/29.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/416.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/527.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/600.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/605.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/638.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/672.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/686.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/725.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/741.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/755.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/894.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/943.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/980.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/app-3f57abaa5734556b2988.js +0 -2
- package/dist/single/app-800f7e75bb52ecb2ae21.js +0 -2
- package/src/utils/capitalize.ts +0 -6
- package/src/utils/charts.ts +0 -167
- /package/src/components/{TestResult/TrTabs → NavTabs}/styles.scss +0 -0
|
@@ -1,57 +1,19 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { activeSubTab,
|
|
5
|
-
import * as styles from "./styles.scss";
|
|
1
|
+
import { type ComponentChildren } from "preact";
|
|
2
|
+
import { useEffect } from "preact/hooks";
|
|
3
|
+
import { NavTab, NavTabs, NavTabsList, useNavTabsContext } from "@/components/NavTabs";
|
|
4
|
+
import { activeSubTab, navigateTo, route } from "@/stores/router";
|
|
6
5
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
const TestResultTabsContext = createContext<TrTabsContextT | null>(null);
|
|
13
|
-
|
|
14
|
-
export const useTestResultTabsContext = () => {
|
|
15
|
-
const context = useContext(TestResultTabsContext);
|
|
16
|
-
|
|
17
|
-
if (!context) {
|
|
18
|
-
throw new Error("TestResultTabs components must be used within a TrTabs component");
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
return context;
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
export const TestResultTabsProvider = (props: { initialTab?: string; children: ComponentChildren }) => {
|
|
25
|
-
const { children, initialTab } = props;
|
|
26
|
-
const [currentTab, setCurrentTab] = useState<string | undefined>(initialTab);
|
|
27
|
-
|
|
28
|
-
return (
|
|
29
|
-
<TestResultTabsContext.Provider value={{ currentTab, setCurrentTab }}>{children}</TestResultTabsContext.Provider>
|
|
30
|
-
);
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
export const TrTabs = (props: { children: ComponentChildren; initialTab?: string }) => {
|
|
34
|
-
return <TestResultTabsProvider {...props} />;
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
export const TrTabsList = (props: { children: ComponentChildren }) => {
|
|
38
|
-
return <div className={styles.tabsList}>{props.children}</div>;
|
|
39
|
-
};
|
|
6
|
+
export const TrTabs = NavTabs;
|
|
7
|
+
export const TrTabsList = NavTabsList;
|
|
8
|
+
export const useTestResultTabsContext = useNavTabsContext;
|
|
40
9
|
|
|
41
10
|
export const TrTab = (props: { id: string; children: ComponentChildren }) => {
|
|
42
11
|
const { testResultId } = route.value.params;
|
|
43
|
-
const { currentTab, setCurrentTab } =
|
|
12
|
+
const { currentTab, setCurrentTab } = useNavTabsContext();
|
|
44
13
|
const { id, children } = props;
|
|
45
14
|
const isActiveFromUrl = activeSubTab.value === id;
|
|
46
|
-
const isCurrentTab = isActiveFromUrl ? isActiveFromUrl : currentTab === id;
|
|
47
|
-
|
|
48
|
-
useEffect(() => {
|
|
49
|
-
if (isActiveFromUrl) {
|
|
50
|
-
setCurrentTab(id);
|
|
51
|
-
}
|
|
52
|
-
}, [activeSubTab.value]);
|
|
53
|
-
|
|
54
15
|
const handleTabClick = () => {
|
|
16
|
+
const isCurrentTab = isActiveFromUrl ? isActiveFromUrl : currentTab === id;
|
|
55
17
|
if (isCurrentTab) {
|
|
56
18
|
return;
|
|
57
19
|
}
|
|
@@ -64,17 +26,17 @@ export const TrTab = (props: { id: string; children: ComponentChildren }) => {
|
|
|
64
26
|
},
|
|
65
27
|
});
|
|
66
28
|
};
|
|
29
|
+
const isCurrentTab = isActiveFromUrl ? isActiveFromUrl : currentTab === id;
|
|
30
|
+
|
|
31
|
+
useEffect(() => {
|
|
32
|
+
if (isActiveFromUrl) {
|
|
33
|
+
setCurrentTab(id);
|
|
34
|
+
}
|
|
35
|
+
}, [activeSubTab.value, id, setCurrentTab]);
|
|
67
36
|
|
|
68
37
|
return (
|
|
69
|
-
<
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
data-testid={`test-result-tab-${id}`}
|
|
73
|
-
aria-current={isCurrentTab ? true : undefined}
|
|
74
|
-
>
|
|
75
|
-
<Text type="paragraph" size="m">
|
|
76
|
-
{children}
|
|
77
|
-
</Text>
|
|
78
|
-
</button>
|
|
38
|
+
<NavTab id={id} onClick={handleTabClick} data-testid={`test-result-tab-${id}`} isCurrentTab={isCurrentTab}>
|
|
39
|
+
{children}
|
|
40
|
+
</NavTab>
|
|
79
41
|
);
|
|
80
42
|
};
|
|
@@ -5,7 +5,6 @@ import type { AwesomeTestResult } from "types";
|
|
|
5
5
|
import { TrAttachmentView } from "@/components/TestResult/TrAttachmentsView";
|
|
6
6
|
import TrEmpty from "@/components/TestResult/TrEmpty";
|
|
7
7
|
import { TrEnvironmentsView } from "@/components/TestResult/TrEnvironmentsView";
|
|
8
|
-
import { TrHeader } from "@/components/TestResult/TrHeader";
|
|
9
8
|
import TrHistoryView from "@/components/TestResult/TrHistory";
|
|
10
9
|
import { TrInfo } from "@/components/TestResult/TrInfo";
|
|
11
10
|
import { TrOverview } from "@/components/TestResult/TrOverview";
|
package/src/index.tsx
CHANGED
|
@@ -14,6 +14,7 @@ import { fetchEnvStats, fetchReportStats, getLocale, getTheme, waitForI18next }
|
|
|
14
14
|
import { fetchPieChartData } from "@/stores/chart";
|
|
15
15
|
import { currentEnvironment, environmentsStore, fetchEnvironments } from "@/stores/env";
|
|
16
16
|
import { fetchEnvInfo } from "@/stores/envInfo";
|
|
17
|
+
import { fetchGlobals } from "@/stores/globals";
|
|
17
18
|
import { getLayout, isLayoutLoading, layoutStore } from "@/stores/layout";
|
|
18
19
|
import { handleHashChange, route } from "@/stores/router";
|
|
19
20
|
import { currentSection, getSection } from "@/stores/sections";
|
|
@@ -36,7 +37,14 @@ const App = () => {
|
|
|
36
37
|
const [prefetched, setPrefetched] = useState(false);
|
|
37
38
|
const testResultId = route.value.params?.testResultId ?? null;
|
|
38
39
|
const prefetchData = async () => {
|
|
39
|
-
const fns = [
|
|
40
|
+
const fns = [
|
|
41
|
+
ensureReportDataReady,
|
|
42
|
+
fetchReportStats,
|
|
43
|
+
fetchPieChartData,
|
|
44
|
+
fetchEnvironments,
|
|
45
|
+
fetchEnvInfo,
|
|
46
|
+
fetchGlobals,
|
|
47
|
+
];
|
|
40
48
|
|
|
41
49
|
if (globalThis) {
|
|
42
50
|
fns.unshift(
|
package/src/locales/az.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
"new": "Yeni testlər"
|
|
18
18
|
},
|
|
19
19
|
"tabs": {
|
|
20
|
-
"total": "Bütün"
|
|
20
|
+
"total": "Bütün",
|
|
21
|
+
"results": "Nəticələr",
|
|
22
|
+
"globalAttachments": "Qlobal Əlavələr",
|
|
23
|
+
"globalErrors": "Qlobal Səhvlər"
|
|
21
24
|
},
|
|
22
25
|
"search": {
|
|
23
26
|
"search": "Axtarış",
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"no-message-provided": "Mesaj təqdim edilməyib",
|
|
77
80
|
"clear-filters": "Filtrləri təmizlə",
|
|
78
81
|
"no-attachments-results": "Əlavə məlumatı mövcud deyil",
|
|
82
|
+
"no-global-errors-results": "Qlobal səhvlər haqqında məlumat mövcud deyil",
|
|
79
83
|
"no-history-results": "Tarixçə məlumatı mövcud deyil",
|
|
80
84
|
"no-retries-results": "Təkrar məlumatı mövcud deyil",
|
|
81
85
|
"no-test-steps-results": "Test addımları haqqında məlumat mövcud deyil",
|
|
@@ -119,7 +123,9 @@
|
|
|
119
123
|
"attempt": "Cəhd {{attempt}} / {{total}}",
|
|
120
124
|
"at": "üçün",
|
|
121
125
|
"variables": "Dəyişənlər",
|
|
122
|
-
"openPwTrace": "Playwright Trace aç"
|
|
126
|
+
"openPwTrace": "Playwright Trace aç",
|
|
127
|
+
"finishedAtOriginal": "{{formattedCreatedAt}}, çıxış kodu {{original}} ilə",
|
|
128
|
+
"finishedAtBoth": "{{formattedCreatedAt}}, çıxış kodu {{actual}} ilə (əsas {{original}})"
|
|
123
129
|
},
|
|
124
130
|
"controls": {
|
|
125
131
|
"newTabAttachment": "Yeni sekmede aç",
|
package/src/locales/de.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
"new": "Neue Tests"
|
|
18
18
|
},
|
|
19
19
|
"tabs": {
|
|
20
|
-
"total": "Alle"
|
|
20
|
+
"total": "Alle",
|
|
21
|
+
"results": "Ergebnisse",
|
|
22
|
+
"globalAttachments": "Globale Anhänge",
|
|
23
|
+
"globalErrors": "Globale Fehler"
|
|
21
24
|
},
|
|
22
25
|
"search": {
|
|
23
26
|
"search": "Suchen",
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"no-message-provided": "Keine Nachricht vorhanden",
|
|
77
80
|
"clear-filters": "Filter zurücksetzen",
|
|
78
81
|
"no-attachments-results": "Keine Anhängeinformationen verfügbar",
|
|
82
|
+
"no-global-errors-results": "Keine globalen Fehlerinformationen verfügbar",
|
|
79
83
|
"no-history-results": "Keine Verlaufsinformationen verfügbar",
|
|
80
84
|
"no-retries-results": "Keine Wiederholungsinformationen verfügbar",
|
|
81
85
|
"no-test-steps-results": "Keine Informationen zu Testschritten verfügbar",
|
|
@@ -119,7 +123,9 @@
|
|
|
119
123
|
"attempt": "Versuch {{attempt}} von {{total}}",
|
|
120
124
|
"at": "bei",
|
|
121
125
|
"variables": "Variablen",
|
|
122
|
-
"openPwTrace": "Playwright Trace öffnen"
|
|
126
|
+
"openPwTrace": "Playwright Trace öffnen",
|
|
127
|
+
"finishedAtOriginal": "{{formattedCreatedAt}}, mit Exit-Code {{original}}",
|
|
128
|
+
"finishedAtBoth": "{{formattedCreatedAt}}, mit Exit-Code {{actual}} (ursprünglich {{original}})"
|
|
123
129
|
},
|
|
124
130
|
"controls": {
|
|
125
131
|
"newTabAttachment": "Anhang in neuem Tab öffnen",
|
package/src/locales/en.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
"new": "New tests"
|
|
18
18
|
},
|
|
19
19
|
"tabs": {
|
|
20
|
-
"total": "All"
|
|
20
|
+
"total": "All",
|
|
21
|
+
"results": "Results",
|
|
22
|
+
"globalAttachments": "Global Attachments",
|
|
23
|
+
"globalErrors": "Global Errors"
|
|
21
24
|
},
|
|
22
25
|
"search": {
|
|
23
26
|
"search": "Search",
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"no-message-provided": "No message is provided",
|
|
77
80
|
"clear-filters": "Clear filters",
|
|
78
81
|
"no-attachments-results": "No attachments information available",
|
|
82
|
+
"no-global-errors-results": "No global errors information available",
|
|
79
83
|
"no-history-results": "No history information available",
|
|
80
84
|
"no-retries-results": "No retries information available",
|
|
81
85
|
"no-test-steps-results": "No test steps information available",
|
|
@@ -119,7 +123,9 @@
|
|
|
119
123
|
"attempt": "Attempt {{attempt}} of {{total}}",
|
|
120
124
|
"at": "at",
|
|
121
125
|
"variables": "Variables",
|
|
122
|
-
"openPwTrace": "Open Playwright Trace"
|
|
126
|
+
"openPwTrace": "Open Playwright Trace",
|
|
127
|
+
"finishedAtOriginal": "{{formattedCreatedAt}}, with exit code {{original}}",
|
|
128
|
+
"finishedAtBoth": "{{formattedCreatedAt}}, with exit code {{actual}} (original {{original}})"
|
|
123
129
|
},
|
|
124
130
|
"controls": {
|
|
125
131
|
"newTabAttachment": "Open attachment in new tab",
|
package/src/locales/es.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
"new": "Pruebas nuevas"
|
|
18
18
|
},
|
|
19
19
|
"tabs": {
|
|
20
|
-
"total": "Todo"
|
|
20
|
+
"total": "Todo",
|
|
21
|
+
"results": "Resultados",
|
|
22
|
+
"globalAttachments": "Adjuntos Globales",
|
|
23
|
+
"globalErrors": "Errores Globales"
|
|
21
24
|
},
|
|
22
25
|
"search": {
|
|
23
26
|
"search": "Buscar",
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"no-message-provided": "No se proporcionó mensaje",
|
|
77
80
|
"clear-filters": "Limpiar filtros",
|
|
78
81
|
"no-attachments-results": "No hay información de adjuntos disponible",
|
|
82
|
+
"no-global-errors-results": "No hay información de errores globales disponible",
|
|
79
83
|
"no-history-results": "No hay información de historial disponible",
|
|
80
84
|
"no-retries-results": "No hay información de reintentos disponible",
|
|
81
85
|
"no-test-steps-results": "No hay información disponible sobre los pasos de prueba",
|
|
@@ -119,7 +123,9 @@
|
|
|
119
123
|
"attempt": "Intento {{attempt}} de {{total}}",
|
|
120
124
|
"at": "a las",
|
|
121
125
|
"variables": "Variables",
|
|
122
|
-
"openPwTrace": "Abrir Playwright Trace"
|
|
126
|
+
"openPwTrace": "Abrir Playwright Trace",
|
|
127
|
+
"finishedAtOriginal": "{{formattedCreatedAt}}, con código de salida {{original}}",
|
|
128
|
+
"finishedAtBoth": "{{formattedCreatedAt}}, con código de salida {{actual}} (original {{original}})"
|
|
123
129
|
},
|
|
124
130
|
"controls": {
|
|
125
131
|
"newTabAttachment": "Abrir adjunto en nueva pestaña",
|
package/src/locales/fr.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
"new": "Nouveaux tests"
|
|
18
18
|
},
|
|
19
19
|
"tabs": {
|
|
20
|
-
"total": "Tous"
|
|
20
|
+
"total": "Tous",
|
|
21
|
+
"results": "Résultats",
|
|
22
|
+
"globalAttachments": "Pièces jointes globales",
|
|
23
|
+
"globalErrors": "Erreurs globales"
|
|
21
24
|
},
|
|
22
25
|
"search": {
|
|
23
26
|
"search": "Recherche",
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"no-message-provided": "Aucun message fourni",
|
|
77
80
|
"clear-filters": "Effacer les filtres",
|
|
78
81
|
"no-attachments-results": "Aucune information sur les pièces jointes disponible",
|
|
82
|
+
"no-global-errors-results": "Aucune information sur les erreurs globales disponible",
|
|
79
83
|
"no-history-results": "Aucune information sur l'historique disponible",
|
|
80
84
|
"no-retries-results": "Aucune information sur les réessais disponible",
|
|
81
85
|
"no-test-steps-results": "Aucune information sur les étapes de test disponible",
|
|
@@ -119,7 +123,9 @@
|
|
|
119
123
|
"attempt": "Tentative {{attempt}} sur {{total}}",
|
|
120
124
|
"at": "à",
|
|
121
125
|
"variables": "Variables",
|
|
122
|
-
"openPwTrace": "Ouvrir Playwright Trace"
|
|
126
|
+
"openPwTrace": "Ouvrir Playwright Trace",
|
|
127
|
+
"finishedAtOriginal": "{{formattedCreatedAt}}, avec le code de sortie {{original}}",
|
|
128
|
+
"finishedAtBoth": "{{formattedCreatedAt}}, avec le code de sortie {{actual}} (original {{original}})"
|
|
123
129
|
},
|
|
124
130
|
"controls": {
|
|
125
131
|
"newTabAttachment": "Ouvrir dans un nouvel onglet",
|
package/src/locales/he.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
"new": "בדיקות חדשות"
|
|
18
18
|
},
|
|
19
19
|
"tabs": {
|
|
20
|
-
"total": "הכל"
|
|
20
|
+
"total": "הכל",
|
|
21
|
+
"results": "תוצאות",
|
|
22
|
+
"globalAttachments": "קבצים מצורפים גלובליים",
|
|
23
|
+
"globalErrors": "שגיאות גלובליות"
|
|
21
24
|
},
|
|
22
25
|
"search": {
|
|
23
26
|
"search": "חפש",
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"no-message-provided": "לא סופק הודעה",
|
|
77
80
|
"clear-filters": "נקה מסננים",
|
|
78
81
|
"no-attachments-results": "לא נמצאה מידע על קבצים מצורפים",
|
|
82
|
+
"no-global-errors-results": "לא נמצא מידע על שגיאות גלובליות",
|
|
79
83
|
"no-history-results": "לא נמצאה מידע על היסטוריה",
|
|
80
84
|
"no-retries-results": "לא נמצאה מידע על נסיונות חוזרים",
|
|
81
85
|
"no-test-steps-results": "אין מידע על שלבי הבדיקה",
|
|
@@ -119,7 +123,9 @@
|
|
|
119
123
|
"attempt": "ניסיון {{attempt}} מתוך {{total}}",
|
|
120
124
|
"at": "ב-",
|
|
121
125
|
"variables": "משתנים",
|
|
122
|
-
"openPwTrace": "פתח Playwright Trace"
|
|
126
|
+
"openPwTrace": "פתח Playwright Trace",
|
|
127
|
+
"finishedAtOriginal": "{{formattedCreatedAt}}, עם קוד יציאה {{original}}",
|
|
128
|
+
"finishedAtBoth": "{{formattedCreatedAt}}, עם קוד יציאה {{actual}} (מקורי {{original}})"
|
|
123
129
|
},
|
|
124
130
|
"controls": {
|
|
125
131
|
"newTabAttachment": "פתח קובץ מצורף בלשונית חדשה",
|
package/src/locales/hy.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
"new": "Նոր թեստեր"
|
|
18
18
|
},
|
|
19
19
|
"tabs": {
|
|
20
|
-
"total": "Բոլոր"
|
|
20
|
+
"total": "Բոլոր",
|
|
21
|
+
"results": "Արդյունքներ",
|
|
22
|
+
"globalAttachments": "Գլոբալ կցորդներ",
|
|
23
|
+
"globalErrors": "Գլոբալ սխալներ"
|
|
21
24
|
},
|
|
22
25
|
"search": {
|
|
23
26
|
"search": "Որոնում",
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"no-message-provided": "Հաղորդագրություն չի տրամադրվել",
|
|
77
80
|
"clear-filters": "Մաքրել ֆիլտրները",
|
|
78
81
|
"no-attachments-results": "Կցորդների մասին տեղեկություններ չկան",
|
|
82
|
+
"no-global-errors-results": "Գլոբալ սխալների մասին տեղեկություններ չկան",
|
|
79
83
|
"no-history-results": "Պատմության մասին տեղեկություններ չկան",
|
|
80
84
|
"no-retries-results": "Կրկնությունների մասին տեղեկություններ չկան",
|
|
81
85
|
"no-test-steps-results": "Թեստի քայլերի մասին տեղեկատվությունը հասանելի չէ։",
|
|
@@ -119,7 +123,9 @@
|
|
|
119
123
|
"attempt": "Փորձ {{attempt}}-ից {{total}}-ը",
|
|
120
124
|
"at": "է",
|
|
121
125
|
"variables": "Փոփոխականներ",
|
|
122
|
-
"openPwTrace": "Բացել Playwright Trace"
|
|
126
|
+
"openPwTrace": "Բացել Playwright Trace",
|
|
127
|
+
"finishedAtOriginal": "{{formattedCreatedAt}}, ելքի կոդ {{original}}",
|
|
128
|
+
"finishedAtBoth": "{{formattedCreatedAt}}, ելքի կոդ {{actual}} (սկզբնական {{original}})"
|
|
123
129
|
},
|
|
124
130
|
"controls": {
|
|
125
131
|
"newTabAttachment": "Բացել նոր ներդիրում",
|
package/src/locales/it.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
"new": "Nuovi test"
|
|
18
18
|
},
|
|
19
19
|
"tabs": {
|
|
20
|
-
"total": "Tutti"
|
|
20
|
+
"total": "Tutti",
|
|
21
|
+
"results": "Risultati",
|
|
22
|
+
"globalAttachments": "Allegati Globali",
|
|
23
|
+
"globalErrors": "Errori Globali"
|
|
21
24
|
},
|
|
22
25
|
"search": {
|
|
23
26
|
"search": "Cerca",
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"no-message-provided": "Nessun messaggio fornito",
|
|
77
80
|
"clear-filters": "Cancella filtri",
|
|
78
81
|
"no-attachments-results": "Nessuna informazione sugli allegati disponibile",
|
|
82
|
+
"no-global-errors-results": "Nessuna informazione sugli errori globali disponibile",
|
|
79
83
|
"no-history-results": "Nessuna informazione sulla cronologia disponibile",
|
|
80
84
|
"no-retries-results": "Nessuna informazione sui ritentativi disponibile",
|
|
81
85
|
"no-test-steps-results": "Nessuna informazione disponibile sui passaggi del test",
|
|
@@ -119,7 +123,9 @@
|
|
|
119
123
|
"attempt": "Tentativo {{attempt}} di {{total}}",
|
|
120
124
|
"at": "a",
|
|
121
125
|
"variables": "Variabili",
|
|
122
|
-
"openPwTrace": "Apri Playwright Trace"
|
|
126
|
+
"openPwTrace": "Apri Playwright Trace",
|
|
127
|
+
"finishedAtOriginal": "{{formattedCreatedAt}}, con codice di uscita {{original}}",
|
|
128
|
+
"finishedAtBoth": "{{formattedCreatedAt}}, con codice di uscita {{actual}} (originale {{original}})"
|
|
123
129
|
},
|
|
124
130
|
"controls": {
|
|
125
131
|
"newTabAttachment": "Apri in una nuova scheda",
|
package/src/locales/ja.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
"new": "新しいテスト"
|
|
18
18
|
},
|
|
19
19
|
"tabs": {
|
|
20
|
-
"total": "すべて"
|
|
20
|
+
"total": "すべて",
|
|
21
|
+
"results": "結果",
|
|
22
|
+
"globalAttachments": "グローバル添付ファイル",
|
|
23
|
+
"globalErrors": "グローバルエラー"
|
|
21
24
|
},
|
|
22
25
|
"search": {
|
|
23
26
|
"search": "検索",
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"no-message-provided": "メッセージが提供されていません",
|
|
77
80
|
"clear-filters": "フィルターをクリア",
|
|
78
81
|
"no-attachments-results": "添付ファイル情報が利用できません",
|
|
82
|
+
"no-global-errors-results": "グローバルエラー情報が利用できません",
|
|
79
83
|
"no-history-results": "履歴情報が利用できません",
|
|
80
84
|
"no-retries-results": "再試行情報が利用できません",
|
|
81
85
|
"no-test-steps-results": "テスト手順の情報は利用できません",
|
|
@@ -119,7 +123,9 @@
|
|
|
119
123
|
"attempt": "試行 {{attempt}} 回目(全 {{total}} 回)",
|
|
120
124
|
"at": "時",
|
|
121
125
|
"variables": "変数",
|
|
122
|
-
"openPwTrace": "Playwright Trace
|
|
126
|
+
"openPwTrace": "Playwright Traceを開く",
|
|
127
|
+
"finishedAtOriginal": "{{formattedCreatedAt}}、終了コード{{original}}",
|
|
128
|
+
"finishedAtBoth": "{{formattedCreatedAt}}、終了コード{{actual}}(元{{original}})"
|
|
123
129
|
},
|
|
124
130
|
"controls": {
|
|
125
131
|
"newTabAttachment": "新しいタブで開く",
|
package/src/locales/ka.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
"new": "ახალი ტესტები"
|
|
18
18
|
},
|
|
19
19
|
"tabs": {
|
|
20
|
-
"total": "ყველა"
|
|
20
|
+
"total": "ყველა",
|
|
21
|
+
"results": "შედეგები",
|
|
22
|
+
"globalAttachments": "გლობალური დანართები",
|
|
23
|
+
"globalErrors": "გლობალური შეცდომები"
|
|
21
24
|
},
|
|
22
25
|
"search": {
|
|
23
26
|
"search": "ძებნა",
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"no-message-provided": "შეტყობინება არ არის მოწოდებული",
|
|
77
80
|
"clear-filters": "ფილტრების გასუფთავება",
|
|
78
81
|
"no-attachments-results": "დანართების ინფორმაცია არ არის ხელმისაწვდომი",
|
|
82
|
+
"no-global-errors-results": "გლობალური შეცდომების ინფორმაცია არ არის ხელმისაწვდომი",
|
|
79
83
|
"no-history-results": "ისტორიის ინფორმაცია არ არის ხელმისაწვდომი",
|
|
80
84
|
"no-retries-results": "ხელახალი ცდების ინფორმაცია არ არის ხელმისაწვდომი",
|
|
81
85
|
"no-test-steps-results": "ტესტის ნაბიჯების ინფორმაცია ხელმისაწვდომი არ არის",
|
|
@@ -119,7 +123,9 @@
|
|
|
119
123
|
"attempt": "მცდელობა {{attempt}} {{total}}-დან",
|
|
120
124
|
"at": "ზე",
|
|
121
125
|
"variables": "ცვლადები",
|
|
122
|
-
"openPwTrace": "გახსენი Playwright Trace"
|
|
126
|
+
"openPwTrace": "გახსენი Playwright Trace",
|
|
127
|
+
"finishedAtOriginal": "{{formattedCreatedAt}}, გამოსვლის კოდით {{original}}",
|
|
128
|
+
"finishedAtBoth": "{{formattedCreatedAt}}, გამოსვლის კოდით {{actual}} (თავდაპირველი {{original}})"
|
|
123
129
|
},
|
|
124
130
|
"controls": {
|
|
125
131
|
"newTabAttachment": "დანართის გახსნა ახალ ჩანართში",
|
package/src/locales/kr.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
"new": "새로운 테스트들"
|
|
18
18
|
},
|
|
19
19
|
"tabs": {
|
|
20
|
-
"total": "전체"
|
|
20
|
+
"total": "전체",
|
|
21
|
+
"results": "결과",
|
|
22
|
+
"globalAttachments": "글로벌 첨부파일",
|
|
23
|
+
"globalErrors": "글로벌 오류"
|
|
21
24
|
},
|
|
22
25
|
"search": {
|
|
23
26
|
"search": "검색",
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"no-message-provided": "메시지가 제공되지 않음",
|
|
77
80
|
"clear-filters": "필터 지우기",
|
|
78
81
|
"no-attachments-results": "첨부파일 정보를 사용할 수 없습니다",
|
|
82
|
+
"no-global-errors-results": "No global errors information available",
|
|
79
83
|
"no-history-results": "기록 정보를 사용할 수 없습니다",
|
|
80
84
|
"no-retries-results": "재시도 정보를 사용할 수 없습니다",
|
|
81
85
|
"no-test-steps-results": "테스트 단계 정보가 없습니다",
|
|
@@ -119,7 +123,9 @@
|
|
|
119
123
|
"attempt": "시도 {{attempt}}/{{total}}",
|
|
120
124
|
"at": "에서",
|
|
121
125
|
"variables": "변수",
|
|
122
|
-
"openPwTrace": "Playwright Trace 열기"
|
|
126
|
+
"openPwTrace": "Playwright Trace 열기",
|
|
127
|
+
"finishedAtOriginal": "{{formattedCreatedAt}}, 종료 코드 {{original}}",
|
|
128
|
+
"finishedAtBoth": "{{formattedCreatedAt}}, 종료 코드 {{actual}} (원본 {{original}})"
|
|
123
129
|
},
|
|
124
130
|
"controls": {
|
|
125
131
|
"newTabAttachment": "첨부파일을 새 탭에서 열기",
|
package/src/locales/nl.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
"new": "Nieuwe tests"
|
|
18
18
|
},
|
|
19
19
|
"tabs": {
|
|
20
|
-
"total": "Alle"
|
|
20
|
+
"total": "Alle",
|
|
21
|
+
"results": "Resultaten",
|
|
22
|
+
"globalAttachments": "Globale Bijlagen",
|
|
23
|
+
"globalErrors": "Globale Fouten"
|
|
21
24
|
},
|
|
22
25
|
"search": {
|
|
23
26
|
"search": "Zoeken",
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"no-message-provided": "Geen bericht opgegeven",
|
|
77
80
|
"clear-filters": "Filters wissen",
|
|
78
81
|
"no-attachments-results": "Geen bijlageninformatie beschikbaar",
|
|
82
|
+
"no-global-errors-results": "No global errors information available",
|
|
79
83
|
"no-history-results": "Geen geschiedenisinformatie beschikbaar",
|
|
80
84
|
"no-retries-results": "Geen herhalingsinformatie beschikbaar",
|
|
81
85
|
"no-test-steps-results": "Geen informatie over teststappen beschikbaar",
|
|
@@ -119,7 +123,9 @@
|
|
|
119
123
|
"attempt": "Poging {{attempt}} van {{total}}",
|
|
120
124
|
"at": "om",
|
|
121
125
|
"variables": "Variabelen",
|
|
122
|
-
"openPwTrace": "Playwright Trace
|
|
126
|
+
"openPwTrace": "Open Playwright Trace",
|
|
127
|
+
"finishedAtOriginal": "{{formattedCreatedAt}}, met exitcode {{original}}",
|
|
128
|
+
"finishedAtBoth": "{{formattedCreatedAt}}, met exitcode {{actual}} (oorspronkelijk {{original}})"
|
|
123
129
|
},
|
|
124
130
|
"controls": {
|
|
125
131
|
"newTabAttachment": "Bijlage openen in nieuw tabblad",
|
package/src/locales/pl.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
"new": "Nowe testy"
|
|
18
18
|
},
|
|
19
19
|
"tabs": {
|
|
20
|
-
"total": "Wszytkie"
|
|
20
|
+
"total": "Wszytkie",
|
|
21
|
+
"results": "Wyniki",
|
|
22
|
+
"globalAttachments": "Globalne Załączniki",
|
|
23
|
+
"globalErrors": "Globalne Błędy"
|
|
21
24
|
},
|
|
22
25
|
"search": {
|
|
23
26
|
"search": "Poszukiwanie",
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"no-message-provided": "Nie podano komunikatu",
|
|
77
80
|
"clear-filters": "Wyczyść filtry",
|
|
78
81
|
"no-attachments-results": "Brak dostępnych informacji o załącznikach",
|
|
82
|
+
"no-global-errors-results": "No global errors information available",
|
|
79
83
|
"no-history-results": "Brak dostępnych informacji o historii",
|
|
80
84
|
"no-retries-results": "Brak dostępnych informacji o ponownych próbach",
|
|
81
85
|
"no-test-steps-results": "Brak dostępnych informacji o krokach testowych",
|
|
@@ -119,7 +123,9 @@
|
|
|
119
123
|
"attempt": "Próba {{attempt}} z {{total}}",
|
|
120
124
|
"at": "w",
|
|
121
125
|
"variables": "Zmienne",
|
|
122
|
-
"openPwTrace": "Otwórz Playwright Trace"
|
|
126
|
+
"openPwTrace": "Otwórz Playwright Trace",
|
|
127
|
+
"finishedAtOriginal": "{{formattedCreatedAt}}, z kodem wyjścia {{original}}",
|
|
128
|
+
"finishedAtBoth": "{{formattedCreatedAt}}, z kodem wyjścia {{actual}} (oryginalny {{original}})"
|
|
123
129
|
},
|
|
124
130
|
"controls": {
|
|
125
131
|
"newTabAttachment": "Otwórz w nowej zakładce",
|
package/src/locales/pt.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
"new": "Testes novos"
|
|
18
18
|
},
|
|
19
19
|
"tabs": {
|
|
20
|
-
"total": "Tudo"
|
|
20
|
+
"total": "Tudo",
|
|
21
|
+
"results": "Resultados",
|
|
22
|
+
"globalAttachments": "Anexos Globais",
|
|
23
|
+
"globalErrors": "Erros Globais"
|
|
21
24
|
},
|
|
22
25
|
"search": {
|
|
23
26
|
"search": "Pesquisar",
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"no-message-provided": "Nenhuma mensagem fornecida",
|
|
77
80
|
"clear-filters": "Limpar filtros",
|
|
78
81
|
"no-attachments-results": "Nenhuma informação de anexos disponível",
|
|
82
|
+
"no-global-errors-results": "No global errors information available",
|
|
79
83
|
"no-history-results": "Nenhuma informação de histórico disponível",
|
|
80
84
|
"no-retries-results": "Nenhuma informação de repetições disponível",
|
|
81
85
|
"no-test-steps-results": "Nenhuma informação disponível sobre as etapas do teste",
|
|
@@ -119,7 +123,9 @@
|
|
|
119
123
|
"attempt": "Tentativa {{attempt}} de {{total}}",
|
|
120
124
|
"at": "em",
|
|
121
125
|
"variables": "Variáveis",
|
|
122
|
-
"openPwTrace": "Abrir Playwright Trace"
|
|
126
|
+
"openPwTrace": "Abrir Playwright Trace",
|
|
127
|
+
"finishedAtOriginal": "{{formattedCreatedAt}}, com código de saída {{original}}",
|
|
128
|
+
"finishedAtBoth": "{{formattedCreatedAt}}, com código de saída {{actual}} (original {{original}})"
|
|
123
129
|
},
|
|
124
130
|
"controls": {
|
|
125
131
|
"newTabAttachment": "Abrir anexo em nova aba",
|
package/src/locales/ru.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
"new": "Новые тесты"
|
|
18
18
|
},
|
|
19
19
|
"tabs": {
|
|
20
|
-
"total": "Все"
|
|
20
|
+
"total": "Все",
|
|
21
|
+
"results": "Результаты",
|
|
22
|
+
"globalAttachments": "Глобальные вложения",
|
|
23
|
+
"globalErrors": "Глобальные ошибки"
|
|
21
24
|
},
|
|
22
25
|
"search": {
|
|
23
26
|
"search": "Поиск",
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"no-message-provided": "Сообщение не предоставлено",
|
|
77
80
|
"clear-filters": "Очистить фильтры",
|
|
78
81
|
"no-attachments-results": "Информация о вложениях отсутствует",
|
|
82
|
+
"no-global-errors-results": "Информация о глобальных ошибках отсутствует",
|
|
79
83
|
"no-history-results": "Информация об истории отсутствует",
|
|
80
84
|
"no-retries-results": "Информация о перезапусках отсутствует",
|
|
81
85
|
"no-test-steps-results": "Нет информации о шагах тестирования",
|
|
@@ -119,7 +123,9 @@
|
|
|
119
123
|
"attempt": "Попытка {{attempt}} из {{total}}",
|
|
120
124
|
"at": "в",
|
|
121
125
|
"variables": "Переменные",
|
|
122
|
-
"openPwTrace": "Открыть Playwright Trace"
|
|
126
|
+
"openPwTrace": "Открыть Playwright Trace",
|
|
127
|
+
"finishedAtOriginal": "{{formattedCreatedAt}}, с кодом выхода {{original}}",
|
|
128
|
+
"finishedAtBoth": "{{formattedCreatedAt}}, с кодом выхода {{actual}} (первоначальный {{original}})"
|
|
123
129
|
},
|
|
124
130
|
"controls": {
|
|
125
131
|
"newTabAttachment": "Открыть в новой вкладке",
|
package/src/locales/sv.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
"new": "Nya tester"
|
|
18
18
|
},
|
|
19
19
|
"tabs": {
|
|
20
|
-
"total": "Alla"
|
|
20
|
+
"total": "Alla",
|
|
21
|
+
"results": "Resultat",
|
|
22
|
+
"globalAttachments": "Globala Bilagor",
|
|
23
|
+
"globalErrors": "Globala Fel"
|
|
21
24
|
},
|
|
22
25
|
"search": {
|
|
23
26
|
"search": "Sök",
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"no-message-provided": "Inget meddelande angavs",
|
|
77
80
|
"clear-filters": "Rensa filter",
|
|
78
81
|
"no-attachments-results": "Ingen bilaga information tillgänglig",
|
|
82
|
+
"no-global-errors-results": "No global errors information available",
|
|
79
83
|
"no-history-results": "Ingen historik information tillgänglig",
|
|
80
84
|
"no-retries-results": "Ingen omtagningar information tillgänglig",
|
|
81
85
|
"no-test-steps-results": "Ingen information om teststeg tillgänglig",
|
|
@@ -119,7 +123,9 @@
|
|
|
119
123
|
"attempt": "Försök {{attempt}} av {{total}}",
|
|
120
124
|
"at": "vid",
|
|
121
125
|
"variables": "Variabler",
|
|
122
|
-
"openPwTrace": "Öppna Playwright Trace"
|
|
126
|
+
"openPwTrace": "Öppna Playwright Trace",
|
|
127
|
+
"finishedAtOriginal": "{{formattedCreatedAt}}, med avslutningskod {{original}}",
|
|
128
|
+
"finishedAtBoth": "{{formattedCreatedAt}}, med avslutningskod {{actual}} (ursprunglig {{original}})"
|
|
123
129
|
},
|
|
124
130
|
"controls": {
|
|
125
131
|
"newTabAttachment": "Öppna bilaga i ny flik",
|