@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
package/dist/multi/manifest.json
CHANGED
|
@@ -1,26 +1,27 @@
|
|
|
1
1
|
{
|
|
2
|
-
"main.js": "app-
|
|
3
|
-
"main.css": "styles-
|
|
4
|
-
"60.app-js": "60.app-
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
2
|
+
"main.js": "app-4b1f7421e41558777592.js",
|
|
3
|
+
"main.css": "styles-9d0f524b54c0674f3a16.css",
|
|
4
|
+
"60.app-js": "60.app-4b1f7421e41558777592.js",
|
|
5
|
+
"333.app-js": "333.app-4b1f7421e41558777592.js",
|
|
6
|
+
"853.app-js": "853.app-4b1f7421e41558777592.js",
|
|
7
|
+
"770.app-js": "770.app-4b1f7421e41558777592.js",
|
|
8
|
+
"369.app-js": "369.app-4b1f7421e41558777592.js",
|
|
9
|
+
"389.app-js": "389.app-4b1f7421e41558777592.js",
|
|
10
|
+
"302.app-js": "302.app-4b1f7421e41558777592.js",
|
|
11
|
+
"222.app-js": "222.app-4b1f7421e41558777592.js",
|
|
12
|
+
"725.app-js": "725.app-4b1f7421e41558777592.js",
|
|
13
|
+
"848.app-js": "848.app-4b1f7421e41558777592.js",
|
|
14
|
+
"895.app-js": "895.app-4b1f7421e41558777592.js",
|
|
15
|
+
"979.app-js": "979.app-4b1f7421e41558777592.js",
|
|
16
|
+
"498.app-js": "498.app-4b1f7421e41558777592.js",
|
|
17
|
+
"643.app-js": "643.app-4b1f7421e41558777592.js",
|
|
18
|
+
"920.app-js": "920.app-4b1f7421e41558777592.js",
|
|
19
|
+
"26.app-js": "26.app-4b1f7421e41558777592.js",
|
|
20
|
+
"10.app-js": "10.app-4b1f7421e41558777592.js",
|
|
21
|
+
"671.app-js": "671.app-4b1f7421e41558777592.js",
|
|
22
|
+
"991.app-js": "991.app-4b1f7421e41558777592.js",
|
|
23
|
+
"304.app-js": "304.app-4b1f7421e41558777592.js",
|
|
24
|
+
"872.app-js": "872.app-4b1f7421e41558777592.js",
|
|
24
25
|
"pt-root-ui_vf.woff": "pt-root-ui_vf.woff",
|
|
25
26
|
"JetBrainsMono_vf.woff2": "JetBrainsMono_vf.woff2",
|
|
26
27
|
"pt-root-ui_vf.woff2": "pt-root-ui_vf.woff2",
|