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
@@ -274,7 +274,8 @@ const Util = {
274
274
  if (fs.existsSync(p)) {
275
275
  fs.rmSync(p, {
276
276
  recursive: true,
277
- force: true
277
+ force: true,
278
+ maxRetries: 10
278
279
  });
279
280
  }
280
281
  },
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.0",
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.3",
49
+ "monocart-coverage-reports": "^2.10.9",
50
50
  "monocart-locator": "^1.0.2",
51
- "nodemailer": "^6.9.14"
51
+ "nodemailer": "^6.9.15"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@babel/code-frame": "^7.24.7",
55
- "@playwright/test": "^1.46.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.9.1",
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.27.0",
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.0",
71
- "mermaid": "^11.0.2",
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.2",
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",