monocart-reporter 2.8.0 → 2.8.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/lib/utils/util.js
CHANGED
package/lib/visitor.js
CHANGED
|
@@ -527,6 +527,8 @@ class Visitor {
|
|
|
527
527
|
}
|
|
528
528
|
|
|
529
529
|
// before path change
|
|
530
|
+
// Attachments with a text/html content type can now be opened in a new tab in the HTML report.
|
|
531
|
+
// This is useful for including third-party reports or other HTML content in the Playwright test report and distributing it to your team.
|
|
530
532
|
this.reportHandler(item, 'audit', title);
|
|
531
533
|
this.reportHandler(item, 'coverage', title);
|
|
532
534
|
this.reportHandler(item, 'network', title);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "monocart-reporter",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.1",
|
|
4
4
|
"description": "A playwright test reporter. Shows suites/cases/steps with tree style, markdown annotations, custom columns/formatters/data collection visitors, console logs, style tags, send email.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -46,29 +46,29 @@
|
|
|
46
46
|
"koa": "^2.15.3",
|
|
47
47
|
"koa-static-resolver": "^1.0.6",
|
|
48
48
|
"lz-utils": "^2.1.0",
|
|
49
|
-
"monocart-coverage-reports": "^2.10.
|
|
49
|
+
"monocart-coverage-reports": "^2.10.9",
|
|
50
50
|
"monocart-locator": "^1.0.2",
|
|
51
|
-
"nodemailer": "^6.9.
|
|
51
|
+
"nodemailer": "^6.9.15"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@babel/code-frame": "^7.24.7",
|
|
55
|
-
"@playwright/test": "^1.
|
|
55
|
+
"@playwright/test": "^1.47.1",
|
|
56
56
|
"ansi-to-html": "^0.7.2",
|
|
57
57
|
"async-tick": "^1.0.0",
|
|
58
58
|
"autolinker": "^4.0.0",
|
|
59
59
|
"axios": "^1.7.7",
|
|
60
60
|
"commander": "^12.1.0",
|
|
61
61
|
"dotenv": "^16.4.5",
|
|
62
|
-
"eslint": "^9.
|
|
62
|
+
"eslint": "^9.10.0",
|
|
63
63
|
"eslint-config-plus": "^2.0.2",
|
|
64
64
|
"eslint-plugin-html": "^8.1.1",
|
|
65
|
-
"eslint-plugin-vue": "^9.
|
|
65
|
+
"eslint-plugin-vue": "^9.28.0",
|
|
66
66
|
"file-saver": "^2.0.5",
|
|
67
67
|
"find-up": "^7.0.0",
|
|
68
68
|
"github-markdown-css": "^5.6.1",
|
|
69
69
|
"glob": "^11.0.0",
|
|
70
|
-
"marked": "^14.1.
|
|
71
|
-
"mermaid": "^11.
|
|
70
|
+
"marked": "^14.1.2",
|
|
71
|
+
"mermaid": "^11.2.1",
|
|
72
72
|
"mitt": "^3.0.1",
|
|
73
73
|
"monocart-code-viewer": "^1.1.4",
|
|
74
74
|
"monocart-formatter": "^3.0.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"sanitize-filename": "^1.6.3",
|
|
78
78
|
"stack-utils": "^2.0.6",
|
|
79
79
|
"stylelint": "^16.9.0",
|
|
80
|
-
"stylelint-config-plus": "^1.1.
|
|
80
|
+
"stylelint-config-plus": "^1.1.3",
|
|
81
81
|
"supports-color": "^9.4.0",
|
|
82
82
|
"turbogrid": "^3.2.0",
|
|
83
83
|
"vine-ui": "^3.1.16",
|