@allurereport/web-awesome 3.0.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/multi/173.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/174.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/252.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/282.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/29.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/416.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/527.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/600.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/605.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/638.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/672.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/686.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/725.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/741.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/755.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/894.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/91.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/943.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/980.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/app-79c65c7bff941abcbc51.js +2 -0
- package/dist/multi/{app-9931797d1602fc52db5b.js.LICENSE.txt → app-79c65c7bff941abcbc51.js.LICENSE.txt} +7 -0
- package/dist/multi/manifest.json +21 -21
- package/dist/multi/styles-9e390bad7ce54a807a8e.css +49 -0
- package/dist/single/app-3ca67f29d0f1166c08ca.js +2 -0
- package/dist/single/{app-6199dc1c2fd3bddc2526.js.LICENSE.txt → app-3ca67f29d0f1166c08ca.js.LICENSE.txt} +7 -0
- package/dist/single/manifest.json +1 -1
- package/package.json +8 -8
- package/src/assets/scss/palette.scss +102 -102
- package/src/assets/scss/vars.scss +3 -0
- package/src/components/BaseLayout/index.tsx +25 -21
- package/src/components/BaseLayout/styles.scss +1 -0
- package/src/components/Charts/index.tsx +5 -2
- package/src/components/Footer/FooterVersion.tsx +14 -8
- package/src/components/Header/index.tsx +9 -7
- package/src/components/HeaderControls/index.tsx +5 -2
- package/src/components/MainReport/styles.scss +1 -0
- package/src/components/Metadata/index.tsx +24 -7
- package/src/components/ReportBody/HeaderActions.tsx +4 -13
- package/src/components/ReportBody/SortBy.tsx +28 -17
- package/src/components/ReportBody/index.tsx +12 -17
- package/src/components/ReportBody/styles.scss +4 -1
- package/src/components/ReportFilters/BaseFilters.tsx +345 -0
- package/src/components/ReportFilters/RetryFlaky.tsx +29 -0
- package/src/components/ReportFilters/TagsFilter.tsx +41 -0
- package/src/components/ReportFilters/TransitionFilter.tsx +49 -0
- package/src/components/ReportFilters/index.tsx +44 -0
- package/src/components/ReportFilters/styles.scss +55 -0
- package/src/components/ReportSearch/index.tsx +29 -0
- package/src/components/ReportTabs/index.tsx +37 -0
- package/src/components/SectionPicker/index.tsx +1 -1
- package/src/components/SplitLayout/index.tsx +7 -5
- package/src/components/TestResult/TestStepsEmpty/index.tsx +1 -7
- package/src/components/TestResult/TrEmpty/index.tsx +1 -7
- package/src/components/TestResult/TrEnvironmentItem/index.tsx +2 -2
- package/src/components/TestResult/TrError/index.tsx +9 -2
- package/src/components/TestResult/TrHeader/TrBreadcrumbs.tsx +2 -2
- package/src/components/TestResult/TrHistory/TrHistoryItem.tsx +38 -7
- package/src/components/TestResult/TrHistory/index.tsx +18 -8
- package/src/components/TestResult/TrHistory/styles.scss +4 -7
- package/src/components/TestResult/TrInfo/styles.scss +1 -0
- package/src/components/TestResult/TrNavigation/index.tsx +109 -68
- package/src/components/TestResult/TrNavigation/styles.scss +15 -25
- package/src/components/TestResult/TrPwTraces/PwTraceButton.tsx +1 -8
- package/src/components/TestResult/TrRetriesView/TrRetriesItem.tsx +2 -3
- package/src/components/TestResult/TrRetriesView/index.tsx +4 -3
- package/src/components/TestResult/TrSteps/TrAttachment.tsx +5 -3
- package/src/components/TestResult/TrSteps/TrAttachmentInfo.tsx +10 -3
- package/src/components/TestResult/TrSteps/TrStep.tsx +3 -3
- package/src/components/TestResult/TrTabs/index.tsx +7 -23
- package/src/components/TestResult/index.tsx +9 -4
- package/src/components/TestResult/styles.scss +1 -0
- package/src/components/Tree/index.tsx +22 -25
- package/src/index.html +19 -18
- package/src/index.tsx +20 -28
- package/src/locales/az.json +42 -12
- package/src/locales/de.json +42 -12
- package/src/locales/en.json +42 -12
- package/src/locales/es.json +42 -12
- package/src/locales/fr.json +42 -12
- package/src/locales/he.json +42 -12
- package/src/locales/hy.json +42 -12
- package/src/locales/it.json +42 -12
- package/src/locales/ja.json +42 -12
- package/src/locales/ka.json +42 -12
- package/src/locales/kr.json +42 -12
- package/src/locales/nl.json +42 -12
- package/src/locales/pl.json +42 -12
- package/src/locales/pt.json +42 -12
- package/src/locales/ru.json +42 -12
- package/src/locales/sv.json +42 -12
- package/src/locales/tr.json +42 -12
- package/src/locales/ua.json +42 -12
- package/src/locales/zh.json +42 -12
- package/src/stores/chart.ts +2 -2
- package/src/stores/env.ts +6 -6
- package/src/stores/envInfo.ts +2 -2
- package/src/stores/globals.ts +1 -1
- package/src/stores/index.ts +0 -1
- package/src/stores/layout.ts +20 -11
- package/src/stores/locale.ts +2 -1
- package/src/stores/qualityGate.ts +2 -2
- package/src/stores/router.ts +25 -91
- package/src/stores/sections.ts +32 -45
- package/src/stores/stats.ts +4 -4
- package/src/stores/testResult.ts +5 -0
- package/src/stores/testResults.ts +7 -5
- package/src/stores/tree.ts +49 -126
- package/src/stores/treeFilters/actions.ts +63 -0
- package/src/stores/treeFilters/constants.ts +13 -0
- package/src/stores/treeFilters/model.ts +51 -0
- package/src/stores/treeFilters/store.ts +273 -0
- package/src/stores/treeFilters/utils.ts +132 -0
- package/src/stores/treeSort.ts +71 -0
- package/src/stores/variables.ts +3 -3
- package/src/utils/persist.ts +23 -0
- package/src/utils/tree.ts +12 -5
- package/src/utils/treeFilters.ts +48 -54
- package/test/components/Header.test.tsx +49 -58
- package/test/utils/treeFilters.test.ts +18 -176
- package/types.d.ts +4 -1
- package/dist/multi/173.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/174.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/252.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/282.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/29.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/416.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/527.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/600.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/605.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/638.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/672.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/686.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/725.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/741.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/755.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/894.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/91.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/943.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/980.app-9931797d1602fc52db5b.js +0 -1
- package/dist/multi/app-9931797d1602fc52db5b.js +0 -2
- package/dist/multi/styles-8fe37354d1c2270c691e.css +0 -48
- package/dist/single/app-6199dc1c2fd3bddc2526.js +0 -2
- package/src/components/ReportBody/Filters.tsx +0 -71
- package/src/components/Tabs/index.tsx +0 -62
- package/src/stores/theme.ts +0 -30
- /package/src/components/{Tabs → ReportTabs}/styles.scss +0 -0
package/src/locales/az.json
CHANGED
|
@@ -28,22 +28,28 @@
|
|
|
28
28
|
"search-placeholder": "Ad və ya ID"
|
|
29
29
|
},
|
|
30
30
|
"filters": {
|
|
31
|
-
"more-filters": "Daha çox filtr",
|
|
32
|
-
"enable-filter": "\"{{filter}}\" filtrlərini aktiv edin",
|
|
33
31
|
"flaky": "Etibarsız",
|
|
34
32
|
"retry": "Təkrar",
|
|
35
33
|
"new": "Yeni",
|
|
36
34
|
"fixed": "Düzəldilmiş",
|
|
37
35
|
"regressed": "Reqressiya",
|
|
38
|
-
"malfunctioned": "Sınıq"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
36
|
+
"malfunctioned": "Sınıq",
|
|
37
|
+
"transition": "Keçid",
|
|
38
|
+
"tags": "Teqlər",
|
|
39
|
+
"goto_filter": "Filtre keç",
|
|
40
|
+
"errors": {
|
|
41
|
+
"max_values_one": "Filtrasiya üçün yalnız ilk {{count}} dəyər istifadə olunur.\nƏlavə dəyərlər nəzərə alınmır",
|
|
42
|
+
"max_values_other": "Filtrasiya üçün yalnız ilk {{count}} dəyərlər istifadə olunur.\nƏlavə dəyərlər nəzərə alınmır"
|
|
43
|
+
},
|
|
44
|
+
"description": {
|
|
45
|
+
"flaky": "Qeyri-sabit testləri göstərir",
|
|
46
|
+
"retry": "Yenidən işə salınan test nəticələrini göstərir",
|
|
47
|
+
"new": "Bu hesabatda ilk dəfə görünən test nəticələrini göstərir",
|
|
48
|
+
"fixed": "İndi uğurlu olan, əvvəl \"uğursuz\" və ya \"sınıq\" olan testləri göstərir",
|
|
49
|
+
"regressed": "Statusu \"uğursuz\" olan, əvvəl \"uğurlu\" və ya \"sınıq\" olan test nəticələrini göstərir",
|
|
50
|
+
"malfunctioned": "Statusu \"sınıq\" olan, əvvəl \"uğurlu\" və ya \"uğursuz\" olan test nəticələrini göstərir",
|
|
51
|
+
"tags": "Müəyyən edilmiş teqləri olan test nəticələrini göstərir"
|
|
52
|
+
}
|
|
47
53
|
},
|
|
48
54
|
"sort-by": {
|
|
49
55
|
"sort-by-text": "Sıralamaq üzrə:",
|
|
@@ -366,11 +372,35 @@
|
|
|
366
372
|
"new": "Bu test nəticəsinin hesabatda ilk dəfə görünməsi",
|
|
367
373
|
"fixed": "Əvvəl \"uğursuz\" və ya \"sınıq\" olan, indi \"uğurlu\" olan test",
|
|
368
374
|
"regressed": "Əvvəl \"uğurlu\" və ya \"sınıq\" olan, indi \"uğursuz\" olan test",
|
|
369
|
-
"malfunctioned": "Əvvəl \"uğurlu\" və ya \"uğursuz\" olan, indi \"sınıq\" olan test"
|
|
375
|
+
"malfunctioned": "Əvvəl \"uğurlu\" və ya \"uğursuz\" olan, indi \"sınıq\" olan test",
|
|
376
|
+
"retries": "{{count}} yenidən cəhd",
|
|
377
|
+
"flaky": "İcra nəticələri qeyri-sabitdir"
|
|
370
378
|
},
|
|
371
379
|
"new": "Yeni",
|
|
372
380
|
"fixed": "Düzəldilmiş",
|
|
373
381
|
"regressed": "Reqressiya",
|
|
374
382
|
"malfunctioned": "Sınıq"
|
|
383
|
+
},
|
|
384
|
+
"trHistory": {
|
|
385
|
+
"unknown-date": "Naməlum tarix"
|
|
386
|
+
},
|
|
387
|
+
"attachments": {
|
|
388
|
+
"imageDiff": {
|
|
389
|
+
"mode": {
|
|
390
|
+
"diff": "Fərq",
|
|
391
|
+
"actual": "Faktiki",
|
|
392
|
+
"expected": "Gözlənilən",
|
|
393
|
+
"side-by-side": "Yan-yana",
|
|
394
|
+
"overlay": "Üst-üstə"
|
|
395
|
+
},
|
|
396
|
+
"empty": {
|
|
397
|
+
"failed-to-load": "Şəkil müqayisəsi yüklənə bilmədi"
|
|
398
|
+
},
|
|
399
|
+
"image": {
|
|
400
|
+
"diff": "Fərq",
|
|
401
|
+
"actual": "Faktiki",
|
|
402
|
+
"expected": "Gözlənilən"
|
|
403
|
+
}
|
|
404
|
+
}
|
|
375
405
|
}
|
|
376
406
|
}
|
package/src/locales/de.json
CHANGED
|
@@ -28,22 +28,28 @@
|
|
|
28
28
|
"search-placeholder": "Name oder ID"
|
|
29
29
|
},
|
|
30
30
|
"filters": {
|
|
31
|
-
"more-filters": "Filter",
|
|
32
|
-
"enable-filter": "Filter nach \"{{filter}}\" aktivieren",
|
|
33
31
|
"flaky": "Instabil",
|
|
34
32
|
"retry": "Wiederholt",
|
|
35
33
|
"new": "Neu",
|
|
36
34
|
"fixed": "Behoben",
|
|
37
35
|
"regressed": "Regressiert",
|
|
38
|
-
"malfunctioned": "Defekt"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
36
|
+
"malfunctioned": "Defekt",
|
|
37
|
+
"transition": "Übergang",
|
|
38
|
+
"tags": "Tags",
|
|
39
|
+
"goto_filter": "Zum Filter gehen",
|
|
40
|
+
"errors": {
|
|
41
|
+
"max_values_one": "Nur der erste {{count}} Wert wird für die Filterung verwendet.\nZusätzliche Werte werden ignoriert",
|
|
42
|
+
"max_values_other": "Nur die ersten {{count}} Werte werden für die Filterung verwendet.\nZusätzliche Werte werden ignoriert"
|
|
43
|
+
},
|
|
44
|
+
"description": {
|
|
45
|
+
"flaky": "Instabile Tests anzeigen",
|
|
46
|
+
"retry": "Testergebnisse anzeigen, die wiederholt wurden",
|
|
47
|
+
"new": "Testergebnisse anzeigen, die zum ersten Mal in diesem Bericht erscheinen",
|
|
48
|
+
"fixed": "Tests anzeigen, die jetzt erfolgreich sind, aber zuvor \"fehlgeschlagen\" oder \"defekt\" waren",
|
|
49
|
+
"regressed": "Testergebnisse anzeigen, die den Status von \"erfolgreich\" oder \"defekt\" zu \"fehlgeschlagen\" geändert haben",
|
|
50
|
+
"malfunctioned": "Testergebnisse anzeigen, die den Status von \"erfolgreich\" oder \"fehlgeschlagen\" zu \"defekt\" geändert haben",
|
|
51
|
+
"tags": "Testergebnisse anzeigen, die die angegebenen Tags haben"
|
|
52
|
+
}
|
|
47
53
|
},
|
|
48
54
|
"sort-by": {
|
|
49
55
|
"sort-by-text": "Sortieren nach:",
|
|
@@ -366,11 +372,35 @@
|
|
|
366
372
|
"new": "Erstes Auftreten dieses Testergebnisses im Bericht",
|
|
367
373
|
"fixed": "Zuvor \"fehlgeschlagen\" oder \"defekt\" gewesener Test, der jetzt \"erfolgreich\" ist",
|
|
368
374
|
"regressed": "Zuvor \"erfolgreich\" oder \"defekt\" gewesener Test, der jetzt \"fehlgeschlagen\" ist",
|
|
369
|
-
"malfunctioned": "Zuvor \"erfolgreich\" oder \"fehlgeschlagen\" gewesener Test, der jetzt \"defekt\" ist"
|
|
375
|
+
"malfunctioned": "Zuvor \"erfolgreich\" oder \"fehlgeschlagen\" gewesener Test, der jetzt \"defekt\" ist",
|
|
376
|
+
"retries": "{{count}} Wiederholungen",
|
|
377
|
+
"flaky": "Inkonsistent über mehrere Läufe"
|
|
370
378
|
},
|
|
371
379
|
"new": "Neu",
|
|
372
380
|
"fixed": "Behoben",
|
|
373
381
|
"regressed": "Regressiert",
|
|
374
382
|
"malfunctioned": "Defekt"
|
|
383
|
+
},
|
|
384
|
+
"trHistory": {
|
|
385
|
+
"unknown-date": "Unbekanntes Datum"
|
|
386
|
+
},
|
|
387
|
+
"attachments": {
|
|
388
|
+
"imageDiff": {
|
|
389
|
+
"mode": {
|
|
390
|
+
"diff": "Diff",
|
|
391
|
+
"actual": "Tatsächlich",
|
|
392
|
+
"expected": "Erwartet",
|
|
393
|
+
"side-by-side": "Nebeneinander",
|
|
394
|
+
"overlay": "Überlagerung"
|
|
395
|
+
},
|
|
396
|
+
"empty": {
|
|
397
|
+
"failed-to-load": "Bildvergleich konnte nicht geladen werden"
|
|
398
|
+
},
|
|
399
|
+
"image": {
|
|
400
|
+
"diff": "Diff",
|
|
401
|
+
"actual": "Tatsächlich",
|
|
402
|
+
"expected": "Erwartet"
|
|
403
|
+
}
|
|
404
|
+
}
|
|
375
405
|
}
|
|
376
406
|
}
|
package/src/locales/en.json
CHANGED
|
@@ -28,22 +28,28 @@
|
|
|
28
28
|
"search-placeholder": "Name or ID"
|
|
29
29
|
},
|
|
30
30
|
"filters": {
|
|
31
|
-
"more-filters": "More filters",
|
|
32
|
-
"enable-filter": "Enable \"{{filter}}\" filter",
|
|
33
31
|
"flaky": "Flaky",
|
|
34
32
|
"retry": "Retry",
|
|
35
33
|
"new": "New",
|
|
36
34
|
"fixed": "Fixed",
|
|
37
35
|
"regressed": "Regressed",
|
|
38
|
-
"malfunctioned": "
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
36
|
+
"malfunctioned": "Malfunctioned",
|
|
37
|
+
"transition": "Transition",
|
|
38
|
+
"tags": "Tags",
|
|
39
|
+
"goto_filter": "Go to filter",
|
|
40
|
+
"errors": {
|
|
41
|
+
"max_values_one": "Only the first {{count}} value is used for filtering.\nAdditional values are ignored",
|
|
42
|
+
"max_values_other": "Only the first {{count}} values are used for filtering.\nAdditional values are ignored"
|
|
43
|
+
},
|
|
44
|
+
"description": {
|
|
45
|
+
"flaky": "Show unstable tests",
|
|
46
|
+
"retry": "Show test results that were rerun",
|
|
47
|
+
"new": "Show test results that appear for the first time in this report",
|
|
48
|
+
"fixed": "Show tests that are passed now but had been \"failed\" or \"broken\" in a previous report",
|
|
49
|
+
"regressed": "Show test results that changed to \"failed\" status from \"passed\" or \"broken\" status",
|
|
50
|
+
"malfunctioned": "Show test results that changed to \"broken\" status from \"passed\" or \"failed\" status",
|
|
51
|
+
"tags": "Show test results that have the specified tags"
|
|
52
|
+
}
|
|
47
53
|
},
|
|
48
54
|
"sort-by": {
|
|
49
55
|
"sort-by-text": "Sort by:",
|
|
@@ -366,11 +372,35 @@
|
|
|
366
372
|
"new": "The first occurrence of this test result in the report",
|
|
367
373
|
"fixed": "A previously \"failed\" or \"broken\" test that is now \"passed\"",
|
|
368
374
|
"regressed": "A previously \"passed\" or \"broken\" test that is now \"failed\"",
|
|
369
|
-
"malfunctioned": "A previously \"passed\" or \"failed\" test that is now \"broken\""
|
|
375
|
+
"malfunctioned": "A previously \"passed\" or \"failed\" test that is now \"broken\"",
|
|
376
|
+
"retries": "{{count}} retries",
|
|
377
|
+
"flaky": "Inconsistent across runs"
|
|
370
378
|
},
|
|
371
379
|
"new": "new",
|
|
372
380
|
"fixed": "fixed",
|
|
373
381
|
"regressed": "regressed",
|
|
374
382
|
"malfunctioned": "malfunctioned"
|
|
383
|
+
},
|
|
384
|
+
"trHistory": {
|
|
385
|
+
"unknown-date": "Unknown date"
|
|
386
|
+
},
|
|
387
|
+
"attachments": {
|
|
388
|
+
"imageDiff": {
|
|
389
|
+
"mode": {
|
|
390
|
+
"diff": "Diff",
|
|
391
|
+
"actual": "Actual",
|
|
392
|
+
"expected": "Expected",
|
|
393
|
+
"side-by-side": "Side by side",
|
|
394
|
+
"overlay": "Overlay"
|
|
395
|
+
},
|
|
396
|
+
"empty": {
|
|
397
|
+
"failed-to-load": "Failed to load image diff"
|
|
398
|
+
},
|
|
399
|
+
"image": {
|
|
400
|
+
"diff": "Diff",
|
|
401
|
+
"actual": "Actual",
|
|
402
|
+
"expected": "Expected"
|
|
403
|
+
}
|
|
404
|
+
}
|
|
375
405
|
}
|
|
376
406
|
}
|
package/src/locales/es.json
CHANGED
|
@@ -28,22 +28,28 @@
|
|
|
28
28
|
"search-placeholder": "Nombre o ID"
|
|
29
29
|
},
|
|
30
30
|
"filters": {
|
|
31
|
-
"more-filters": "Más filtros",
|
|
32
|
-
"enable-filter": "Habilitar filtro para \"{{filter}}\"",
|
|
33
31
|
"flaky": "Inestable",
|
|
34
32
|
"retry": "Reintento",
|
|
35
33
|
"new": "Nuevo",
|
|
36
34
|
"fixed": "Corregido",
|
|
37
35
|
"regressed": "Regresado",
|
|
38
|
-
"malfunctioned": "Defectuoso"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
36
|
+
"malfunctioned": "Defectuoso",
|
|
37
|
+
"transition": "Transición",
|
|
38
|
+
"tags": "Etiquetas",
|
|
39
|
+
"goto_filter": "Ir al filtro",
|
|
40
|
+
"errors": {
|
|
41
|
+
"max_values_one": "Solo se usa el primer {{count}} valor para el filtrado.\nLos valores adicionales se ignoran",
|
|
42
|
+
"max_values_other": "Solo se usan los primeros {{count}} valores para el filtrado.\nLos valores adicionales se ignoran"
|
|
43
|
+
},
|
|
44
|
+
"description": {
|
|
45
|
+
"flaky": "Mostrar pruebas inestables",
|
|
46
|
+
"retry": "Mostrar resultados de pruebas que se volvieron a ejecutar",
|
|
47
|
+
"new": "Mostrar resultados de pruebas que aparecen por primera vez en este informe",
|
|
48
|
+
"fixed": "Mostrar pruebas que ahora están aprobadas pero anteriormente fueron \"fallidas\" o \"rotas\"",
|
|
49
|
+
"regressed": "Mostrar resultados de pruebas que cambiaron de estado \"aprobado\" o \"roto\" a \"fallido\"",
|
|
50
|
+
"malfunctioned": "Mostrar resultados de pruebas que cambiaron de estado \"aprobado\" o \"fallido\" a \"roto\"",
|
|
51
|
+
"tags": "Mostrar resultados de pruebas que tienen las etiquetas especificadas"
|
|
52
|
+
}
|
|
47
53
|
},
|
|
48
54
|
"sort-by": {
|
|
49
55
|
"sort-by-text": "Ordenar por:",
|
|
@@ -366,11 +372,35 @@
|
|
|
366
372
|
"new": "Primera aparición de este resultado de prueba en el informe",
|
|
367
373
|
"fixed": "Prueba que anteriormente \"falló\" o estaba \"rota\" y ahora está \"aprobada\"",
|
|
368
374
|
"regressed": "Prueba que anteriormente estaba \"aprobada\" o \"rota\" y ahora \"falló\"",
|
|
369
|
-
"malfunctioned": "Prueba que anteriormente estaba \"aprobada\" o \"falló\" y ahora está \"rota\""
|
|
375
|
+
"malfunctioned": "Prueba que anteriormente estaba \"aprobada\" o \"falló\" y ahora está \"rota\"",
|
|
376
|
+
"retries": "{{count}} reintentos",
|
|
377
|
+
"flaky": "Resultados inconsistentes entre ejecuciones"
|
|
370
378
|
},
|
|
371
379
|
"new": "Nuevo",
|
|
372
380
|
"fixed": "Corregido",
|
|
373
381
|
"regressed": "Regresado",
|
|
374
382
|
"malfunctioned": "Defectuoso"
|
|
383
|
+
},
|
|
384
|
+
"trHistory": {
|
|
385
|
+
"unknown-date": "Fecha desconocida"
|
|
386
|
+
},
|
|
387
|
+
"attachments": {
|
|
388
|
+
"imageDiff": {
|
|
389
|
+
"mode": {
|
|
390
|
+
"diff": "Diff",
|
|
391
|
+
"actual": "Real",
|
|
392
|
+
"expected": "Esperado",
|
|
393
|
+
"side-by-side": "Lado a lado",
|
|
394
|
+
"overlay": "Superposición"
|
|
395
|
+
},
|
|
396
|
+
"empty": {
|
|
397
|
+
"failed-to-load": "Error al cargar la comparación de imágenes"
|
|
398
|
+
},
|
|
399
|
+
"image": {
|
|
400
|
+
"diff": "Diff",
|
|
401
|
+
"actual": "Real",
|
|
402
|
+
"expected": "Esperado"
|
|
403
|
+
}
|
|
404
|
+
}
|
|
375
405
|
}
|
|
376
406
|
}
|
package/src/locales/fr.json
CHANGED
|
@@ -28,22 +28,28 @@
|
|
|
28
28
|
"search-placeholder": "Nom ou ID"
|
|
29
29
|
},
|
|
30
30
|
"filters": {
|
|
31
|
-
"more-filters": "Plus de filtres",
|
|
32
|
-
"enable-filter": "Activer le filtre \"{{filter}}\"",
|
|
33
31
|
"flaky": "Instables",
|
|
34
32
|
"retry": "Réessais",
|
|
35
33
|
"new": "Nouveaux",
|
|
36
34
|
"fixed": "Corrigés",
|
|
37
35
|
"regressed": "Régression",
|
|
38
|
-
"malfunctioned": "Défectueux"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
36
|
+
"malfunctioned": "Défectueux",
|
|
37
|
+
"transition": "Transition",
|
|
38
|
+
"tags": "Tags",
|
|
39
|
+
"goto_filter": "Aller au filtre",
|
|
40
|
+
"errors": {
|
|
41
|
+
"max_values_one": "Seule la première {{count}} valeur est utilisée pour le filtrage.\nLes valeurs supplémentaires sont ignorées",
|
|
42
|
+
"max_values_other": "Seules les premières {{count}} valeurs sont utilisées pour le filtrage.\nLes valeurs supplémentaires sont ignorées"
|
|
43
|
+
},
|
|
44
|
+
"description": {
|
|
45
|
+
"flaky": "Afficher les tests instables",
|
|
46
|
+
"retry": "Afficher les résultats des tests qui ont été réexécutés",
|
|
47
|
+
"new": "Afficher les résultats des tests qui apparaissent pour la première fois dans ce rapport",
|
|
48
|
+
"fixed": "Afficher les tests qui sont maintenant réussis mais qui étaient précédemment \"échoués\" ou \"cassés\"",
|
|
49
|
+
"regressed": "Afficher les résultats des tests qui sont passés du statut \"réussi\" ou \"cassé\" à \"échoué\"",
|
|
50
|
+
"malfunctioned": "Afficher les résultats des tests qui sont passés du statut \"réussi\" ou \"échoué\" à \"cassé\"",
|
|
51
|
+
"tags": "Afficher les résultats des tests qui ont les tags spécifiés"
|
|
52
|
+
}
|
|
47
53
|
},
|
|
48
54
|
"sort-by": {
|
|
49
55
|
"sort-by-text": "Trier par :",
|
|
@@ -366,11 +372,35 @@
|
|
|
366
372
|
"new": "Première apparition de ce résultat de test dans le rapport",
|
|
367
373
|
"fixed": "Test précédemment \"échoué\" ou \"cassé\" qui est maintenant \"réussi\"",
|
|
368
374
|
"regressed": "Test précédemment \"réussi\" ou \"cassé\" qui est maintenant \"échoué\"",
|
|
369
|
-
"malfunctioned": "Test précédemment \"réussi\" ou \"échoué\" qui est maintenant \"cassé\""
|
|
375
|
+
"malfunctioned": "Test précédemment \"réussi\" ou \"échoué\" qui est maintenant \"cassé\"",
|
|
376
|
+
"retries": "{{count}} tentatives",
|
|
377
|
+
"flaky": "Incohérent entre les exécutions"
|
|
370
378
|
},
|
|
371
379
|
"new": "Nouveaux",
|
|
372
380
|
"fixed": "Corrigés",
|
|
373
381
|
"regressed": "Régression",
|
|
374
382
|
"malfunctioned": "Défectueux"
|
|
383
|
+
},
|
|
384
|
+
"trHistory": {
|
|
385
|
+
"unknown-date": "Date inconnue"
|
|
386
|
+
},
|
|
387
|
+
"attachments": {
|
|
388
|
+
"imageDiff": {
|
|
389
|
+
"mode": {
|
|
390
|
+
"diff": "Diff",
|
|
391
|
+
"actual": "Réel",
|
|
392
|
+
"expected": "Attendu",
|
|
393
|
+
"side-by-side": "Côte à côte",
|
|
394
|
+
"overlay": "Superposition"
|
|
395
|
+
},
|
|
396
|
+
"empty": {
|
|
397
|
+
"failed-to-load": "Échec du chargement de la comparaison d'images"
|
|
398
|
+
},
|
|
399
|
+
"image": {
|
|
400
|
+
"diff": "Diff",
|
|
401
|
+
"actual": "Réel",
|
|
402
|
+
"expected": "Attendu"
|
|
403
|
+
}
|
|
404
|
+
}
|
|
375
405
|
}
|
|
376
406
|
}
|
package/src/locales/he.json
CHANGED
|
@@ -28,22 +28,28 @@
|
|
|
28
28
|
"search-placeholder": "שם או מזהה"
|
|
29
29
|
},
|
|
30
30
|
"filters": {
|
|
31
|
-
"more-filters": "עוד מסננים",
|
|
32
|
-
"enable-filter": "אפשר מסנן \"{{filter}}\"",
|
|
33
31
|
"flaky": "לא יציב",
|
|
34
32
|
"retry": "חוזר",
|
|
35
33
|
"new": "חדש",
|
|
36
34
|
"fixed": "מתוקן",
|
|
37
35
|
"regressed": "נסוג",
|
|
38
|
-
"malfunctioned": "פגום"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
36
|
+
"malfunctioned": "פגום",
|
|
37
|
+
"transition": "מעבר",
|
|
38
|
+
"tags": "תגיות",
|
|
39
|
+
"goto_filter": "עבור למסנן",
|
|
40
|
+
"errors": {
|
|
41
|
+
"max_values_one": "רק הערך הראשון {{count}} משמש לסינון.\nערכים נוספים מתעלמים",
|
|
42
|
+
"max_values_other": "רק {{count}} הערכים הראשונים משמשים לסינון.\nערכים נוספים מתעלמים"
|
|
43
|
+
},
|
|
44
|
+
"description": {
|
|
45
|
+
"flaky": "הצג בדיקות לא יציבות",
|
|
46
|
+
"retry": "הצג תוצאות בדיקות שחזרו על עצמן",
|
|
47
|
+
"new": "הצג תוצאות בדיקות שמופיעות לראשונה בדוח זה",
|
|
48
|
+
"fixed": "הצג בדיקות שעוברות עכשיו אבל היו קודם \"נכשלות\" או \"שבורות\"",
|
|
49
|
+
"regressed": "הצג תוצאות בדיקות ששינו סטטוס מ-\"עבר\" או \"שבור\" ל-\"נכשל\"",
|
|
50
|
+
"malfunctioned": "הצג תוצאות בדיקות ששינו סטטוס מ-\"עבר\" או \"נכשל\" ל-\"שבור\"",
|
|
51
|
+
"tags": "הצג תוצאות בדיקות שיש להן את התגים שצוינו"
|
|
52
|
+
}
|
|
47
53
|
},
|
|
48
54
|
"sort-by": {
|
|
49
55
|
"sort-by-text": "מיין לפי:",
|
|
@@ -366,11 +372,35 @@
|
|
|
366
372
|
"new": "הופעה ראשונה של תוצאת בדיקה זו בדוח",
|
|
367
373
|
"fixed": "בדיקה שהייתה קודם \"נכשלה\" או \"שבורה\" ועכשיו \"עברה\"",
|
|
368
374
|
"regressed": "בדיקה שהייתה קודם \"עברה\" או \"שבורה\" ועכשיו \"נכשלה\"",
|
|
369
|
-
"malfunctioned": "בדיקה שהייתה קודם \"עברה\" או \"נכשלה\" ועכשיו \"שבורה\""
|
|
375
|
+
"malfunctioned": "בדיקה שהייתה קודם \"עברה\" או \"נכשלה\" ועכשיו \"שבורה\"",
|
|
376
|
+
"retries": "{{count}} ניסיונות חוזרים",
|
|
377
|
+
"flaky": "לא עקבי בין הרצות"
|
|
370
378
|
},
|
|
371
379
|
"new": "חדש",
|
|
372
380
|
"fixed": "מתוקן",
|
|
373
381
|
"regressed": "נסוג",
|
|
374
382
|
"malfunctioned": "פגום"
|
|
383
|
+
},
|
|
384
|
+
"trHistory": {
|
|
385
|
+
"unknown-date": "תאריך לא ידוע"
|
|
386
|
+
},
|
|
387
|
+
"attachments": {
|
|
388
|
+
"imageDiff": {
|
|
389
|
+
"mode": {
|
|
390
|
+
"diff": "הבדל",
|
|
391
|
+
"actual": "ממשי",
|
|
392
|
+
"expected": "צפוי",
|
|
393
|
+
"side-by-side": "צד אל צד",
|
|
394
|
+
"overlay": "שכבה"
|
|
395
|
+
},
|
|
396
|
+
"empty": {
|
|
397
|
+
"failed-to-load": "טעינת השוואת תמונות נכשלה"
|
|
398
|
+
},
|
|
399
|
+
"image": {
|
|
400
|
+
"diff": "הבדל",
|
|
401
|
+
"actual": "ממשי",
|
|
402
|
+
"expected": "צפוי"
|
|
403
|
+
}
|
|
404
|
+
}
|
|
375
405
|
}
|
|
376
406
|
}
|
package/src/locales/hy.json
CHANGED
|
@@ -28,22 +28,28 @@
|
|
|
28
28
|
"search-placeholder": "Անվանում կամ ID"
|
|
29
29
|
},
|
|
30
30
|
"filters": {
|
|
31
|
-
"more-filters": "Լրացուցիչ ֆիլտրեր",
|
|
32
|
-
"enable-filter": "Միացնել \"{{filter}}\" ֆիլտրը",
|
|
33
31
|
"flaky": "Անհուսալի",
|
|
34
32
|
"retry": "Կրկնություն",
|
|
35
33
|
"new": "Նոր",
|
|
36
34
|
"fixed": "Ուղղված",
|
|
37
35
|
"regressed": "Ռեգրեսիա",
|
|
38
|
-
"malfunctioned": "Կոտրված"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
36
|
+
"malfunctioned": "Կոտրված",
|
|
37
|
+
"transition": "Անցում",
|
|
38
|
+
"tags": "Պիտակներ",
|
|
39
|
+
"goto_filter": "Անցնել ֆիլտրին",
|
|
40
|
+
"errors": {
|
|
41
|
+
"max_values_one": "Ֆիլտրման համար օգտագործվում է միայն առաջին {{count}} արժեքը:\nԼրացուցիչ արժեքները անտեսվում են",
|
|
42
|
+
"max_values_other": "Ֆիլտրման համար օգտագործվում են միայն առաջին {{count}} արժեքները:\nԼրացուցիչ արժեքները անտեսվում են"
|
|
43
|
+
},
|
|
44
|
+
"description": {
|
|
45
|
+
"flaky": "Ցուցադրել անկայուն թեստեր",
|
|
46
|
+
"retry": "Ցուցադրել կրկնված թեստերի արդյունքները",
|
|
47
|
+
"new": "Ցուցադրում է թեստերի արդյունքները, որոնք առաջին անգամ են հայտնվում այս հաշվետվությունում",
|
|
48
|
+
"fixed": "Ցուցադրել թեստեր, որոնք այժմ անցել են, բայց նախկինում \"ձախողվել\" կամ \"կոտրվել\" են",
|
|
49
|
+
"regressed": "Ցուցադրում է թեստերի արդյունքները, որոնք փոխել են կարգավիճակը \"անցած\" կամ \"կոտրված\"-ից \"ձախողված\"-ի",
|
|
50
|
+
"malfunctioned": "Ցուցադրում է թեստերի արդյունքները, որոնք փոխել են կարգավիճակը \"անցած\" կամ \"ձախողված\"-ից \"կոտրված\"-ի",
|
|
51
|
+
"tags": "Ցուցադրում է թեստերի արդյունքները, որոնք ունեն նշված պիտակները"
|
|
52
|
+
}
|
|
47
53
|
},
|
|
48
54
|
"sort-by": {
|
|
49
55
|
"sort-by-text": "Դասավորել ըստ:",
|
|
@@ -366,11 +372,35 @@
|
|
|
366
372
|
"new": "Այս թեստի արդյունքի առաջին հայտնվելը հաշվետվությունում",
|
|
367
373
|
"fixed": "Նախկինում \"ձախողված\" կամ \"կոտրված\" թեստ, որը այժմ \"անցել\" է",
|
|
368
374
|
"regressed": "Նախկինում \"անցած\" կամ \"կոտրված\" թեստ, որը այժմ \"ձախողվել\" է",
|
|
369
|
-
"malfunctioned": "Նախկինում \"անցած\" կամ \"ձախողված\" թեստ, որը այժմ \"կոտրված\" է"
|
|
375
|
+
"malfunctioned": "Նախկինում \"անցած\" կամ \"ձախողված\" թեստ, որը այժմ \"կոտրված\" է",
|
|
376
|
+
"retries": "{{count}} կրկնափորձ",
|
|
377
|
+
"flaky": "Անհետևողական տարբեր գործարկումների ընթացքում"
|
|
370
378
|
},
|
|
371
379
|
"new": "Նոր",
|
|
372
380
|
"fixed": "Ուղղված",
|
|
373
381
|
"regressed": "Ռեգրեսիա",
|
|
374
382
|
"malfunctioned": "Կոտրված"
|
|
383
|
+
},
|
|
384
|
+
"trHistory": {
|
|
385
|
+
"unknown-date": "Անհայտ ամսաթիվ"
|
|
386
|
+
},
|
|
387
|
+
"attachments": {
|
|
388
|
+
"imageDiff": {
|
|
389
|
+
"mode": {
|
|
390
|
+
"diff": "Տարբերություն",
|
|
391
|
+
"actual": "Իրական",
|
|
392
|
+
"expected": "Ակնկալվող",
|
|
393
|
+
"side-by-side": "Կողք կողքի",
|
|
394
|
+
"overlay": "Ծածկույթ"
|
|
395
|
+
},
|
|
396
|
+
"empty": {
|
|
397
|
+
"failed-to-load": "Չհաջողվեց բեռնել պատկերների համեմատությունը"
|
|
398
|
+
},
|
|
399
|
+
"image": {
|
|
400
|
+
"diff": "Տարբերություն",
|
|
401
|
+
"actual": "Իրական",
|
|
402
|
+
"expected": "Ակնկալվող"
|
|
403
|
+
}
|
|
404
|
+
}
|
|
375
405
|
}
|
|
376
406
|
}
|
package/src/locales/it.json
CHANGED
|
@@ -28,22 +28,28 @@
|
|
|
28
28
|
"search-placeholder": "Nome o ID"
|
|
29
29
|
},
|
|
30
30
|
"filters": {
|
|
31
|
-
"more-filters": "Filtri",
|
|
32
|
-
"enable-filter": "Attiva filtro \"{{filter}}\"",
|
|
33
31
|
"flaky": "Instabili",
|
|
34
32
|
"retry": "Ripetuti",
|
|
35
33
|
"new": "Nuovi",
|
|
36
34
|
"fixed": "Corretti",
|
|
37
35
|
"regressed": "Regrediti",
|
|
38
|
-
"malfunctioned": "Danneggiati"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
36
|
+
"malfunctioned": "Danneggiati",
|
|
37
|
+
"transition": "Transizione",
|
|
38
|
+
"tags": "Tag",
|
|
39
|
+
"goto_filter": "Vai al filtro",
|
|
40
|
+
"errors": {
|
|
41
|
+
"max_values_one": "Solo il primo {{count}} valore viene utilizzato per il filtraggio.\nI valori aggiuntivi vengono ignorati",
|
|
42
|
+
"max_values_other": "Solo i primi {{count}} valori vengono utilizzati per il filtraggio.\nI valori aggiuntivi vengono ignorati"
|
|
43
|
+
},
|
|
44
|
+
"description": {
|
|
45
|
+
"flaky": "Mostra test instabili",
|
|
46
|
+
"retry": "Mostra i risultati dei test che sono stati rieseguiti",
|
|
47
|
+
"new": "Mostra i risultati dei test che appaiono per la prima volta in questo report",
|
|
48
|
+
"fixed": "Mostra test che ora sono superati ma che erano precedentemente \"falliti\" o \"danneggiati\"",
|
|
49
|
+
"regressed": "Mostra i risultati dei test che sono passati dallo stato \"superato\" o \"danneggiato\" a \"fallito\"",
|
|
50
|
+
"malfunctioned": "Mostra i risultati dei test che sono passati dallo stato \"superato\" o \"fallito\" a \"danneggiato\"",
|
|
51
|
+
"tags": "Mostra i risultati dei test che hanno i tag specificati"
|
|
52
|
+
}
|
|
47
53
|
},
|
|
48
54
|
"sort-by": {
|
|
49
55
|
"sort-by-text": "Ordina per:",
|
|
@@ -366,11 +372,35 @@
|
|
|
366
372
|
"new": "Prima apparizione di questo risultato del test nel report",
|
|
367
373
|
"fixed": "Test precedentemente \"fallito\" o \"danneggiato\" che ora è \"superato\"",
|
|
368
374
|
"regressed": "Test precedentemente \"superato\" o \"danneggiato\" che ora è \"fallito\"",
|
|
369
|
-
"malfunctioned": "Test precedentemente \"superato\" o \"fallito\" che ora è \"danneggiato\""
|
|
375
|
+
"malfunctioned": "Test precedentemente \"superato\" o \"fallito\" che ora è \"danneggiato\"",
|
|
376
|
+
"retries": "{{count}} tentativi",
|
|
377
|
+
"flaky": "Incoerente tra le esecuzioni"
|
|
370
378
|
},
|
|
371
379
|
"new": "Nuovi",
|
|
372
380
|
"fixed": "Corretti",
|
|
373
381
|
"regressed": "Regrediti",
|
|
374
382
|
"malfunctioned": "Danneggiati"
|
|
383
|
+
},
|
|
384
|
+
"trHistory": {
|
|
385
|
+
"unknown-date": "Data sconosciuta"
|
|
386
|
+
},
|
|
387
|
+
"attachments": {
|
|
388
|
+
"imageDiff": {
|
|
389
|
+
"mode": {
|
|
390
|
+
"diff": "Diff",
|
|
391
|
+
"actual": "Attuale",
|
|
392
|
+
"expected": "Previsto",
|
|
393
|
+
"side-by-side": "Affiancato",
|
|
394
|
+
"overlay": "Sovrapposizione"
|
|
395
|
+
},
|
|
396
|
+
"empty": {
|
|
397
|
+
"failed-to-load": "Impossibile caricare il confronto delle immagini"
|
|
398
|
+
},
|
|
399
|
+
"image": {
|
|
400
|
+
"diff": "Diff",
|
|
401
|
+
"actual": "Attuale",
|
|
402
|
+
"expected": "Previsto"
|
|
403
|
+
}
|
|
404
|
+
}
|
|
375
405
|
}
|
|
376
406
|
}
|