@allurereport/web-awesome 3.8.1 → 3.8.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-200938be3feda27d7b80.js → app-f008fb8342025f2b1ace.js} +2 -2
- package/dist/multi/manifest.json +22 -22
- package/dist/single/{app-17629d1b119f6c611d49.js → app-07332238da9897064301.js} +2 -2
- package/dist/single/manifest.json +1 -1
- package/package.json +7 -7
- package/src/components/TestResult/TrPwTraces/openPwTraceInNewTab.ts +2 -2
- /package/dist/multi/{173.app-200938be3feda27d7b80.js → 173.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{174.app-200938be3feda27d7b80.js → 174.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{252.app-200938be3feda27d7b80.js → 252.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{282.app-200938be3feda27d7b80.js → 282.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{29.app-200938be3feda27d7b80.js → 29.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{310.app-200938be3feda27d7b80.js → 310.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{416.app-200938be3feda27d7b80.js → 416.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{507.app-200938be3feda27d7b80.js → 507.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{527.app-200938be3feda27d7b80.js → 527.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{600.app-200938be3feda27d7b80.js → 600.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{605.app-200938be3feda27d7b80.js → 605.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{638.app-200938be3feda27d7b80.js → 638.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{672.app-200938be3feda27d7b80.js → 672.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{686.app-200938be3feda27d7b80.js → 686.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{725.app-200938be3feda27d7b80.js → 725.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{741.app-200938be3feda27d7b80.js → 741.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{749.app-200938be3feda27d7b80.js → 749.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{755.app-200938be3feda27d7b80.js → 755.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{894.app-200938be3feda27d7b80.js → 894.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{943.app-200938be3feda27d7b80.js → 943.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{980.app-200938be3feda27d7b80.js → 980.app-f008fb8342025f2b1ace.js} +0 -0
- /package/dist/multi/{app-200938be3feda27d7b80.js.LICENSE.txt → app-f008fb8342025f2b1ace.js.LICENSE.txt} +0 -0
- /package/dist/single/{app-17629d1b119f6c611d49.js.LICENSE.txt → app-07332238da9897064301.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@allurereport/web-awesome",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.2",
|
|
4
4
|
"description": "The static files for Allure Awesome Report",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"allure",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"lint:fix": "oxlint --import-plugin --fix src test features stories"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@allurereport/charts-api": "3.8.
|
|
31
|
-
"@allurereport/core-api": "3.8.
|
|
32
|
-
"@allurereport/plugin-api": "3.8.
|
|
33
|
-
"@allurereport/web-commons": "3.8.
|
|
34
|
-
"@allurereport/web-components": "3.8.
|
|
30
|
+
"@allurereport/charts-api": "3.8.2",
|
|
31
|
+
"@allurereport/core-api": "3.8.2",
|
|
32
|
+
"@allurereport/plugin-api": "3.8.2",
|
|
33
|
+
"@allurereport/web-commons": "3.8.2",
|
|
34
|
+
"@allurereport/web-components": "3.8.2",
|
|
35
35
|
"@preact/signals": "^2.6.1",
|
|
36
36
|
"clsx": "^2.1.1",
|
|
37
37
|
"d3-shape": "^3.2.0",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"svg-sprite-loader": "^6.0.11",
|
|
81
81
|
"terser-webpack-plugin": "^5.3.14",
|
|
82
82
|
"typescript": "^5.6.3",
|
|
83
|
-
"vite": "^8.0.
|
|
83
|
+
"vite": "^8.0.9",
|
|
84
84
|
"vitest": "^3.2.4",
|
|
85
85
|
"webpack": "^5.99.9",
|
|
86
86
|
"webpack-cli": "^5.1.4",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const PLAYWRIGHT_TRACE_ORIGIN = "https://trace.playwright.dev";
|
|
2
|
-
const
|
|
2
|
+
const PLAYWRIGHT_TRACE_VIEWER_URL = `${PLAYWRIGHT_TRACE_ORIGIN}/`;
|
|
3
3
|
const RETRY_DELAY_MS = 300;
|
|
4
4
|
|
|
5
5
|
export const openPlaywrightTraceInNewTab = (blob: Blob) => {
|
|
@@ -17,7 +17,7 @@ export const openPlaywrightTraceInNewTab = (blob: Blob) => {
|
|
|
17
17
|
newWindow.postMessage(payload, PLAYWRIGHT_TRACE_ORIGIN);
|
|
18
18
|
};
|
|
19
19
|
|
|
20
|
-
newWindow.location.href =
|
|
20
|
+
newWindow.location.href = PLAYWRIGHT_TRACE_VIEWER_URL;
|
|
21
21
|
newWindow.focus();
|
|
22
22
|
|
|
23
23
|
sendTraceMessage();
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|