@allurereport/web-awesome 3.0.0-beta.10 → 3.0.0-beta.11
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/{141.app-d01d0c66.js → 141.app-f4b5d260.js} +1 -1
- package/dist/multi/{222.app-d01d0c66.js → 222.app-f4b5d260.js} +1 -1
- package/dist/multi/335.app-f4b5d260.js +1 -0
- package/dist/multi/{34.app-d01d0c66.js → 34.app-f4b5d260.js} +1 -1
- package/dist/multi/{349.app-d01d0c66.js → 349.app-f4b5d260.js} +1 -1
- package/dist/multi/378.app-f4b5d260.js +1 -0
- package/dist/multi/{406.app-d01d0c66.js → 406.app-f4b5d260.js} +1 -1
- package/dist/multi/457.app-f4b5d260.js +1 -0
- package/dist/multi/{53.app-d01d0c66.js → 53.app-f4b5d260.js} +1 -1
- package/dist/multi/{584.app-d01d0c66.js → 584.app-f4b5d260.js} +1 -1
- package/dist/multi/{690.app-d01d0c66.js → 690.app-f4b5d260.js} +1 -1
- package/dist/multi/{747.app-d01d0c66.js → 747.app-f4b5d260.js} +1 -1
- package/dist/multi/{767.app-d01d0c66.js → 767.app-f4b5d260.js} +1 -1
- package/dist/multi/{816.app-d01d0c66.js → 816.app-f4b5d260.js} +1 -1
- package/dist/multi/{83.app-d01d0c66.js → 83.app-f4b5d260.js} +1 -1
- package/dist/multi/{873.app-d01d0c66.js → 873.app-f4b5d260.js} +1 -1
- package/dist/multi/{920.app-d01d0c66.js → 920.app-f4b5d260.js} +1 -1
- package/dist/multi/{991.app-d01d0c66.js → 991.app-f4b5d260.js} +1 -1
- package/dist/multi/app-f4b5d260.js +2 -0
- package/dist/multi/{app-d01d0c66.js.LICENSE.txt → app-f4b5d260.js.LICENSE.txt} +0 -8
- package/dist/multi/manifest.json +20 -20
- package/dist/multi/{styles-d01d0c66.css → styles-f4b5d260.css} +32 -30
- package/dist/single/app-b182550e.js +2 -0
- package/dist/single/{app-6596cb08.js.LICENSE.txt → app-b182550e.js.LICENSE.txt} +0 -8
- package/dist/single/manifest.json +1 -1
- package/package.json +4 -4
- package/src/assets/scss/palette.scss +391 -391
- package/src/assets/scss/theme.scss +9 -1
- package/src/assets/scss/vars.scss +0 -1
- package/src/components/BaseLayout/styles.scss +10 -2
- package/src/components/EnvironmentPicker/index.tsx +51 -0
- package/src/components/EnvironmentPicker/styles.scss +9 -0
- package/src/components/Footer/FooterLogo.tsx +1 -2
- package/src/components/Header/index.tsx +4 -2
- package/src/components/LanguagePicker/index.tsx +1 -1
- package/src/components/MainReport/styles.scss +2 -1
- package/src/components/Metadata/index.tsx +6 -4
- package/src/components/MetadataButton/index.tsx +12 -4
- package/src/components/MetadataButton/styles.scss +3 -0
- package/src/components/ReportBody/index.tsx +3 -2
- package/src/components/ReportHeader/ReportHeaderLogo.tsx +6 -2
- package/src/components/ReportHeader/ReportHeaderPie.tsx +1 -2
- package/src/components/ReportMetadata/MetadataSummary.tsx +53 -63
- package/src/components/ReportMetadata/index.tsx +50 -3
- package/src/components/SideBySide/styles.scss +2 -3
- package/src/components/SplitLayout/index.tsx +2 -2
- package/src/components/SplitLayout/styles.scss +2 -1
- package/src/components/TestResult/TestStepsEmpty/index.tsx +2 -2
- package/src/components/TestResult/{TestResultAttachmentsView → TrAttachmentsView}/index.tsx +4 -4
- package/src/components/TestResult/{TestResultDescription → TrDescription}/index.tsx +2 -2
- package/src/components/TestResult/{TestResultDropdown → TrDropdown}/index.tsx +1 -1
- package/src/components/TestResult/{TestResultEmpty → TrEmpty}/index.tsx +6 -6
- package/src/components/TestResult/TrEnvironmentItem/index.tsx +82 -0
- package/src/components/TestResult/TrEnvironmentItem/styles.scss +60 -0
- package/src/components/TestResult/TrEnvironmentsView/index.tsx +64 -0
- package/src/components/TestResult/TrEnvironmentsView/styles.scss +11 -0
- package/src/components/TestResult/TrError/TrDiff.tsx +3 -5
- package/src/components/TestResult/TrError/index.tsx +21 -6
- package/src/components/TestResult/TrError/styles.scss +92 -2
- package/src/components/TestResult/{TestResultHeader/TestResultBreadcrumbs.tsx → TrHeader/TrBreadcrumbs.tsx} +3 -3
- package/src/components/TestResult/{TestResultHeader → TrHeader}/index.tsx +6 -4
- package/src/components/TestResult/{TestResultHistory/TestResultHistoryItem.tsx → TrHistory/TrHistoryItem.tsx} +3 -3
- package/src/components/TestResult/{TestResultHistory → TrHistory}/index.tsx +5 -5
- package/src/components/TestResult/{TestResultInfo/TestResultInfoStatuses.tsx → TrInfo/TrInfoStatuses.tsx} +1 -1
- package/src/components/TestResult/{TestResultInfo → TrInfo}/index.tsx +37 -23
- package/src/components/TestResult/{TestResultLinks → TrLinks}/index.tsx +6 -6
- package/src/components/TestResult/{TestResultMetadata → TrMetadata}/index.tsx +4 -4
- package/src/components/TestResult/{TestResultNavigation → TrNavigation}/index.tsx +3 -2
- package/src/components/TestResult/TrOverview.tsx +47 -0
- package/src/components/TestResult/{TestResultParameters → TrParameters}/index.tsx +2 -2
- package/src/components/TestResult/{TestResultPrevStatuses → TrPrevStatuses}/index.tsx +6 -6
- package/src/components/TestResult/TrPwTraces/PwTrace.tsx +34 -0
- package/src/components/TestResult/TrPwTraces/PwTraceButton.tsx +33 -0
- package/src/components/TestResult/TrPwTraces/index.tsx +29 -0
- package/src/components/TestResult/TrPwTraces/styles.scss +20 -0
- package/src/components/TestResult/{TestResultRetriesView/TestResultRetriesItem.tsx → TrRetriesView/TrRetriesItem.tsx} +3 -3
- package/src/components/TestResult/{TestResultRetriesView → TrRetriesView}/index.tsx +4 -6
- package/src/components/TestResult/{TestResultSetup → TrSetup}/index.tsx +11 -11
- package/src/components/TestResult/{TestResultSeverity → TrSeverity}/index.tsx +1 -1
- package/src/components/TestResult/{TestResultStatus → TrStatus}/index.tsx +3 -2
- package/src/components/TestResult/{TestResultSteps/testResultAttachment.tsx → TrSteps/TrAttachment.tsx} +10 -7
- package/src/components/TestResult/{TestResultSteps/testResultAttachmentInfo.tsx → TrSteps/TrAttachmentInfo.tsx} +8 -8
- package/src/components/TestResult/{TestResultSteps/testResultStep.tsx → TrSteps/TrStep.tsx} +22 -13
- package/src/components/TestResult/{TestResultSteps/testResultStepInfo.tsx → TrSteps/TrStepInfo.tsx} +2 -2
- package/src/components/TestResult/{TestResultSteps → TrSteps}/index.tsx +8 -8
- package/src/components/TestResult/{TestResultSteps → TrSteps}/styles.scss +2 -1
- package/src/components/TestResult/{TestResultSteps → TrSteps}/wrongAttachment.tsx +1 -1
- package/src/components/TestResult/{TestResultTabs → TrTabs}/index.tsx +6 -6
- package/src/components/TestResult/{TestResultTeardown → TrTeardown}/index.tsx +11 -11
- package/src/components/TestResult/index.tsx +42 -30
- package/src/components/TestResult/styles.scss +2 -1
- package/src/components/Tree/index.tsx +94 -15
- package/src/components/Tree/styles.scss +16 -1
- package/src/i18n/constants.ts +3 -3
- package/src/i18n/locales/az.json +12 -2
- package/src/i18n/locales/de.json +11 -2
- package/src/i18n/locales/en.json +11 -2
- package/src/i18n/locales/es.json +11 -2
- package/src/i18n/locales/fr.json +11 -2
- package/src/i18n/locales/he.json +11 -2
- package/src/i18n/locales/{am.json → hy.json} +11 -2
- package/src/i18n/locales/it.json +11 -2
- package/src/i18n/locales/ja.json +11 -2
- package/src/i18n/locales/ka.json +11 -2
- package/src/i18n/locales/kr.json +11 -2
- package/src/i18n/locales/nl.json +11 -2
- package/src/i18n/locales/pl.json +11 -2
- package/src/i18n/locales/pt.json +10 -2
- package/src/i18n/locales/ru.json +11 -2
- package/src/i18n/locales/sv.json +11 -2
- package/src/i18n/locales/tr.json +11 -2
- package/src/i18n/locales/zh.json +11 -2
- package/src/index.tsx +36 -33
- package/src/stores/chart.ts +3 -3
- package/src/stores/env.ts +88 -0
- package/src/stores/locale.ts +2 -1
- package/src/stores/stats.ts +52 -7
- package/src/stores/testResults.ts +6 -6
- package/src/stores/tree.ts +48 -17
- package/src/stores/variables.ts +38 -0
- package/dist/multi/335.app-d01d0c66.js +0 -1
- package/dist/multi/378.app-d01d0c66.js +0 -1
- package/dist/multi/476.app-d01d0c66.js +0 -1
- package/dist/multi/app-d01d0c66.js +0 -2
- package/dist/single/app-6596cb08.js +0 -2
- package/src/components/ReportLogo/index.tsx +0 -16
- package/src/components/ReportLogo/styles.scss +0 -20
- package/src/components/ReportLogoFull/index.tsx +0 -20
- package/src/components/ReportLogoFull/styles.scss +0 -7
- package/src/components/TestResult/TestResultOverview.tsx +0 -43
- /package/src/components/TestResult/{TestResultAttachmentsView → TrAttachmentsView}/styles.scss +0 -0
- /package/src/components/TestResult/{TestResultDescription → TrDescription}/styles.scss +0 -0
- /package/src/components/TestResult/{TestResultDropdown → TrDropdown}/styles.scss +0 -0
- /package/src/components/TestResult/{TestResultEmpty → TrEmpty}/styles.scss +0 -0
- /package/src/components/TestResult/{TestResultHeader → TrHeader}/styles.scss +0 -0
- /package/src/components/TestResult/{TestResultHistory → TrHistory}/styles.scss +0 -0
- /package/src/components/TestResult/{TestResultInfo → TrInfo}/styles.scss +0 -0
- /package/src/components/TestResult/{TestResultLinks → TrLinks}/styles.scss +0 -0
- /package/src/components/TestResult/{TestResultMetadata → TrMetadata}/styles.scss +0 -0
- /package/src/components/TestResult/{TestResultNavigation → TrNavigation}/styles.scss +0 -0
- /package/src/components/TestResult/{TestResultParameters → TrParameters}/styles.scss +0 -0
- /package/src/components/TestResult/{TestResultPrevStatuses → TrPrevStatuses}/styles.scss +0 -0
- /package/src/components/TestResult/{TestResultRetriesView → TrRetriesView}/styles.scss +0 -0
- /package/src/components/TestResult/{TestResultSeverity → TrSeverity}/styles.scss +0 -0
- /package/src/components/TestResult/{TestResultStatus → TrStatus}/styles.scss +0 -0
- /package/src/components/TestResult/{TestResultTabs → TrTabs}/styles.scss +0 -0
package/src/i18n/locales/en.json
CHANGED
|
@@ -68,7 +68,8 @@
|
|
|
68
68
|
"no-history-results": "No history information available",
|
|
69
69
|
"no-retries-results": "No retries information available",
|
|
70
70
|
"no-test-steps-results": "No test steps information available",
|
|
71
|
-
"no-test-case-results": "No test case results"
|
|
71
|
+
"no-test-case-results": "No test case results",
|
|
72
|
+
"no-environments-results": "No environments information available"
|
|
72
73
|
},
|
|
73
74
|
"severity": {
|
|
74
75
|
"blocker": "blocker",
|
|
@@ -83,6 +84,11 @@
|
|
|
83
84
|
"setup": "Set up",
|
|
84
85
|
"teardown": "Tear down"
|
|
85
86
|
},
|
|
87
|
+
"environments": {
|
|
88
|
+
"environment_one": "Environment",
|
|
89
|
+
"environment_other": "Environments",
|
|
90
|
+
"all": "All"
|
|
91
|
+
},
|
|
86
92
|
"ui": {
|
|
87
93
|
"labels": "Labels",
|
|
88
94
|
"metadata": "Metadata",
|
|
@@ -93,12 +99,15 @@
|
|
|
93
99
|
"history": "History",
|
|
94
100
|
"attachments": "Attachments",
|
|
95
101
|
"retries": "Retries",
|
|
102
|
+
"environments": "Environments",
|
|
96
103
|
"error": "Error",
|
|
97
104
|
"goToStep": "Go to step",
|
|
98
105
|
"showLess": "Show less",
|
|
99
106
|
"showMore": "Show more",
|
|
100
107
|
"copy": "Copy",
|
|
101
|
-
"at": "at"
|
|
108
|
+
"at": "at",
|
|
109
|
+
"variables": "Variables",
|
|
110
|
+
"openPwTrace": "Open Playwright Trace"
|
|
102
111
|
},
|
|
103
112
|
"controls": {
|
|
104
113
|
"newTabAttachment": "Open attachment in new tab",
|
package/src/i18n/locales/es.json
CHANGED
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
"no-history-results": "No hay información de historial disponible",
|
|
68
68
|
"no-retries-results": "No hay información de reintentos disponible",
|
|
69
69
|
"no-test-steps-results": "No hay información disponible sobre los pasos de prueba",
|
|
70
|
-
"no-test-case-results": "No hay resultados de casos de prueba"
|
|
70
|
+
"no-test-case-results": "No hay resultados de casos de prueba",
|
|
71
|
+
"no-environments-results": "No hay información de entornos disponible"
|
|
71
72
|
},
|
|
72
73
|
"severity": {
|
|
73
74
|
"blocker": "bloqueante",
|
|
@@ -82,6 +83,11 @@
|
|
|
82
83
|
"setup": "Configuración",
|
|
83
84
|
"teardown": "Desmontaje"
|
|
84
85
|
},
|
|
86
|
+
"environments": {
|
|
87
|
+
"environment_one": "Entorno",
|
|
88
|
+
"environment_other": "Entornos",
|
|
89
|
+
"all": "Todo"
|
|
90
|
+
},
|
|
85
91
|
"ui": {
|
|
86
92
|
"labels": "Etiquetas",
|
|
87
93
|
"metadata": "Metadatos",
|
|
@@ -92,12 +98,15 @@
|
|
|
92
98
|
"history": "Historial",
|
|
93
99
|
"attachments": "Adjuntos",
|
|
94
100
|
"retries": "Reintentos",
|
|
101
|
+
"environments": "Entornos",
|
|
95
102
|
"error": "Error",
|
|
96
103
|
"goToStep": "Ir al paso",
|
|
97
104
|
"showLess": "Mostrar menos",
|
|
98
105
|
"showMore": "Mostrar más",
|
|
99
106
|
"copy": "Copiar",
|
|
100
|
-
"at": "a las"
|
|
107
|
+
"at": "a las",
|
|
108
|
+
"variables": "Variables",
|
|
109
|
+
"openPwTrace": "Abrir Playwright Trace"
|
|
101
110
|
},
|
|
102
111
|
"controls": {
|
|
103
112
|
"newTabAttachment": "Abrir adjunto en nueva pestaña",
|
package/src/i18n/locales/fr.json
CHANGED
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
"no-history-results": "Aucune information sur l'historique disponible",
|
|
68
68
|
"no-retries-results": "Aucune information sur les réessais disponible",
|
|
69
69
|
"no-test-steps-results": "Aucune information sur les étapes de test disponible",
|
|
70
|
-
"no-test-case-results": "Aucun résultat de cas de test"
|
|
70
|
+
"no-test-case-results": "Aucun résultat de cas de test",
|
|
71
|
+
"no-environments-results": "Aucune information sur les environnements disponible"
|
|
71
72
|
},
|
|
72
73
|
"severity": {
|
|
73
74
|
"blocker": "bloquant",
|
|
@@ -82,6 +83,11 @@
|
|
|
82
83
|
"setup": "Préparation",
|
|
83
84
|
"teardown": "Démontage"
|
|
84
85
|
},
|
|
86
|
+
"environments": {
|
|
87
|
+
"environment_one": "Environnement",
|
|
88
|
+
"environment_other": "Environnements",
|
|
89
|
+
"all": "Tous"
|
|
90
|
+
},
|
|
85
91
|
"ui": {
|
|
86
92
|
"labels": "Étiquettes",
|
|
87
93
|
"metadata": "Métadonnées",
|
|
@@ -92,12 +98,15 @@
|
|
|
92
98
|
"history": "Historique",
|
|
93
99
|
"attachments": "Pièces jointes",
|
|
94
100
|
"retries": "Réessais",
|
|
101
|
+
"environments": "Environnements",
|
|
95
102
|
"error": "Erreur",
|
|
96
103
|
"goToStep": "Aller à l'étape",
|
|
97
104
|
"showLess": "Montrer moins",
|
|
98
105
|
"showMore": "Montrer plus",
|
|
99
106
|
"copy": "Copier",
|
|
100
|
-
"at": "à"
|
|
107
|
+
"at": "à",
|
|
108
|
+
"variables": "Variables",
|
|
109
|
+
"openPwTrace": "Ouvrir Playwright Trace"
|
|
101
110
|
},
|
|
102
111
|
"controls": {
|
|
103
112
|
"newTabAttachment": "Ouvrir dans un nouvel onglet",
|
package/src/i18n/locales/he.json
CHANGED
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
"no-history-results": "לא נמצאה מידע על היסטוריה",
|
|
68
68
|
"no-retries-results": "לא נמצאה מידע על נסיונות חוזרים",
|
|
69
69
|
"no-test-steps-results": "אין מידע על שלבי הבדיקה",
|
|
70
|
-
"no-test-case-results": "אין תוצאות של מקרי בדיקה"
|
|
70
|
+
"no-test-case-results": "אין תוצאות של מקרי בדיקה",
|
|
71
|
+
"no-environments-results": "לא נמצא מידע על סביבות"
|
|
71
72
|
},
|
|
72
73
|
"severity": {
|
|
73
74
|
"blocker": "חוסם",
|
|
@@ -82,6 +83,11 @@
|
|
|
82
83
|
"setup": "הכנה",
|
|
83
84
|
"teardown": "סיום"
|
|
84
85
|
},
|
|
86
|
+
"environments": {
|
|
87
|
+
"environment_one": "סביבה",
|
|
88
|
+
"environment_other": "סביבות",
|
|
89
|
+
"all": "הכל"
|
|
90
|
+
},
|
|
85
91
|
"ui": {
|
|
86
92
|
"labels": "תוויות",
|
|
87
93
|
"metadata": "נתונים",
|
|
@@ -92,12 +98,15 @@
|
|
|
92
98
|
"history": "היסטוריה",
|
|
93
99
|
"attachments": "קבצים מצורפים",
|
|
94
100
|
"retries": "נסיונות חוזרים",
|
|
101
|
+
"environments": "סביבות",
|
|
95
102
|
"error": "שגיאה",
|
|
96
103
|
"goToStep": "עבור לשלב",
|
|
97
104
|
"showLess": "הצג פחות",
|
|
98
105
|
"showMore": "הצג עוד",
|
|
99
106
|
"copy": "העתק",
|
|
100
|
-
"at": "ב-"
|
|
107
|
+
"at": "ב-",
|
|
108
|
+
"variables": "משתנים",
|
|
109
|
+
"openPwTrace": "פתח Playwright Trace"
|
|
101
110
|
},
|
|
102
111
|
"controls": {
|
|
103
112
|
"newTabAttachment": "פתח קובץ מצורף בלשונית חדשה",
|
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
"no-history-results": "Պատմության մասին տեղեկություններ չկան",
|
|
68
68
|
"no-retries-results": "Կրկնությունների մասին տեղեկություններ չկան",
|
|
69
69
|
"no-test-steps-results": "Թեստի քայլերի մասին տեղեկատվությունը հասանելի չէ։",
|
|
70
|
-
"no-test-case-results": "Թեստի դեպքերի արդյունքներ չկան։"
|
|
70
|
+
"no-test-case-results": "Թեստի դեպքերի արդյունքներ չկան։",
|
|
71
|
+
"no-environments-results": "Համակարգչային միջավայրի մասին տեղեկություններ չկան"
|
|
71
72
|
},
|
|
72
73
|
"severity": {
|
|
73
74
|
"blocker": "արգելափակում",
|
|
@@ -82,6 +83,11 @@
|
|
|
82
83
|
"setup": "Պատրաստում",
|
|
83
84
|
"teardown": "Ավարտում"
|
|
84
85
|
},
|
|
86
|
+
"environments": {
|
|
87
|
+
"environment_one": "Համակարգչային միջավայր",
|
|
88
|
+
"environment_other": "Համակարգչային միջավայրներ",
|
|
89
|
+
"all": "Բոլոր համակարգչային միջավայրները"
|
|
90
|
+
},
|
|
85
91
|
"ui": {
|
|
86
92
|
"labels": "Պիտակներ",
|
|
87
93
|
"metadata": "Մետատվյալներ",
|
|
@@ -92,12 +98,15 @@
|
|
|
92
98
|
"history": "Պատմություն",
|
|
93
99
|
"attachments": "Կցորդներ",
|
|
94
100
|
"retries": "Կրկնություններ",
|
|
101
|
+
"environments": "Համակարգչային միջավայրներ",
|
|
95
102
|
"error": "Սխալ",
|
|
96
103
|
"goToStep": "Գնալ քայլին",
|
|
97
104
|
"showLess": "Ցուցադրել պակաս",
|
|
98
105
|
"showMore": "Ցուցադրել ավելին",
|
|
99
106
|
"copy": "Պատճենել",
|
|
100
|
-
"at": "է"
|
|
107
|
+
"at": "է",
|
|
108
|
+
"variables": "Փոփոխականներ",
|
|
109
|
+
"openPwTrace": "Բացել Playwright Trace"
|
|
101
110
|
},
|
|
102
111
|
"controls": {
|
|
103
112
|
"newTabAttachment": "Բացել նոր ներդիրում",
|
package/src/i18n/locales/it.json
CHANGED
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
"no-history-results": "Nessuna informazione sulla cronologia disponibile",
|
|
68
68
|
"no-retries-results": "Nessuna informazione sui ritentativi disponibile",
|
|
69
69
|
"no-test-steps-results": "Nessuna informazione disponibile sui passaggi del test",
|
|
70
|
-
"no-test-case-results": "Nessun risultato dei casi di test"
|
|
70
|
+
"no-test-case-results": "Nessun risultato dei casi di test",
|
|
71
|
+
"no-environments-results": "Nessuna informazione sugli ambienti disponibile"
|
|
71
72
|
},
|
|
72
73
|
"severity": {
|
|
73
74
|
"blocker": "bloccante",
|
|
@@ -82,6 +83,11 @@
|
|
|
82
83
|
"setup": "Preparazione",
|
|
83
84
|
"teardown": "Smontaggio"
|
|
84
85
|
},
|
|
86
|
+
"environments": {
|
|
87
|
+
"environment_one": "Ambiente",
|
|
88
|
+
"environment_other": "Ambienti",
|
|
89
|
+
"all": "Tutti"
|
|
90
|
+
},
|
|
85
91
|
"ui": {
|
|
86
92
|
"labels": "Etichette",
|
|
87
93
|
"metadata": "Metadati",
|
|
@@ -92,12 +98,15 @@
|
|
|
92
98
|
"history": "Cronologia",
|
|
93
99
|
"attachments": "Allegati",
|
|
94
100
|
"retries": "Ritentativi",
|
|
101
|
+
"environments": "Ambienti",
|
|
95
102
|
"error": "Errore",
|
|
96
103
|
"goToStep": "Vai al passo",
|
|
97
104
|
"showLess": "Mostra meno",
|
|
98
105
|
"showMore": "Mostra di più",
|
|
99
106
|
"copy": "Copia",
|
|
100
|
-
"at": "a"
|
|
107
|
+
"at": "a",
|
|
108
|
+
"variables": "Variabili",
|
|
109
|
+
"openPwTrace": "Apri Playwright Trace"
|
|
101
110
|
},
|
|
102
111
|
"controls": {
|
|
103
112
|
"newTabAttachment": "Apri in una nuova scheda",
|
package/src/i18n/locales/ja.json
CHANGED
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
"no-history-results": "履歴情報が利用できません",
|
|
68
68
|
"no-retries-results": "再試行情報が利用できません",
|
|
69
69
|
"no-test-steps-results": "テスト手順の情報は利用できません",
|
|
70
|
-
"no-test-case-results": "テストケースの結果がありません"
|
|
70
|
+
"no-test-case-results": "テストケースの結果がありません",
|
|
71
|
+
"no-environments-results": "環境情報が利用できません"
|
|
71
72
|
},
|
|
72
73
|
"severity": {
|
|
73
74
|
"blocker": "ブロッカー",
|
|
@@ -82,6 +83,11 @@
|
|
|
82
83
|
"setup": "セットアップ",
|
|
83
84
|
"teardown": "後処理"
|
|
84
85
|
},
|
|
86
|
+
"environments": {
|
|
87
|
+
"environment_one": "環境",
|
|
88
|
+
"environment_other": "環境",
|
|
89
|
+
"all": "すべて"
|
|
90
|
+
},
|
|
85
91
|
"ui": {
|
|
86
92
|
"labels": "ラベル",
|
|
87
93
|
"metadata": "メタデータ",
|
|
@@ -92,12 +98,15 @@
|
|
|
92
98
|
"history": "履歴",
|
|
93
99
|
"attachments": "添付ファイル",
|
|
94
100
|
"retries": "再試行",
|
|
101
|
+
"environments": "環境",
|
|
95
102
|
"error": "エラー",
|
|
96
103
|
"goToStep": "ステップに移動",
|
|
97
104
|
"showLess": "表示を減らす",
|
|
98
105
|
"showMore": "もっと見る",
|
|
99
106
|
"copy": "コピー",
|
|
100
|
-
"at": "時"
|
|
107
|
+
"at": "時",
|
|
108
|
+
"variables": "変数",
|
|
109
|
+
"openPwTrace": "Playwright Trace を開く"
|
|
101
110
|
},
|
|
102
111
|
"controls": {
|
|
103
112
|
"newTabAttachment": "新しいタブで開く",
|
package/src/i18n/locales/ka.json
CHANGED
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
"no-history-results": "ისტორიის ინფორმაცია არ არის ხელმისაწვდომი",
|
|
68
68
|
"no-retries-results": "ხელახალი ცდების ინფორმ���ცია არ არის ხელმისაწვდომი",
|
|
69
69
|
"no-test-steps-results": "ტესტის ნაბიჯების ინფორმაცია ხელმისაწვდომი არ არის",
|
|
70
|
-
"no-test-case-results": "ტესტის შემთხვევის შედეგები არ არის"
|
|
70
|
+
"no-test-case-results": "ტესტის შემთხვევის შედეგები არ არის",
|
|
71
|
+
"no-environments-results": "გარემობის ინფორმაცია არ არის ხელმისაწვდომი"
|
|
71
72
|
},
|
|
72
73
|
"severity": {
|
|
73
74
|
"blocker": "ბლოკერი",
|
|
@@ -82,6 +83,11 @@
|
|
|
82
83
|
"setup": "მომზადება",
|
|
83
84
|
"teardown": "დასრულება"
|
|
84
85
|
},
|
|
86
|
+
"environments": {
|
|
87
|
+
"environment_one": "გარემობა",
|
|
88
|
+
"environment_other": "გარემობები",
|
|
89
|
+
"all": "ყველა"
|
|
90
|
+
},
|
|
85
91
|
"ui": {
|
|
86
92
|
"labels": "ლეიბლები",
|
|
87
93
|
"metadata": "მეტამონაცემები",
|
|
@@ -92,12 +98,15 @@
|
|
|
92
98
|
"history": "ისტორია",
|
|
93
99
|
"attachments": "დანართები",
|
|
94
100
|
"retries": "ხელახალი ცდები",
|
|
101
|
+
"environments": "გარემობები",
|
|
95
102
|
"error": "შეცდომა",
|
|
96
103
|
"goToStep": "გადადით საფეხურზე",
|
|
97
104
|
"showLess": "ნაკლების ჩვენება",
|
|
98
105
|
"showMore": "მეტის ჩვენება",
|
|
99
106
|
"copy": "კოპირება",
|
|
100
|
-
"at": "ზე"
|
|
107
|
+
"at": "ზე",
|
|
108
|
+
"variables": "ცვლადები",
|
|
109
|
+
"openPwTrace": "გახსენი Playwright Trace"
|
|
101
110
|
},
|
|
102
111
|
"controls": {
|
|
103
112
|
"newTabAttachment": "დანართის გახსნა ახალ ჩანართში",
|
package/src/i18n/locales/kr.json
CHANGED
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
"no-history-results": "기록 정보를 사용할 수 없습니다",
|
|
68
68
|
"no-retries-results": "재시도 정보를 사용할 수 없습니다",
|
|
69
69
|
"no-test-steps-results": "테스트 단계 정보가 없습니다",
|
|
70
|
-
"no-test-case-results": "테스트 케이스 결과가 없습니다"
|
|
70
|
+
"no-test-case-results": "테스트 케이스 결과가 없습니다",
|
|
71
|
+
"no-environments-results": "환경 정보를 사용할 수 없습니다"
|
|
71
72
|
},
|
|
72
73
|
"severity": {
|
|
73
74
|
"blocker": "차단자",
|
|
@@ -82,6 +83,11 @@
|
|
|
82
83
|
"setup": "설정",
|
|
83
84
|
"teardown": "해체"
|
|
84
85
|
},
|
|
86
|
+
"environments": {
|
|
87
|
+
"environment_one": "환경",
|
|
88
|
+
"environment_other": "환경",
|
|
89
|
+
"all": "모두"
|
|
90
|
+
},
|
|
85
91
|
"ui": {
|
|
86
92
|
"labels": "레이블",
|
|
87
93
|
"metadata": "메타데이터",
|
|
@@ -92,12 +98,15 @@
|
|
|
92
98
|
"history": "기록",
|
|
93
99
|
"attachments": "첨부파일",
|
|
94
100
|
"retries": "재시도",
|
|
101
|
+
"environments": "환경",
|
|
95
102
|
"error": "오류",
|
|
96
103
|
"goToStep": "단계로 이동",
|
|
97
104
|
"showLess": "덜 보기",
|
|
98
105
|
"showMore": "더 보기",
|
|
99
106
|
"copy": "복사",
|
|
100
|
-
"at": "에서"
|
|
107
|
+
"at": "에서",
|
|
108
|
+
"variables": "변수",
|
|
109
|
+
"openPwTrace": "Playwright Trace 열기"
|
|
101
110
|
},
|
|
102
111
|
"controls": {
|
|
103
112
|
"newTabAttachment": "첨부파일을 새 탭에서 열기",
|
package/src/i18n/locales/nl.json
CHANGED
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
"no-history-results": "Geen geschiedenisinformatie beschikbaar",
|
|
68
68
|
"no-retries-results": "Geen herhalingsinformatie beschikbaar",
|
|
69
69
|
"no-test-steps-results": "Geen informatie over teststappen beschikbaar",
|
|
70
|
-
"no-test-case-results": "Geen testresultaten"
|
|
70
|
+
"no-test-case-results": "Geen testresultaten",
|
|
71
|
+
"no-environments-results": "Geen informatie over omgevingen beschikbaar"
|
|
71
72
|
},
|
|
72
73
|
"severity": {
|
|
73
74
|
"blocker": "blokkerend",
|
|
@@ -82,6 +83,11 @@
|
|
|
82
83
|
"setup": "Voorbereiding",
|
|
83
84
|
"teardown": "Afsluiten"
|
|
84
85
|
},
|
|
86
|
+
"environments": {
|
|
87
|
+
"environment_one": "Omgeving",
|
|
88
|
+
"environment_other": "Omgevingen",
|
|
89
|
+
"all": "Alle"
|
|
90
|
+
},
|
|
85
91
|
"ui": {
|
|
86
92
|
"labels": "Labels",
|
|
87
93
|
"metadata": "Metadata",
|
|
@@ -92,12 +98,15 @@
|
|
|
92
98
|
"history": "Geschiedenis",
|
|
93
99
|
"attachments": "Bijlagen",
|
|
94
100
|
"retries": "Herhalingen",
|
|
101
|
+
"environments": "Omgevingen",
|
|
95
102
|
"error": "Fout",
|
|
96
103
|
"goToStep": "Ga naar stap",
|
|
97
104
|
"showLess": "Minder weergeven",
|
|
98
105
|
"showMore": "Meer weergeven",
|
|
99
106
|
"copy": "Kopiëren",
|
|
100
|
-
"at": "om"
|
|
107
|
+
"at": "om",
|
|
108
|
+
"variables": "Variabelen",
|
|
109
|
+
"openPwTrace": "Playwright Trace openen"
|
|
101
110
|
},
|
|
102
111
|
"controls": {
|
|
103
112
|
"newTabAttachment": "Bijlage openen in nieuw tabblad",
|
package/src/i18n/locales/pl.json
CHANGED
|
@@ -64,7 +64,8 @@
|
|
|
64
64
|
"no-history-results": "Brak dostępnych informacji o historii",
|
|
65
65
|
"no-retries-results": "Brak dostępnych informacji o ponownych próbach",
|
|
66
66
|
"no-test-steps-results": "Brak dostępnych informacji o krokach testowych",
|
|
67
|
-
"no-test-case-results": "Brak wyników przypadków testowych"
|
|
67
|
+
"no-test-case-results": "Brak wyników przypadków testowych",
|
|
68
|
+
"no-environments-results": "Brak dostępnych informacji o środowiskach"
|
|
68
69
|
},
|
|
69
70
|
"severity": {
|
|
70
71
|
"name": "Ważność",
|
|
@@ -80,6 +81,11 @@
|
|
|
80
81
|
"setup": "Przygotowanie",
|
|
81
82
|
"teardown": "Zakończenie"
|
|
82
83
|
},
|
|
84
|
+
"environments": {
|
|
85
|
+
"environment_one": "Środowisko",
|
|
86
|
+
"environment_other": "Środowiska",
|
|
87
|
+
"all": "Wszystkie"
|
|
88
|
+
},
|
|
83
89
|
"ui": {
|
|
84
90
|
"labels": "Labelki",
|
|
85
91
|
"metadata": "Metadane",
|
|
@@ -90,12 +96,15 @@
|
|
|
90
96
|
"history": "Historia",
|
|
91
97
|
"attachments": "Załączniki",
|
|
92
98
|
"retries": "Próby ponowne",
|
|
99
|
+
"environments": "Środowiska",
|
|
93
100
|
"error": "Błąd",
|
|
94
101
|
"goToStep": "Idź do kroku",
|
|
95
102
|
"showLess": "Pokaż mniej",
|
|
96
103
|
"showMore": "Pokaż więcej",
|
|
97
104
|
"copy": "Skopuj",
|
|
98
|
-
"at": "w"
|
|
105
|
+
"at": "w",
|
|
106
|
+
"variables": "Zmienne",
|
|
107
|
+
"openPwTrace": "Otwórz Playwright Trace"
|
|
99
108
|
},
|
|
100
109
|
"controls": {
|
|
101
110
|
"newTabAttachment": "Otwórz w nowej zakładce",
|
package/src/i18n/locales/pt.json
CHANGED
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
"no-history-results": "Nenhuma informação de histórico disponível",
|
|
68
68
|
"no-retries-results": "Nenhuma informação de repetições disponível",
|
|
69
69
|
"no-test-steps-results": "Nenhuma informação disponível sobre as etapas do teste",
|
|
70
|
-
"no-test-case-results": "Nenhum resultado de caso de teste"
|
|
70
|
+
"no-test-case-results": "Nenhum resultado de caso de teste",
|
|
71
|
+
"no-environments-results": "Nenhuma informação de ambiente disponível"
|
|
71
72
|
},
|
|
72
73
|
"severity": {
|
|
73
74
|
"blocker": "bloqueador",
|
|
@@ -82,6 +83,11 @@
|
|
|
82
83
|
"setup": "Configuração",
|
|
83
84
|
"teardown": "Desmontagem"
|
|
84
85
|
},
|
|
86
|
+
"environments": {
|
|
87
|
+
"environment_one": "Ambiente",
|
|
88
|
+
"environment_other": "Ambientes",
|
|
89
|
+
"all": "Todos"
|
|
90
|
+
},
|
|
85
91
|
"ui": {
|
|
86
92
|
"labels": "Etiquetas",
|
|
87
93
|
"metadata": "Metadados",
|
|
@@ -92,12 +98,14 @@
|
|
|
92
98
|
"history": "Histórico",
|
|
93
99
|
"attachments": "Anexos",
|
|
94
100
|
"retries": "Repetições",
|
|
101
|
+
"environments": "Ambientes",
|
|
95
102
|
"error": "Erro",
|
|
96
103
|
"goToStep": "Ir para o passo",
|
|
97
104
|
"showLess": "Mostrar menos",
|
|
98
105
|
"showMore": "Mostrar mais",
|
|
99
106
|
"copy": "Copiar",
|
|
100
|
-
"at": "em"
|
|
107
|
+
"at": "em",
|
|
108
|
+
"openPwTrace": "Abrir Playwright Trace"
|
|
101
109
|
},
|
|
102
110
|
"controls": {
|
|
103
111
|
"newTabAttachment": "Abrir anexo em nova aba",
|
package/src/i18n/locales/ru.json
CHANGED
|
@@ -64,7 +64,8 @@
|
|
|
64
64
|
"no-history-results": "Информация об истории отсутствует",
|
|
65
65
|
"no-retries-results": "Информация о перезапусках отсутствует",
|
|
66
66
|
"no-test-steps-results": "Нет информации о шагах тестирования",
|
|
67
|
-
"no-test-case-results": "Нет результатов тест-кейсов"
|
|
67
|
+
"no-test-case-results": "Нет результатов тест-кейсов",
|
|
68
|
+
"no-environments-results": "Информация об окружениях отсутствует"
|
|
68
69
|
},
|
|
69
70
|
"severity": {
|
|
70
71
|
"name": "Важность",
|
|
@@ -80,6 +81,11 @@
|
|
|
80
81
|
"setup": "Подготовка",
|
|
81
82
|
"teardown": "Завершение"
|
|
82
83
|
},
|
|
84
|
+
"environments": {
|
|
85
|
+
"environment_one": "Окружение",
|
|
86
|
+
"environment_other": "Окружения",
|
|
87
|
+
"all": "Все"
|
|
88
|
+
},
|
|
83
89
|
"ui": {
|
|
84
90
|
"labels": "Лейблы",
|
|
85
91
|
"metadata": "Метаданные",
|
|
@@ -90,12 +96,15 @@
|
|
|
90
96
|
"history": "История",
|
|
91
97
|
"attachments": "Вложения",
|
|
92
98
|
"retries": "Перезапуски",
|
|
99
|
+
"environments": "Окружения",
|
|
93
100
|
"error": "Ошибка",
|
|
94
101
|
"goToStep": "Перейти к шагу",
|
|
95
102
|
"showLess": "Показать меньше",
|
|
96
103
|
"showMore": "Показать больше",
|
|
97
104
|
"copy": "Скопировать",
|
|
98
|
-
"at": "в"
|
|
105
|
+
"at": "в",
|
|
106
|
+
"variables": "Переменные",
|
|
107
|
+
"openPwTrace": "Открыть Playwright Trace"
|
|
99
108
|
},
|
|
100
109
|
"controls": {
|
|
101
110
|
"newTabAttachment": "Открыть в новой вкладке",
|
package/src/i18n/locales/sv.json
CHANGED
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
"no-history-results": "Ingen historik information tillgänglig",
|
|
68
68
|
"no-retries-results": "Ingen omtagningar information tillgänglig",
|
|
69
69
|
"no-test-steps-results": "Ingen information om teststeg tillgänglig",
|
|
70
|
-
"no-test-case-results": "Inga testfallresultat"
|
|
70
|
+
"no-test-case-results": "Inga testfallresultat",
|
|
71
|
+
"no-environments-results": "Ingen miljöinformation tillgänglig"
|
|
71
72
|
},
|
|
72
73
|
"severity": {
|
|
73
74
|
"blocker": "blockerare",
|
|
@@ -82,6 +83,11 @@
|
|
|
82
83
|
"setup": "Förberedelse",
|
|
83
84
|
"teardown": "Avslutning"
|
|
84
85
|
},
|
|
86
|
+
"environments": {
|
|
87
|
+
"environment_one": "Miljö",
|
|
88
|
+
"environment_other": "Miljöer",
|
|
89
|
+
"all": "Alla"
|
|
90
|
+
},
|
|
85
91
|
"ui": {
|
|
86
92
|
"labels": "Etiketter",
|
|
87
93
|
"metadata": "Metadata",
|
|
@@ -92,12 +98,15 @@
|
|
|
92
98
|
"history": "Historik",
|
|
93
99
|
"attachments": "Bilagor",
|
|
94
100
|
"retries": "Omtagningar",
|
|
101
|
+
"environments": "Miljöer",
|
|
95
102
|
"error": "Fel",
|
|
96
103
|
"goToStep": "Gå till steg",
|
|
97
104
|
"showLess": "Visa mindre",
|
|
98
105
|
"showMore": "Visa mer",
|
|
99
106
|
"copy": "Kopiera",
|
|
100
|
-
"at": "vid"
|
|
107
|
+
"at": "vid",
|
|
108
|
+
"variables": "Variabler",
|
|
109
|
+
"openPwTrace": "Öppna Playwright Trace"
|
|
101
110
|
},
|
|
102
111
|
"controls": {
|
|
103
112
|
"newTabAttachment": "Öppna bilaga i ny flik",
|
package/src/i18n/locales/tr.json
CHANGED
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
"no-history-results": "Geçmiş bilgisi mevcut değil",
|
|
68
68
|
"no-retries-results": "Tekrar deneme bilgisi mevcut değil",
|
|
69
69
|
"no-test-steps-results": "Test adımları hakkında bilgi mevcut değil",
|
|
70
|
-
"no-test-case-results": "Test vakası sonuçları yok"
|
|
70
|
+
"no-test-case-results": "Test vakası sonuçları yok",
|
|
71
|
+
"no-environments-results": "Ortam bilgisi mevcut değil"
|
|
71
72
|
},
|
|
72
73
|
"severity": {
|
|
73
74
|
"blocker": "engelleyici",
|
|
@@ -82,6 +83,11 @@
|
|
|
82
83
|
"setup": "Kurulum",
|
|
83
84
|
"teardown": "Kapatma"
|
|
84
85
|
},
|
|
86
|
+
"environments": {
|
|
87
|
+
"environment_one": "Ortam",
|
|
88
|
+
"environment_other": "Ortamlar",
|
|
89
|
+
"all": "Tümü"
|
|
90
|
+
},
|
|
85
91
|
"ui": {
|
|
86
92
|
"labels": "Etiketler",
|
|
87
93
|
"metadata": "Meta Veriler",
|
|
@@ -92,12 +98,15 @@
|
|
|
92
98
|
"history": "Geçmiş",
|
|
93
99
|
"attachments": "Ekler",
|
|
94
100
|
"retries": "Tekrar Denemeler",
|
|
101
|
+
"environments": "Ortam",
|
|
95
102
|
"error": "Hata",
|
|
96
103
|
"goToStep": "Adıma git",
|
|
97
104
|
"showLess": "Daha az göster",
|
|
98
105
|
"showMore": "Daha fazla göster",
|
|
99
106
|
"copy": "Kopyala",
|
|
100
|
-
"at": "tarihinde"
|
|
107
|
+
"at": "tarihinde",
|
|
108
|
+
"variables": "Değişkenler",
|
|
109
|
+
"openPwTrace": "Playwright Trace'i aç"
|
|
101
110
|
},
|
|
102
111
|
"controls": {
|
|
103
112
|
"newTabAttachment": "Eki yeni sekmede aç",
|
package/src/i18n/locales/zh.json
CHANGED
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
"no-history-results": "没有历史信息",
|
|
68
68
|
"no-retries-results": "没有重试信息",
|
|
69
69
|
"no-test-steps-results": "没有可用的测试步骤信息",
|
|
70
|
-
"no-test-case-results": "没有测试用例结果"
|
|
70
|
+
"no-test-case-results": "没有测试用例结果",
|
|
71
|
+
"no-environments-results": "没有环境信息"
|
|
71
72
|
},
|
|
72
73
|
"severity": {
|
|
73
74
|
"blocker": "阻断",
|
|
@@ -82,6 +83,11 @@
|
|
|
82
83
|
"setup": "设置",
|
|
83
84
|
"teardown": "拆解"
|
|
84
85
|
},
|
|
86
|
+
"environments": {
|
|
87
|
+
"environment_one": "环境",
|
|
88
|
+
"environment_other": "环境",
|
|
89
|
+
"all": "所有"
|
|
90
|
+
},
|
|
85
91
|
"ui": {
|
|
86
92
|
"labels": "标签",
|
|
87
93
|
"metadata": "元数据",
|
|
@@ -92,12 +98,15 @@
|
|
|
92
98
|
"history": "历史",
|
|
93
99
|
"attachments": "附件",
|
|
94
100
|
"retries": "重试",
|
|
101
|
+
"environments": "环境",
|
|
95
102
|
"error": "错误",
|
|
96
103
|
"goToStep": "跳转到步骤",
|
|
97
104
|
"showLess": "显示更少",
|
|
98
105
|
"showMore": "显示更多",
|
|
99
106
|
"copy": "复制",
|
|
100
|
-
"at": "在"
|
|
107
|
+
"at": "在",
|
|
108
|
+
"variables": "变量",
|
|
109
|
+
"openPwTrace": "打开 Playwright Trace"
|
|
101
110
|
},
|
|
102
111
|
"controls": {
|
|
103
112
|
"newTabAttachment": "在新标签页中打开附件",
|