@allurereport/web-classic 3.3.1 → 3.4.1
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/333.app-4b1f7421e41558777592.js +1 -0
- package/dist/multi/853.app-4b1f7421e41558777592.js +1 -0
- package/dist/multi/app-4b1f7421e41558777592.js +2 -0
- package/dist/multi/manifest.json +23 -22
- package/dist/multi/{styles-75260d4c57aacfd128f1.css → styles-9d0f524b54c0674f3a16.css} +2 -2
- package/dist/single/app-9900014b342c2b08335d.js +2 -0
- package/dist/single/manifest.json +1 -1
- package/package.json +18 -36
- package/src/components/ArrowButton/index.tsx +1 -0
- package/src/components/BaseLayout/index.tsx +2 -0
- package/src/components/Behaviors/BehaviorsList.tsx +2 -0
- package/src/components/Behaviors/index.tsx +2 -0
- package/src/components/Categories/CategoriesList.tsx +2 -0
- package/src/components/Categories/index.tsx +2 -0
- package/src/components/Footer/FooterLogo.tsx +1 -0
- package/src/components/Footer/FooterVersion.tsx +2 -0
- package/src/components/Footer/index.tsx +3 -1
- package/src/components/Header/index.tsx +1 -0
- package/src/components/HeaderActions/Filters.tsx +2 -0
- package/src/components/HeaderActions/HeaderActions.tsx +3 -0
- package/src/components/HeaderActions/SortBy.tsx +2 -0
- package/src/components/LanguagePicker/index.tsx +2 -0
- package/src/components/MainReport/index.tsx +2 -1
- package/src/components/Metadata/index.tsx +2 -0
- package/src/components/MetadataButton/index.tsx +2 -0
- package/src/components/Modal/ModalView.js +3 -0
- package/src/components/Modal/index.tsx +2 -0
- package/src/components/Overview/index.tsx +2 -0
- package/src/components/Packages/PackagesList.tsx +2 -0
- package/src/components/Packages/index.tsx +2 -0
- package/src/components/ReportBody/Filters.tsx +2 -0
- package/src/components/ReportBody/HeaderActions.tsx +3 -0
- package/src/components/ReportBody/SortBy.tsx +2 -0
- package/src/components/ReportBody/index.tsx +4 -1
- package/src/components/ReportHeader/ReportHeaderLabelList.tsx +1 -0
- package/src/components/ReportHeader/ReportHeaderLogo.tsx +3 -1
- package/src/components/ReportHeader/ReportHeaderPie.tsx +2 -0
- package/src/components/ReportHeader/index.tsx +2 -0
- package/src/components/ReportMetadata/MetadataItem.tsx +1 -0
- package/src/components/ReportMetadata/MetadataSummary.tsx +3 -1
- package/src/components/ReportMetadata/MetadataTestType.tsx +2 -0
- package/src/components/ReportMetadata/MetadataWithIcon.tsx +2 -0
- package/src/components/ReportMetadata/index.tsx +2 -0
- package/src/components/SideBySide/index.tsx +1 -0
- package/src/components/SideNav/SideNav.tsx +2 -0
- package/src/components/SideNav/SideNavView.js +3 -0
- package/src/components/Suites/index.tsx +2 -0
- package/src/components/Tabs/index.tsx +2 -0
- package/src/components/TestResult/TestResultAttachmentsView/index.tsx +2 -0
- package/src/components/TestResult/TestResultDescription/index.tsx +2 -0
- package/src/components/TestResult/TestResultDropdown/index.tsx +2 -0
- package/src/components/TestResult/TestResultEmpty/index.tsx +3 -1
- package/src/components/TestResult/TestResultError/index.tsx +2 -0
- package/src/components/TestResult/TestResultHeader/index.tsx +2 -0
- package/src/components/TestResult/TestResultHistory/TestResultHistoryItem.tsx +3 -1
- package/src/components/TestResult/TestResultHistory/index.tsx +3 -0
- package/src/components/TestResult/TestResultInfo/TestResultInfoStatuses.tsx +2 -0
- package/src/components/TestResult/TestResultInfo/index.tsx +2 -0
- package/src/components/TestResult/TestResultLinks/index.tsx +20 -3
- package/src/components/TestResult/TestResultMetadata/index.tsx +2 -0
- package/src/components/TestResult/TestResultNavigation/index.tsx +2 -0
- package/src/components/TestResult/TestResultOverview.tsx +3 -1
- package/src/components/TestResult/TestResultParameters/index.tsx +2 -0
- package/src/components/TestResult/TestResultPrevStatuses/index.tsx +2 -0
- package/src/components/TestResult/TestResultRetriesView/TestResultRetriesItem.tsx +3 -1
- package/src/components/TestResult/TestResultRetriesView/index.tsx +3 -1
- package/src/components/TestResult/TestResultSetup/index.tsx +3 -1
- package/src/components/TestResult/TestResultSeverity/index.tsx +2 -0
- package/src/components/TestResult/TestResultStatus/index.tsx +2 -0
- package/src/components/TestResult/TestResultSteps/HtmlAttachmentPreview.tsx +1 -0
- package/src/components/TestResult/TestResultSteps/attachment.tsx +3 -1
- package/src/components/TestResult/TestResultSteps/attachmentCode.tsx +1 -0
- package/src/components/TestResult/TestResultSteps/attachmentImage.tsx +3 -1
- package/src/components/TestResult/TestResultSteps/index.tsx +2 -0
- package/src/components/TestResult/TestResultSteps/testResultAttachment.tsx +3 -1
- package/src/components/TestResult/TestResultSteps/testResultAttachmentInfo.tsx +3 -1
- package/src/components/TestResult/TestResultSteps/testResultStep.tsx +3 -1
- package/src/components/TestResult/TestResultSteps/testResultStepInfo.tsx +1 -0
- package/src/components/TestResult/TestResultSteps/wrongAttachment.tsx +2 -1
- package/src/components/TestResult/TestResultTabs/index.tsx +1 -0
- package/src/components/TestResult/TestResultTeardown/index.tsx +3 -1
- package/src/components/TestResult/TestResultView.js +4 -1
- package/src/components/TestResult/index.tsx +3 -1
- package/src/components/TestResultView/index.tsx +1 -0
- package/src/components/Tree/Tree.tsx +3 -0
- package/src/components/Tree/TreeHeader.tsx +2 -0
- package/src/components/Tree/TreeItem.tsx +2 -0
- package/src/components/Tree/TreeItemIcon.tsx +1 -0
- package/src/components/Tree/index.tsx +2 -0
- package/src/index.js +3 -0
- package/src/index.tsx +2 -0
- package/src/stores/behaviors.ts +1 -0
- package/src/stores/categories.ts +1 -0
- package/src/stores/chart.ts +1 -0
- package/src/stores/charts.ts +1 -0
- package/src/stores/envInfo.ts +1 -0
- package/src/stores/locale.ts +3 -0
- package/src/stores/packages.ts +1 -0
- package/src/stores/stats.ts +1 -0
- package/src/stores/testResults.ts +1 -0
- package/src/stores/tree.ts +1 -0
- package/src/stores/trend.ts +2 -1
- package/src/translations/ar.json +137 -0
- package/src/translations/az.json +50 -41
- package/src/translations/constants.ts +6 -0
- package/src/utils/time.ts +1 -0
- package/src/utils/treeFilters.ts +2 -0
- package/test/utils/treeFilters.test.ts +1 -0
- package/tsconfig.json +2 -2
- package/.eslintrc.cjs +0 -22
- package/dist/multi/853.app-edd437fe9a728297ccb2.js +0 -1
- package/dist/multi/app-edd437fe9a728297ccb2.js +0 -2
- package/dist/single/app-a8440cca96ec7c3e12d2.js +0 -2
- /package/dist/multi/{10.app-edd437fe9a728297ccb2.js → 10.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{222.app-edd437fe9a728297ccb2.js → 222.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{26.app-edd437fe9a728297ccb2.js → 26.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{302.app-edd437fe9a728297ccb2.js → 302.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{304.app-edd437fe9a728297ccb2.js → 304.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{369.app-edd437fe9a728297ccb2.js → 369.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{389.app-edd437fe9a728297ccb2.js → 389.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{498.app-edd437fe9a728297ccb2.js → 498.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{60.app-edd437fe9a728297ccb2.js → 60.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{643.app-edd437fe9a728297ccb2.js → 643.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{671.app-edd437fe9a728297ccb2.js → 671.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{725.app-edd437fe9a728297ccb2.js → 725.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{770.app-edd437fe9a728297ccb2.js → 770.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{848.app-edd437fe9a728297ccb2.js → 848.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{872.app-edd437fe9a728297ccb2.js → 872.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{895.app-edd437fe9a728297ccb2.js → 895.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{920.app-edd437fe9a728297ccb2.js → 920.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{979.app-edd437fe9a728297ccb2.js → 979.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{991.app-edd437fe9a728297ccb2.js → 991.app-4b1f7421e41558777592.js} +0 -0
- /package/dist/multi/{app-edd437fe9a728297ccb2.js.LICENSE.txt → app-4b1f7421e41558777592.js.LICENSE.txt} +0 -0
- /package/dist/single/{app-a8440cca96ec7c3e12d2.js.LICENSE.txt → app-9900014b342c2b08335d.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_allurereport_web_classic=self.webpackChunk_allurereport_web_classic||[]).push([[333],{7333:function(e){e.exports=JSON.parse('{"statuses":{"passed":"ناجح","failed":"فشل","broken":"معطل","skipped":"تم تجاوزه","unknown":"غير معروف","total":"الإجمالي","flakyTests":"غير مستقر","newTests":"جديد","retryTests":"إعادة محاولة"},"testSummary":{"all":"كل الاختبارات","flaky":"اختبار غير مستقر","retry":"اختبار مُعاد محاولته","new":"اختبار جديد"},"tabs":{"total":"الكل"},"search":{"search":"بحث","search-placeholder":"الاسم أو المُعرِّف"},"filters":{"more-filters":"فلاتر إضافية","enable-filter":"تفعيل فلتر \\"{{filter}}\\"","flaky":"غير مستقر","retry":"إعادة محاولة","new":"جديد"},"sort-by":{"sort-by-text":"ترتيب حسب:","sort-by-category":"ترتيب حسب","direction-category":"الاتجاه"},"sort-by.values":{"order":"الترتيب","alphabet":"الأبجدية","duration":"المدة","status":"الحالة"},"sort-by.directions":{"order-desc":"الأحدث – الأقدم","order-asc":"الأقدم – الأحدث","order-asc-short":"الأقدم","order-desc-short":"الأحدث","alphabet-asc":"أ – ي","alphabet-desc":"ي – أ","alphabet-asc-short":"أ – ي","alphabet-desc-short":"ي – أ","duration-asc":"1 – 9","duration-desc":"9 – 1","duration-asc-short":"1 – 9","duration-desc-short":"9 – 1","status-asc":"كما في قائمة الفلتر","status-desc":"معكوس","status-asc-short":"عادي","status-desc-short":"معكوس"},"empty":{"no-results":"لا توجد نتائج","no-tests-found":"لم يتم العثور على نتائج","no-message-provided":"لم يتم تقديم رسالة","clear-filters":"مسح الفلاتر","no-attachments-results":"لا تتوفر معلومات عن المرفقات","no-history-results":"لا تتوفر معلومات عن السجل","no-retries-results":"لا تتوفر معلومات عن محاولات الإعادة"},"severity":{"blocker":"مانع","critical":"خطورة عالية","normal":"عادي","minor":"ثانوي","trivial":"بسيط"},"execution":{"name":"التنفيذ","body":"محتوى الاختبار","setup":"تجهيز","teardown":"تنظيف"},"ui":{"labels":"التصنيفات","metadata":"بيانات وصفية","parameters":"المعاملات","description":"الوصف","links":"الروابط","overview":"نظرة عامة","history":"السجل","attachments":"المرفقات","retries":"محاولات الإعادة","error":"خطأ","goToStep":"انتقل إلى الخطوة","showLess":"عرض أقل","showMore":"عرض المزيد","copy":"نسخ","attempt":"المحاولة {{attempt}} من {{total}}","at":"في"},"controls":{"newTabAttachment":"فتح المرفق في علامة تبويب جديدة","nextTR":"نتيجة الاختبار التالية","prevTR":"نتيجة الاختبار السابقة","downloadAttachment":"تحميل المرفق","backto":"العودة إلى","clipboard":"نسخ إلى الحافظة","clipboardError":"لا يمكن نسخ القيمة إلى الحافظة. يبدو أن هذه الميزة غير مدعومة في متصفحك","clipboardSuccess":"تم النسخ بنجاح","collapse":"طي","expand":"توسيع","fullscreen":"ملء الشاشة","language":"اللغة","openInNewTab":"فتح في علامة تبويب جديدة"},"errors":{"missedAttachment":"المرفق غير موجود"},"nav":{"overview":"نظرة عامة","behaviors":"السلوكيات","categories":"الفئات","graphs":"الرسوم البيانية","packages":"الحزم","suites":"مجموعات الاختبار","timeline":"الخط الزمني"},"charts":{"trend":{"title":"مخطط الاتجاه {{type}}"},"pie":{"title":"معدل نجاح الاختبارات"}}}')}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_allurereport_web_classic=self.webpackChunk_allurereport_web_classic||[]).push([[853],{3853:function(a){a.exports=JSON.parse('{"statuses":{"passed":"uğurlu","failed":"uğursuz","broken":"sınıq","skipped":"buraxılmış","unknown":"naməlum","total":"cəmi","flakyTests":"qeyri-sabit","newTests":"yeni","retryTests":"təkrar"},"testSummary":{"all":"Bütün testlər","flaky":"Qeyri-sabit testlər","retry":"Təkrar testlər","new":"Yeni testlər"},"tabs":{"total":"Hamısı"},"search":{"search":"Axtarış","search-placeholder":"Ad və ya ID"},"filters":{"more-filters":"Daha çox filtr","enable-filter":"\\"{{filter}}\\" filtrini aktivləşdir","flaky":"Qeyri-sabit","retry":"Təkrar","new":"Yeni"},"sort-by":{"sort-by-text":"Sıralama növü:","sort-by-category":"Sıralama","direction-category":"İstiqamət"},"sort-by.values":{"order":"Sıra","alphabet":"Əlifba","duration":"Müddət","status":"Status"},"sort-by.directions":{"order-desc":"Sonuncu – Birinci","order-asc":"Birinci – Sonuncu","order-asc-short":"Birinci","order-desc-short":"Sonuncu","alphabet-asc":"A – Z","alphabet-desc":"Z – A","alphabet-asc-short":"A – Z","alphabet-desc-short":"Z – A","duration-asc":"1 – 9","duration-desc":"9 – 1","duration-asc-short":"1 – 9","duration-desc-short":"9 – 1","status-asc":"Filtr siyahısındakı kimi","status-desc":"Tərs","status-asc-short":"Normal","status-desc-short":"Tərs"},"empty":{"no-results":"Nəticə yoxdur","no-tests-found":"Nəticə tapılmadı","no-message-provided":"Mesaj təqdim edilməyib","clear-filters":"Filtrləri təmizlə","no-attachments-results":"Qoşmalar haqqında məlumat yoxdur","no-history-results":"Tarixçə haqqında məlumat yoxdur","no-retries-results":"Təkrar cəhdlər haqqında məlumat yoxdur"},"severity":{"blocker":"bloklayıcı","critical":"kritik","normal":"normal","minor":"kiçik","trivial":"əhəmiyyətsiz"},"execution":{"name":"İcra","body":"Testin məzmunu","setup":"Quraşdırma (Setup)","teardown":"Yekunlaşdırma (Teardown)"},"ui":{"labels":"Etiketlər","metadata":"Metaməlumat","parameters":"Parametrlər","description":"Təsvir","links":"Keçidlər","overview":"Ümumi baxış","history":"Tarixçə","attachments":"Qoşmalar","retries":"Təkrar cəhdlər","error":"Xəta","goToStep":"Addıma keç","showLess":"Daha az göstər","showMore":"Daha çox göstər","copy":"Kopyala","attempt":"Cəhd {{attempt}} / {{total}}","at":"saat"},"controls":{"newTabAttachment":"Qoşmanı yeni tabda aç","nextTR":"Növbəti test nəticəsi","prevTR":"Əvvəlki test nəticəsi","downloadAttachment":"Qoşmanı yüklə","backto":"Geri dön","clipboard":"Mübadilə buferinə kopyala","clipboardError":"Xəta. Görünür brauzeriniz bu funksiyanı dəstəkləmir","clipboardSuccess":"Uğurla kopyalandı","collapse":"Yığ","expand":"Genişləndir","fullscreen":"Tam ekran","language":"Dili dəyiş","openInNewTab":"Yeni tabda aç"},"errors":{"missedAttachment":"Qoşma tapılmadı"},"nav":{"overview":"Ümumi baxış","behaviors":"Davranışlar","categories":"Kateqoriyalar","graphs":"Qrafiklər","packages":"Paketlər","suites":"Dəstlər","timeline":"Zaman xətti"},"charts":{"trend":{"title":"Trend {{type}} Qrafiki"},"pie":{"title":"Testin Uğur Faizi"}}}')}}]);
|