@allurereport/web-awesome 3.5.0 → 3.6.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/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
package/webpack.config.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import ForkTsCheckerPlugin from "fork-ts-checker-webpack-plugin";
|
|
2
|
-
import HtmlWebpackPlugin from "html-webpack-plugin";
|
|
3
|
-
import MiniCssExtractPlugin from "mini-css-extract-plugin";
|
|
4
1
|
import { dirname, join } from "node:path";
|
|
5
2
|
import { env } from "node:process";
|
|
6
3
|
import { fileURLToPath } from "node:url";
|
|
4
|
+
|
|
5
|
+
import ForkTsCheckerPlugin from "fork-ts-checker-webpack-plugin";
|
|
6
|
+
import HtmlWebpackPlugin from "html-webpack-plugin";
|
|
7
|
+
import MiniCssExtractPlugin from "mini-css-extract-plugin";
|
|
7
8
|
import SpriteLoaderPlugin from "svg-sprite-loader/plugin.js";
|
|
8
9
|
import TerserPlugin from "terser-webpack-plugin";
|
|
9
10
|
import webpack from "webpack";
|
|
@@ -79,6 +80,17 @@ export default (env, argv) => {
|
|
|
79
80
|
static: "./out/dev",
|
|
80
81
|
historyApiFallback: true,
|
|
81
82
|
watchFiles: ["./src"],
|
|
83
|
+
client: {
|
|
84
|
+
overlay: {
|
|
85
|
+
runtimeErrors: (error) => {
|
|
86
|
+
if (!error?.message) {
|
|
87
|
+
return true;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
return !error.message.includes("ResizeObserver loop completed with undelivered notifications");
|
|
91
|
+
},
|
|
92
|
+
},
|
|
93
|
+
},
|
|
82
94
|
devMiddleware: {
|
|
83
95
|
index: true,
|
|
84
96
|
mimeTypes: { phtml: "text/html" },
|