@wdio/cli 8.16.2 → 8.16.4

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.
@@ -6,7 +6,7 @@
6
6
  * @param {*} result.result return object of test function
7
7
  * @param {number} result.duration duration of test
8
8
  * @param {boolean} result.passed true if test has passed, otherwise false
9
- * @param {object} result.retries informations to spec related retries, e.g. `{ attempts: 0, limit: 0 }`
9
+ * @param {object} result.retries information about spec related retries, e.g. `{ attempts: 0, limit: 0 }`
10
10
  */<%
11
11
  if (reporters.length && reporters.includes('allure')) {%>
12
12
  afterTest: async function(test, context, { error, result, duration, passed, retries }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/cli",
3
- "version": "8.16.2",
3
+ "version": "8.16.4",
4
4
  "description": "WebdriverIO testrunner command line interface",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",
@@ -46,12 +46,12 @@
46
46
  "typeScriptVersion": "3.8.3",
47
47
  "dependencies": {
48
48
  "@types/node": "^20.1.1",
49
- "@wdio/config": "8.16.0",
50
- "@wdio/globals": "8.16.2",
49
+ "@wdio/config": "8.16.3",
50
+ "@wdio/globals": "8.16.4",
51
51
  "@wdio/logger": "8.11.0",
52
52
  "@wdio/protocols": "8.14.6",
53
- "@wdio/types": "8.15.10",
54
- "@wdio/utils": "8.16.0",
53
+ "@wdio/types": "8.16.3",
54
+ "@wdio/utils": "8.16.3",
55
55
  "async-exit-hook": "^2.0.1",
56
56
  "chalk": "^5.2.0",
57
57
  "chokidar": "^3.5.3",
@@ -66,7 +66,7 @@
66
66
  "lodash.union": "^4.6.0",
67
67
  "read-pkg-up": "10.1.0",
68
68
  "recursive-readdir": "^2.2.3",
69
- "webdriverio": "8.16.2",
69
+ "webdriverio": "8.16.4",
70
70
  "yargs": "^17.7.2",
71
71
  "yarn-install": "^1.0.0"
72
72
  },
@@ -83,5 +83,5 @@
83
83
  "publishConfig": {
84
84
  "access": "public"
85
85
  },
86
- "gitHead": "103470cf452a582f9a1f3678c260575e08bf6c37"
86
+ "gitHead": "a812a91c2f937ee19588fe734bf6ae528b7d0c9a"
87
87
  }