@allurereport/web-awesome 3.6.0 → 3.6.2
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/app-1c928f385beb78e2c2e8.js +2 -0
- package/dist/multi/{app-15cc636581486c011867.js.LICENSE.txt → app-1c928f385beb78e2c2e8.js.LICENSE.txt} +1 -1
- package/dist/multi/manifest.json +23 -23
- package/dist/multi/{styles-fd12e72f7e024e668bb4.css → styles-3515d3bdd45651cd4e66.css} +8 -8
- package/dist/single/app-16786ab64ac3e094685f.js +2 -0
- package/dist/single/{app-bbd6e33664f6d94cfaac.js.LICENSE.txt → app-16786ab64ac3e094685f.js.LICENSE.txt} +1 -1
- package/dist/single/manifest.json +1 -1
- package/package.json +6 -6
- package/src/components/Header/styles.scss +2 -1
- package/src/components/SectionSwitcher/styles.scss +1 -1
- package/src/components/SideBySide/index.tsx +1 -1
- package/src/components/SideBySide/styles.scss +6 -5
- package/src/components/TestResult/TrDropdown/index.tsx +7 -1
- package/src/components/TestResult/TrDropdown/styles.scss +7 -0
- package/src/components/TestResult/TrHeader/styles.scss +3 -0
- package/src/components/TestResult/TrRetriesView/TrRetriesItem.tsx +4 -3
- package/src/components/TestResult/TrRetriesView/index.tsx +2 -2
- package/src/components/TestResult/TrSetup/index.tsx +6 -16
- package/src/components/TestResult/TrSteps/TrAttachment.tsx +3 -3
- package/src/components/TestResult/TrSteps/TrErrorStep.tsx +9 -3
- package/src/components/TestResult/TrSteps/TrStep.tsx +113 -8
- package/src/components/TestResult/TrSteps/TrStepHeader.tsx +3 -0
- package/src/components/TestResult/TrSteps/index.tsx +90 -5
- package/src/components/TestResult/TrSteps/stepTreeExpansion.ts +101 -0
- package/src/components/TestResult/TrSteps/styles.scss +12 -0
- package/src/components/TestResult/TrTeardown/index.tsx +6 -16
- package/src/components/TestResult/bodyItems.ts +26 -1
- package/src/components/Tree/index.tsx +7 -2
- package/src/components/Tree/styles.scss +1 -1
- package/src/index.tsx +13 -2
- package/src/stores/env.ts +6 -3
- package/src/stores/envInfo.ts +2 -2
- package/src/stores/sections.ts +3 -1
- package/src/stores/stats.ts +3 -3
- package/src/stores/tree.ts +40 -8
- package/test/components/TestResult/bodyItems.test.ts +25 -2
- package/test/components/TestResult/stepTreeExpansion.test.ts +179 -0
- package/types.d.ts +2 -0
- package/webpack.config.js +15 -3
- package/dist/multi/app-15cc636581486c011867.js +0 -2
- package/dist/single/app-bbd6e33664f6d94cfaac.js +0 -2
- /package/dist/multi/{173.app-15cc636581486c011867.js → 173.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{174.app-15cc636581486c011867.js → 174.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{252.app-15cc636581486c011867.js → 252.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{282.app-15cc636581486c011867.js → 282.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{29.app-15cc636581486c011867.js → 29.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{310.app-15cc636581486c011867.js → 310.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{416.app-15cc636581486c011867.js → 416.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{507.app-15cc636581486c011867.js → 507.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{527.app-15cc636581486c011867.js → 527.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{600.app-15cc636581486c011867.js → 600.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{605.app-15cc636581486c011867.js → 605.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{638.app-15cc636581486c011867.js → 638.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{672.app-15cc636581486c011867.js → 672.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{686.app-15cc636581486c011867.js → 686.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{725.app-15cc636581486c011867.js → 725.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{741.app-15cc636581486c011867.js → 741.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{749.app-15cc636581486c011867.js → 749.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{755.app-15cc636581486c011867.js → 755.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{894.app-15cc636581486c011867.js → 894.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{943.app-15cc636581486c011867.js → 943.app-1c928f385beb78e2c2e8.js} +0 -0
- /package/dist/multi/{980.app-15cc636581486c011867.js → 980.app-1c928f385beb78e2c2e8.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @license DOMPurify 3.
|
|
1
|
+
/*! @license DOMPurify 3.4.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.0/LICENSE */
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Prism: Lightweight, robust, elegant syntax highlighting
|
package/dist/multi/manifest.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
|
-
"main.js": "app-
|
|
3
|
-
"main.css": "styles-
|
|
4
|
-
"310.app-js": "310.app-
|
|
5
|
-
"686.app-js": "686.app-
|
|
6
|
-
"894.app-js": "894.app-
|
|
7
|
-
"174.app-js": "174.app-
|
|
8
|
-
"725.app-js": "725.app-
|
|
9
|
-
"605.app-js": "605.app-
|
|
10
|
-
"282.app-js": "282.app-
|
|
11
|
-
"638.app-js": "638.app-
|
|
12
|
-
"672.app-js": "672.app-
|
|
13
|
-
"980.app-js": "980.app-
|
|
14
|
-
"173.app-js": "173.app-
|
|
15
|
-
"416.app-js": "416.app-
|
|
16
|
-
"943.app-js": "943.app-
|
|
17
|
-
"29.app-js": "29.app-
|
|
18
|
-
"741.app-js": "741.app-
|
|
19
|
-
"600.app-js": "600.app-
|
|
20
|
-
"252.app-js": "252.app-
|
|
21
|
-
"755.app-js": "755.app-
|
|
22
|
-
"749.app-js": "749.app-
|
|
23
|
-
"507.app-js": "507.app-
|
|
24
|
-
"527.app-js": "527.app-
|
|
2
|
+
"main.js": "app-1c928f385beb78e2c2e8.js",
|
|
3
|
+
"main.css": "styles-3515d3bdd45651cd4e66.css",
|
|
4
|
+
"310.app-js": "310.app-1c928f385beb78e2c2e8.js",
|
|
5
|
+
"686.app-js": "686.app-1c928f385beb78e2c2e8.js",
|
|
6
|
+
"894.app-js": "894.app-1c928f385beb78e2c2e8.js",
|
|
7
|
+
"174.app-js": "174.app-1c928f385beb78e2c2e8.js",
|
|
8
|
+
"725.app-js": "725.app-1c928f385beb78e2c2e8.js",
|
|
9
|
+
"605.app-js": "605.app-1c928f385beb78e2c2e8.js",
|
|
10
|
+
"282.app-js": "282.app-1c928f385beb78e2c2e8.js",
|
|
11
|
+
"638.app-js": "638.app-1c928f385beb78e2c2e8.js",
|
|
12
|
+
"672.app-js": "672.app-1c928f385beb78e2c2e8.js",
|
|
13
|
+
"980.app-js": "980.app-1c928f385beb78e2c2e8.js",
|
|
14
|
+
"173.app-js": "173.app-1c928f385beb78e2c2e8.js",
|
|
15
|
+
"416.app-js": "416.app-1c928f385beb78e2c2e8.js",
|
|
16
|
+
"943.app-js": "943.app-1c928f385beb78e2c2e8.js",
|
|
17
|
+
"29.app-js": "29.app-1c928f385beb78e2c2e8.js",
|
|
18
|
+
"741.app-js": "741.app-1c928f385beb78e2c2e8.js",
|
|
19
|
+
"600.app-js": "600.app-1c928f385beb78e2c2e8.js",
|
|
20
|
+
"252.app-js": "252.app-1c928f385beb78e2c2e8.js",
|
|
21
|
+
"755.app-js": "755.app-1c928f385beb78e2c2e8.js",
|
|
22
|
+
"749.app-js": "749.app-1c928f385beb78e2c2e8.js",
|
|
23
|
+
"507.app-js": "507.app-1c928f385beb78e2c2e8.js",
|
|
24
|
+
"527.app-js": "527.app-1c928f385beb78e2c2e8.js",
|
|
25
25
|
"pt-root-ui_vf.woff": "pt-root-ui_vf.woff",
|
|
26
26
|
"JetBrainsMono_vf.woff2": "JetBrainsMono_vf.woff2",
|
|
27
27
|
"pt-root-ui_vf.woff2": "pt-root-ui_vf.woff2",
|