@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/dist/multi/manifest.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
-
"main.css": "styles-
|
|
3
|
-
"main.js": "app-
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"767.app-
|
|
12
|
-
"83.app-
|
|
13
|
-
"378.app-
|
|
14
|
-
"747.app-
|
|
15
|
-
"920.app-
|
|
16
|
-
"690.app-
|
|
17
|
-
"34.app-
|
|
18
|
-
"335.app-
|
|
19
|
-
"991.app-
|
|
20
|
-
"584.app-
|
|
21
|
-
"816.app-
|
|
2
|
+
"main.css": "styles-f4b5d260.css",
|
|
3
|
+
"main.js": "app-f4b5d260.js",
|
|
4
|
+
"141.app-f4b5d260.js": "141.app-f4b5d260.js",
|
|
5
|
+
"873.app-f4b5d260.js": "873.app-f4b5d260.js",
|
|
6
|
+
"53.app-f4b5d260.js": "53.app-f4b5d260.js",
|
|
7
|
+
"406.app-f4b5d260.js": "406.app-f4b5d260.js",
|
|
8
|
+
"222.app-f4b5d260.js": "222.app-f4b5d260.js",
|
|
9
|
+
"349.app-f4b5d260.js": "349.app-f4b5d260.js",
|
|
10
|
+
"457.app-f4b5d260.js": "457.app-f4b5d260.js",
|
|
11
|
+
"767.app-f4b5d260.js": "767.app-f4b5d260.js",
|
|
12
|
+
"83.app-f4b5d260.js": "83.app-f4b5d260.js",
|
|
13
|
+
"378.app-f4b5d260.js": "378.app-f4b5d260.js",
|
|
14
|
+
"747.app-f4b5d260.js": "747.app-f4b5d260.js",
|
|
15
|
+
"920.app-f4b5d260.js": "920.app-f4b5d260.js",
|
|
16
|
+
"690.app-f4b5d260.js": "690.app-f4b5d260.js",
|
|
17
|
+
"34.app-f4b5d260.js": "34.app-f4b5d260.js",
|
|
18
|
+
"335.app-f4b5d260.js": "335.app-f4b5d260.js",
|
|
19
|
+
"991.app-f4b5d260.js": "991.app-f4b5d260.js",
|
|
20
|
+
"584.app-f4b5d260.js": "584.app-f4b5d260.js",
|
|
21
|
+
"816.app-f4b5d260.js": "816.app-f4b5d260.js",
|
|
22
22
|
"pt-root-ui_vf.woff": "pt-root-ui_vf-22fe60ca..woff",
|
|
23
23
|
"JetBrainsMono_vf.woff2": "JetBrainsMono_vf-9e9649b6..woff2",
|
|
24
24
|
"pt-root-ui_vf.woff2": "pt-root-ui_vf-9d251e8b..woff2",
|