@wdio/cli 8.16.19 → 8.16.22
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.
|
@@ -337,13 +337,13 @@ if (answers.isUsingTypeScript) {
|
|
|
337
337
|
* Hook that gets executed _before_ a hook within the suite starts (e.g. runs before calling
|
|
338
338
|
* beforeEach in Mocha)
|
|
339
339
|
*/
|
|
340
|
-
// beforeHook: function (test, context) {
|
|
340
|
+
// beforeHook: function (test, context, hookName) {
|
|
341
341
|
// },
|
|
342
342
|
/**
|
|
343
343
|
* Hook that gets executed _after_ a hook within the suite starts (e.g. runs after calling
|
|
344
344
|
* afterEach in Mocha)
|
|
345
345
|
*/
|
|
346
|
-
// afterHook: function (test, context, { error, result, duration, passed, retries }) {
|
|
346
|
+
// afterHook: function (test, context, { error, result, duration, passed, retries }, hookName) {
|
|
347
347
|
// },
|
|
348
348
|
<%- include('snippets/afterTest', { reporters: answers.reporters }) %>
|
|
349
349
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/cli",
|
|
3
|
-
"version": "8.16.
|
|
3
|
+
"version": "8.16.22",
|
|
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.
|
|
50
|
-
"@wdio/globals": "8.16.
|
|
49
|
+
"@wdio/config": "8.16.22",
|
|
50
|
+
"@wdio/globals": "8.16.22",
|
|
51
51
|
"@wdio/logger": "8.16.17",
|
|
52
52
|
"@wdio/protocols": "8.16.5",
|
|
53
|
-
"@wdio/types": "8.16.
|
|
54
|
-
"@wdio/utils": "8.16.
|
|
53
|
+
"@wdio/types": "8.16.22",
|
|
54
|
+
"@wdio/utils": "8.16.22",
|
|
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.
|
|
69
|
+
"webdriverio": "8.16.22",
|
|
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": "
|
|
86
|
+
"gitHead": "54b6b1723b012e6792941199a325aaea8ebe7356"
|
|
87
87
|
}
|