monocart-reporter 2.3.3 → 2.4.0

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/visitor.js CHANGED
@@ -266,6 +266,8 @@ class Visitor {
266
266
 
267
267
  // annotations, string or array
268
268
  annotations: this.getCaseAnnotations(testCase.annotations),
269
+ // new syntax in playwright v1.42
270
+ tags: testCase.tags,
269
271
 
270
272
  // repeatEachIndex: testCase.repeatEachIndex,
271
273
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monocart-reporter",
3
- "version": "2.3.3",
3
+ "version": "2.4.0",
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": {
@@ -47,20 +47,20 @@
47
47
  "koa": "~2.15.0",
48
48
  "koa-static-resolver": "~1.0.5",
49
49
  "lz-utils": "~2.0.2",
50
- "monocart-coverage-reports": "~2.5.3",
51
- "monocart-formatter": "~2.3.1",
52
- "nodemailer": "~6.9.9",
53
- "open": "~10.0.3",
50
+ "monocart-coverage-reports": "~2.5.8",
51
+ "monocart-formatter": "~2.3.2",
52
+ "nodemailer": "~6.9.10",
54
53
  "turbogrid": "~3.0.13"
55
54
  },
56
55
  "devDependencies": {
57
- "@playwright/test": "^1.41.2",
56
+ "@playwright/test": "^1.42.0",
58
57
  "axios": "^1.6.7",
59
58
  "dotenv": "^16.4.5",
60
- "eslint": "^8.56.0",
59
+ "eslint": "^8.57.0",
61
60
  "eslint-config-plus": "^1.0.6",
62
61
  "eslint-plugin-html": "^8.0.0",
63
- "eslint-plugin-vue": "^9.21.1",
62
+ "eslint-plugin-vue": "^9.22.0",
63
+ "open": "8.4.2",
64
64
  "stylelint": "^15.11.0",
65
65
  "stylelint-config-plus": "^1.0.4",
66
66
  "vine-ui": "^3.1.13"