@allurereport/web-awesome 3.0.0-beta.10 → 3.0.0-beta.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/dist/multi/173.app-52d1decd.js +1 -0
  2. package/dist/multi/174.app-52d1decd.js +1 -0
  3. package/dist/multi/252.app-52d1decd.js +1 -0
  4. package/dist/multi/282.app-52d1decd.js +1 -0
  5. package/dist/multi/29.app-52d1decd.js +1 -0
  6. package/dist/multi/416.app-52d1decd.js +1 -0
  7. package/dist/multi/527.app-52d1decd.js +1 -0
  8. package/dist/multi/600.app-52d1decd.js +1 -0
  9. package/dist/multi/605.app-52d1decd.js +1 -0
  10. package/dist/multi/638.app-52d1decd.js +1 -0
  11. package/dist/multi/672.app-52d1decd.js +1 -0
  12. package/dist/multi/686.app-52d1decd.js +1 -0
  13. package/dist/multi/725.app-52d1decd.js +1 -0
  14. package/dist/multi/741.app-52d1decd.js +1 -0
  15. package/dist/multi/755.app-52d1decd.js +1 -0
  16. package/dist/multi/894.app-52d1decd.js +1 -0
  17. package/dist/multi/943.app-52d1decd.js +1 -0
  18. package/dist/multi/980.app-52d1decd.js +1 -0
  19. package/dist/multi/app-52d1decd.js +2 -0
  20. package/dist/multi/{app-d01d0c66.js.LICENSE.txt → app-52d1decd.js.LICENSE.txt} +7 -0
  21. package/dist/multi/manifest.json +20 -20
  22. package/dist/multi/styles-52d1decd.css +41 -0
  23. package/dist/single/app-83b0c4fc.js +2 -0
  24. package/dist/single/{app-6596cb08.js.LICENSE.txt → app-83b0c4fc.js.LICENSE.txt} +7 -0
  25. package/dist/single/manifest.json +1 -1
  26. package/package.json +4 -4
  27. package/src/assets/scss/palette.scss +391 -391
  28. package/src/assets/scss/theme.scss +9 -1
  29. package/src/assets/scss/vars.scss +0 -1
  30. package/src/components/BaseLayout/styles.scss +10 -2
  31. package/src/components/EnvironmentPicker/index.tsx +51 -0
  32. package/src/components/EnvironmentPicker/styles.scss +9 -0
  33. package/src/components/Footer/FooterLogo.tsx +1 -2
  34. package/src/components/Header/index.tsx +4 -10
  35. package/src/components/HeaderControls/index.tsx +20 -0
  36. package/src/components/MainReport/styles.scss +2 -1
  37. package/src/components/Metadata/index.tsx +6 -4
  38. package/src/components/MetadataButton/index.tsx +12 -4
  39. package/src/components/MetadataButton/styles.scss +3 -0
  40. package/src/components/ReportBody/index.tsx +3 -2
  41. package/src/components/ReportHeader/ReportHeaderLogo.tsx +6 -2
  42. package/src/components/ReportHeader/ReportHeaderPie.tsx +1 -2
  43. package/src/components/ReportMetadata/MetadataSummary.tsx +56 -63
  44. package/src/components/ReportMetadata/MetadataWithIcon.tsx +1 -1
  45. package/src/components/ReportMetadata/index.tsx +50 -3
  46. package/src/components/SideBySide/styles.scss +2 -3
  47. package/src/components/SplitLayout/index.tsx +2 -2
  48. package/src/components/SplitLayout/styles.scss +2 -1
  49. package/src/components/TestResult/TestStepsEmpty/index.tsx +2 -2
  50. package/src/components/TestResult/{TestResultAttachmentsView → TrAttachmentsView}/index.tsx +4 -4
  51. package/src/components/TestResult/{TestResultDescription → TrDescription}/index.tsx +2 -2
  52. package/src/components/TestResult/{TestResultDropdown → TrDropdown}/index.tsx +1 -1
  53. package/src/components/TestResult/{TestResultEmpty → TrEmpty}/index.tsx +6 -6
  54. package/src/components/TestResult/TrEnvironmentItem/index.tsx +82 -0
  55. package/src/components/TestResult/TrEnvironmentItem/styles.scss +60 -0
  56. package/src/components/TestResult/TrEnvironmentsView/index.tsx +64 -0
  57. package/src/components/TestResult/TrEnvironmentsView/styles.scss +11 -0
  58. package/src/components/TestResult/TrError/TrDiff.tsx +3 -5
  59. package/src/components/TestResult/TrError/index.tsx +21 -6
  60. package/src/components/TestResult/TrError/styles.scss +92 -2
  61. package/src/components/TestResult/{TestResultHeader/TestResultBreadcrumbs.tsx → TrHeader/TrBreadcrumbs.tsx} +3 -3
  62. package/src/components/TestResult/TrHeader/index.tsx +15 -0
  63. package/src/components/TestResult/{TestResultHistory/TestResultHistoryItem.tsx → TrHistory/TrHistoryItem.tsx} +3 -3
  64. package/src/components/TestResult/{TestResultHistory → TrHistory}/index.tsx +5 -5
  65. package/src/components/TestResult/{TestResultInfo/TestResultInfoStatuses.tsx → TrInfo/TrInfoStatuses.tsx} +1 -1
  66. package/src/components/TestResult/{TestResultInfo → TrInfo}/index.tsx +37 -23
  67. package/src/components/TestResult/{TestResultLinks → TrLinks}/index.tsx +6 -6
  68. package/src/components/TestResult/{TestResultMetadata → TrMetadata}/index.tsx +4 -4
  69. package/src/components/TestResult/{TestResultNavigation → TrNavigation}/index.tsx +3 -2
  70. package/src/components/TestResult/TrOverview.tsx +47 -0
  71. package/src/components/TestResult/{TestResultParameters → TrParameters}/index.tsx +2 -2
  72. package/src/components/TestResult/{TestResultPrevStatuses → TrPrevStatuses}/index.tsx +6 -6
  73. package/src/components/TestResult/TrPwTraces/PwTrace.tsx +34 -0
  74. package/src/components/TestResult/TrPwTraces/PwTraceButton.tsx +33 -0
  75. package/src/components/TestResult/TrPwTraces/index.tsx +29 -0
  76. package/src/components/TestResult/TrPwTraces/styles.scss +20 -0
  77. package/src/components/TestResult/{TestResultRetriesView/TestResultRetriesItem.tsx → TrRetriesView/TrRetriesItem.tsx} +3 -3
  78. package/src/components/TestResult/{TestResultRetriesView → TrRetriesView}/index.tsx +4 -6
  79. package/src/components/TestResult/{TestResultSetup → TrSetup}/index.tsx +11 -11
  80. package/src/components/TestResult/{TestResultSeverity → TrSeverity}/index.tsx +1 -1
  81. package/src/components/TestResult/{TestResultStatus → TrStatus}/index.tsx +3 -2
  82. package/src/components/TestResult/{TestResultSteps/testResultAttachment.tsx → TrSteps/TrAttachment.tsx} +10 -7
  83. package/src/components/TestResult/{TestResultSteps/testResultAttachmentInfo.tsx → TrSteps/TrAttachmentInfo.tsx} +8 -8
  84. package/src/components/TestResult/{TestResultSteps/testResultStep.tsx → TrSteps/TrStep.tsx} +25 -14
  85. package/src/components/TestResult/{TestResultSteps/testResultStepInfo.tsx → TrSteps/TrStepInfo.tsx} +2 -2
  86. package/src/components/TestResult/{TestResultSteps → TrSteps}/index.tsx +8 -8
  87. package/src/components/TestResult/{TestResultSteps → TrSteps}/styles.scss +2 -1
  88. package/src/components/TestResult/{TestResultSteps → TrSteps}/wrongAttachment.tsx +1 -1
  89. package/src/components/TestResult/{TestResultTabs → TrTabs}/index.tsx +6 -6
  90. package/src/components/TestResult/{TestResultTeardown → TrTeardown}/index.tsx +11 -11
  91. package/src/components/TestResult/index.tsx +42 -30
  92. package/src/components/TestResult/styles.scss +2 -1
  93. package/src/components/Tree/index.tsx +99 -16
  94. package/src/components/Tree/styles.scss +16 -1
  95. package/src/index.tsx +36 -33
  96. package/src/{i18n/locales → locales}/az.json +14 -4
  97. package/src/{i18n/locales → locales}/de.json +13 -4
  98. package/src/{i18n/locales → locales}/en.json +15 -6
  99. package/src/{i18n/locales → locales}/es.json +13 -4
  100. package/src/{i18n/locales → locales}/fr.json +13 -4
  101. package/src/{i18n/locales → locales}/he.json +13 -4
  102. package/src/{i18n/locales/am.json → locales/hy.json} +13 -4
  103. package/src/{i18n/locales → locales}/it.json +13 -4
  104. package/src/{i18n/locales → locales}/ja.json +13 -4
  105. package/src/{i18n/locales → locales}/ka.json +16 -7
  106. package/src/{i18n/locales → locales}/kr.json +15 -6
  107. package/src/{i18n/locales → locales}/nl.json +13 -4
  108. package/src/{i18n/locales → locales}/pl.json +14 -5
  109. package/src/{i18n/locales → locales}/pt.json +12 -4
  110. package/src/{i18n/locales → locales}/ru.json +14 -5
  111. package/src/{i18n/locales → locales}/sv.json +13 -4
  112. package/src/{i18n/locales → locales}/tr.json +13 -4
  113. package/src/{i18n/locales → locales}/zh.json +13 -4
  114. package/src/stores/chart.ts +3 -3
  115. package/src/stores/env.ts +88 -0
  116. package/src/stores/locale.ts +4 -4
  117. package/src/stores/stats.ts +52 -7
  118. package/src/stores/testResults.ts +6 -6
  119. package/src/stores/tree.ts +48 -17
  120. package/src/stores/variables.ts +38 -0
  121. package/types.d.ts +2 -1
  122. package/dist/multi/141.app-d01d0c66.js +0 -1
  123. package/dist/multi/222.app-d01d0c66.js +0 -1
  124. package/dist/multi/335.app-d01d0c66.js +0 -1
  125. package/dist/multi/34.app-d01d0c66.js +0 -1
  126. package/dist/multi/349.app-d01d0c66.js +0 -1
  127. package/dist/multi/378.app-d01d0c66.js +0 -1
  128. package/dist/multi/406.app-d01d0c66.js +0 -1
  129. package/dist/multi/476.app-d01d0c66.js +0 -1
  130. package/dist/multi/53.app-d01d0c66.js +0 -1
  131. package/dist/multi/584.app-d01d0c66.js +0 -1
  132. package/dist/multi/690.app-d01d0c66.js +0 -1
  133. package/dist/multi/747.app-d01d0c66.js +0 -1
  134. package/dist/multi/767.app-d01d0c66.js +0 -1
  135. package/dist/multi/816.app-d01d0c66.js +0 -1
  136. package/dist/multi/83.app-d01d0c66.js +0 -1
  137. package/dist/multi/873.app-d01d0c66.js +0 -1
  138. package/dist/multi/920.app-d01d0c66.js +0 -1
  139. package/dist/multi/991.app-d01d0c66.js +0 -1
  140. package/dist/multi/app-d01d0c66.js +0 -2
  141. package/dist/multi/styles-d01d0c66.css +0 -39
  142. package/dist/single/app-6596cb08.js +0 -2
  143. package/src/components/LanguagePicker/index.tsx +0 -40
  144. package/src/components/ReportLogo/index.tsx +0 -16
  145. package/src/components/ReportLogo/styles.scss +0 -20
  146. package/src/components/ReportLogoFull/index.tsx +0 -20
  147. package/src/components/ReportLogoFull/styles.scss +0 -7
  148. package/src/components/TestResult/TestResultHeader/index.tsx +0 -21
  149. package/src/components/TestResult/TestResultOverview.tsx +0 -43
  150. package/src/components/ThemeButton/ThemeButton.tsx +0 -20
  151. package/src/i18n/constants.ts +0 -124
  152. /package/src/components/TestResult/{TestResultAttachmentsView → TrAttachmentsView}/styles.scss +0 -0
  153. /package/src/components/TestResult/{TestResultDescription → TrDescription}/styles.scss +0 -0
  154. /package/src/components/TestResult/{TestResultDropdown → TrDropdown}/styles.scss +0 -0
  155. /package/src/components/TestResult/{TestResultEmpty → TrEmpty}/styles.scss +0 -0
  156. /package/src/components/TestResult/{TestResultHeader → TrHeader}/styles.scss +0 -0
  157. /package/src/components/TestResult/{TestResultHistory → TrHistory}/styles.scss +0 -0
  158. /package/src/components/TestResult/{TestResultInfo → TrInfo}/styles.scss +0 -0
  159. /package/src/components/TestResult/{TestResultLinks → TrLinks}/styles.scss +0 -0
  160. /package/src/components/TestResult/{TestResultMetadata → TrMetadata}/styles.scss +0 -0
  161. /package/src/components/TestResult/{TestResultNavigation → TrNavigation}/styles.scss +0 -0
  162. /package/src/components/TestResult/{TestResultParameters → TrParameters}/styles.scss +0 -0
  163. /package/src/components/TestResult/{TestResultPrevStatuses → TrPrevStatuses}/styles.scss +0 -0
  164. /package/src/components/TestResult/{TestResultRetriesView → TrRetriesView}/styles.scss +0 -0
  165. /package/src/components/TestResult/{TestResultSeverity → TrSeverity}/styles.scss +0 -0
  166. /package/src/components/TestResult/{TestResultStatus → TrStatus}/styles.scss +0 -0
  167. /package/src/components/TestResult/{TestResultTabs → TrTabs}/styles.scss +0 -0
@@ -11,9 +11,9 @@
11
11
  "retryTests": "təkrar"
12
12
  },
13
13
  "testSummary": {
14
- "all": "Bütün testlər",
14
+ "total": "Cəmi",
15
15
  "flaky": "Etibarsız testlər",
16
- "retry": "Təkrar testlər",
16
+ "retries": "Təkrar testlər",
17
17
  "new": "Yeni testlər"
18
18
  },
19
19
  "tabs": {
@@ -67,7 +67,8 @@
67
67
  "no-history-results": "Tarixçə məlumatı mövcud deyil",
68
68
  "no-retries-results": "Təkrar məlumatı mövcud deyil",
69
69
  "no-test-steps-results": "Test addımları haqqında məlumat mövcud deyil",
70
- "no-test-case-results": "Test halları haqqında nəticələr yoxdur"
70
+ "no-test-case-results": "Test halları haqqında nəticələr yoxdur",
71
+ "no-environments-results": "Mühitlər haqqında məlumat mövcud deyil"
71
72
  },
72
73
  "severity": {
73
74
  "blocker": "bloklayıcı",
@@ -82,6 +83,11 @@
82
83
  "setup": "Hazırlıq",
83
84
  "teardown": "Yekunlaşma"
84
85
  },
86
+ "environments": {
87
+ "environment_one": "Mühit",
88
+ "environment_other": "Mühitlər",
89
+ "all": "Hamısı"
90
+ },
85
91
  "ui": {
86
92
  "labels": "Etiketlər",
87
93
  "metadata": "Metaməlumat",
@@ -92,12 +98,16 @@
92
98
  "history": "Tarixçə",
93
99
  "attachments": "Əlavələr",
94
100
  "retries": "Təkrarlar",
101
+ "environment_one": "Mühit",
102
+ "environment_other": "Mühitlər",
95
103
  "error": "Səhv",
96
104
  "goToStep": "Addıma keç",
97
105
  "showLess": "Daha az göstər",
98
106
  "showMore": "Daha çox göstər",
99
107
  "copy": "Kopyala",
100
- "at": "üçün"
108
+ "at": "üçün",
109
+ "openPwTrace": "Playwright Trace aç",
110
+ "variables": "Dəyişənlər"
101
111
  },
102
112
  "controls": {
103
113
  "newTabAttachment": "Yeni sekmede aç",
@@ -11,9 +11,9 @@
11
11
  "retryTests": "wiederholen"
12
12
  },
13
13
  "testSummary": {
14
- "all": "Alle Tests",
14
+ "total": "Gesamt",
15
15
  "flaky": "Instabile Tests",
16
- "retry": "Wiederholte Tests",
16
+ "retries": "Wiederholte Tests",
17
17
  "new": "Neue Tests"
18
18
  },
19
19
  "tabs": {
@@ -67,7 +67,8 @@
67
67
  "no-history-results": "Keine Verlaufsinformationen verfügbar",
68
68
  "no-retries-results": "Keine Wiederholungsinformationen verfügbar",
69
69
  "no-test-steps-results": "Keine Informationen zu Testschritten verfügbar",
70
- "no-test-case-results": "Keine Testergebnisse verfügbar"
70
+ "no-test-case-results": "Keine Testergebnisse verfügbar",
71
+ "no-environments-results": "Keine Umgebungsinformationen verfügbar"
71
72
  },
72
73
  "severity": {
73
74
  "blocker": "Blocker",
@@ -82,6 +83,11 @@
82
83
  "setup": "Vorbereitung",
83
84
  "teardown": "Abbau"
84
85
  },
86
+ "environments": {
87
+ "environment_one": "Umgebung",
88
+ "environment_other": "Umgebungen",
89
+ "all": "Alle"
90
+ },
85
91
  "ui": {
86
92
  "labels": "Labels",
87
93
  "metadata": "Metadaten",
@@ -92,12 +98,15 @@
92
98
  "history": "Verlauf",
93
99
  "attachments": "Anhänge",
94
100
  "retries": "Wiederholungen",
101
+ "environments": "Umgebungen",
95
102
  "error": "Fehler",
96
103
  "goToStep": "Zum Schritt gehen",
97
104
  "showLess": "Weniger anzeigen",
98
105
  "showMore": "Mehr anzeigen",
99
106
  "copy": "Kopieren",
100
- "at": "bei"
107
+ "at": "bei",
108
+ "variables": "Variablen",
109
+ "openPwTrace": "Playwright Trace öffnen"
101
110
  },
102
111
  "controls": {
103
112
  "newTabAttachment": "Anhang in neuem Tab öffnen",
@@ -11,10 +11,10 @@
11
11
  "retryTests": "retry"
12
12
  },
13
13
  "testSummary": {
14
- "all": "All Test",
15
- "flaky": "Flaky test",
16
- "retry": "Retry test",
17
- "new": "New test"
14
+ "total": "Total",
15
+ "flaky": "Flaky tests",
16
+ "retries": "Retry tests",
17
+ "new": "New tests"
18
18
  },
19
19
  "tabs": {
20
20
  "total": "All"
@@ -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",
@@ -11,9 +11,9 @@
11
11
  "retryTests": "reintento"
12
12
  },
13
13
  "testSummary": {
14
- "all": "Todas las pruebas",
14
+ "total": "Total",
15
15
  "flaky": "Pruebas inestables",
16
- "retry": "Pruebas reintentadas",
16
+ "retries": "Pruebas reintentadas",
17
17
  "new": "Pruebas nuevas"
18
18
  },
19
19
  "tabs": {
@@ -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",
@@ -11,9 +11,9 @@
11
11
  "retryTests": "réessais"
12
12
  },
13
13
  "testSummary": {
14
- "all": "Tous les tests",
14
+ "total": "Total",
15
15
  "flaky": "Tests instables",
16
- "retry": "Tests réessayés",
16
+ "retries": "Tests réessayés",
17
17
  "new": "Nouveaux tests"
18
18
  },
19
19
  "tabs": {
@@ -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",
@@ -11,9 +11,9 @@
11
11
  "retryTests": "ניסיון חוזר"
12
12
  },
13
13
  "testSummary": {
14
- "all": "כל הבדיקות",
14
+ "total": "סה\"כ",
15
15
  "flaky": "בדיקות לא יציבות",
16
- "retry": "בדיקות חוזרות",
16
+ "retries": "בדיקות חוזרות",
17
17
  "new": "בדיקות חדשות"
18
18
  },
19
19
  "tabs": {
@@ -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": "פתח קובץ מצורף בלשונית חדשה",
@@ -11,9 +11,9 @@
11
11
  "retryTests": "կրկնություն"
12
12
  },
13
13
  "testSummary": {
14
- "all": "Բոլոր թեստերը",
14
+ "total": "Ընդհանուր",
15
15
  "flaky": "Անհուսալի թեստեր",
16
- "retry": "Կրկնված թեստեր",
16
+ "retries": "Կրկնված թեստեր",
17
17
  "new": "Նոր թեստեր"
18
18
  },
19
19
  "tabs": {
@@ -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": "Բացել նոր ներդիրում",
@@ -11,9 +11,9 @@
11
11
  "retryTests": "ritentati"
12
12
  },
13
13
  "testSummary": {
14
- "all": "Tutti i test",
14
+ "total": "Totale",
15
15
  "flaky": "Test instabili",
16
- "retry": "Test ritentati",
16
+ "retries": "Test ritentati",
17
17
  "new": "Nuovi test"
18
18
  },
19
19
  "tabs": {
@@ -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",
@@ -11,9 +11,9 @@
11
11
  "retryTests": "再試行"
12
12
  },
13
13
  "testSummary": {
14
- "all": "すべてのテスト",
14
+ "total": "合計",
15
15
  "flaky": "不安定なテスト",
16
- "retry": "再試行されたテスト",
16
+ "retries": "再試行されたテスト",
17
17
  "new": "新しいテスト"
18
18
  },
19
19
  "tabs": {
@@ -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": "新しいタブで開く",
@@ -11,10 +11,10 @@
11
11
  "retryTests": "ხელახალი ცდა"
12
12
  },
13
13
  "testSummary": {
14
- "all": "ყველა ტესტი",
15
- "flaky": "არასტაბილური ტესტი",
16
- "retry": "ხელახალი ტესტი",
17
- "new": "ახალი ტესტი"
14
+ "total": "ჯამი",
15
+ "flaky": "არასტაბილური ტესტები",
16
+ "retries": "ხელახალი ტესტები",
17
+ "new": "ახალი ტესტები"
18
18
  },
19
19
  "tabs": {
20
20
  "total": "ყველა"
@@ -65,9 +65,10 @@
65
65
  "clear-filters": "ფილტრების გასუფთავება",
66
66
  "no-attachments-results": "დანართების ინფორმაცია არ არის ხელმისაწვდომი",
67
67
  "no-history-results": "ისტორიის ინფორმაცია არ არის ხელმისაწვდომი",
68
- "no-retries-results": "ხელახალი ცდების ინფორმ���ცია არ არის ხელმისაწვდომი",
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": "დანართის გახსნა ახალ ჩანართში",
@@ -11,10 +11,10 @@
11
11
  "retryTests": "재시도"
12
12
  },
13
13
  "testSummary": {
14
- "all": "모든 테스트",
15
- "flaky": "불안정한 테스트",
16
- "retry": "재시도 테스트",
17
- "new": "새로운 테스트"
14
+ "total": "총계",
15
+ "flaky": "불안정한 테스트들",
16
+ "retries": "재시도 테스트들",
17
+ "new": "새로운 테스트들"
18
18
  },
19
19
  "tabs": {
20
20
  "total": "전체"
@@ -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": "첨부파일을 새 탭에서 열기",
@@ -11,9 +11,9 @@
11
11
  "retryTests": "opnieuw proberen"
12
12
  },
13
13
  "testSummary": {
14
- "all": "Alle tests",
14
+ "total": "Totaal",
15
15
  "flaky": "Onstabiele tests",
16
- "retry": "Opnieuw uitgevoerde tests",
16
+ "retries": "Opnieuw uitgevoerde tests",
17
17
  "new": "Nieuwe tests"
18
18
  },
19
19
  "tabs": {
@@ -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",