@wdio/cli 7.19.0 → 7.19.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.
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
}
|
|
29
29
|
// tsconfig-paths is only used if "tsConfigPathsOpts" are provided, if you
|
|
30
30
|
// do please make sure "tsconfig-paths" is installed as dependency
|
|
31
|
-
//tsConfigPathsOpts: {
|
|
32
|
-
//
|
|
33
|
-
//}
|
|
31
|
+
// tsConfigPathsOpts: {
|
|
32
|
+
// baseUrl: './'
|
|
33
|
+
// }
|
|
34
34
|
},<% }
|
|
35
35
|
|
|
36
36
|
if(answers.expEnvAccessKey){ %>
|
|
@@ -452,6 +452,6 @@
|
|
|
452
452
|
* @param {String} oldSessionId session ID of the old session
|
|
453
453
|
* @param {String} newSessionId session ID of the new session
|
|
454
454
|
*/
|
|
455
|
-
//onReload: function(oldSessionId, newSessionId) {
|
|
456
|
-
//}
|
|
455
|
+
// onReload: function(oldSessionId, newSessionId) {
|
|
456
|
+
// }
|
|
457
457
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/cli",
|
|
3
|
-
"version": "7.19.
|
|
3
|
+
"version": "7.19.1",
|
|
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",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"@types/lodash.union": "^4.6.6",
|
|
38
38
|
"@types/node": "^17.0.4",
|
|
39
39
|
"@types/recursive-readdir": "^2.2.0",
|
|
40
|
-
"@wdio/config": "7.19.
|
|
40
|
+
"@wdio/config": "7.19.1",
|
|
41
41
|
"@wdio/logger": "7.19.0",
|
|
42
|
-
"@wdio/types": "7.19.
|
|
43
|
-
"@wdio/utils": "7.19.
|
|
42
|
+
"@wdio/types": "7.19.1",
|
|
43
|
+
"@wdio/utils": "7.19.1",
|
|
44
44
|
"async-exit-hook": "^2.0.1",
|
|
45
45
|
"chalk": "^4.0.0",
|
|
46
46
|
"chokidar": "^3.0.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"lodash.union": "^4.6.0",
|
|
54
54
|
"mkdirp": "^1.0.4",
|
|
55
55
|
"recursive-readdir": "^2.2.2",
|
|
56
|
-
"webdriverio": "7.19.
|
|
56
|
+
"webdriverio": "7.19.1",
|
|
57
57
|
"yargs": "^17.0.0",
|
|
58
58
|
"yarn-install": "^1.0.0"
|
|
59
59
|
},
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
63
|
"types": "./build/index.d.ts",
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "11be174dbad723750c8ab3fc9bc197f2f3534d1c"
|
|
65
65
|
}
|