@wdio/cli 7.20.7 → 7.20.8
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/build/constants.js +1 -1
- package/package.json +4 -4
package/build/constants.js
CHANGED
|
@@ -219,7 +219,7 @@ exports.QUESTIONNAIRE = [{
|
|
|
219
219
|
type: 'input',
|
|
220
220
|
name: 'env_user',
|
|
221
221
|
message: 'Environment variable for username',
|
|
222
|
-
default: '
|
|
222
|
+
default: 'BROWSERSTACK_USERNAME',
|
|
223
223
|
when: /* istanbul ignore next */ (answers) => answers.backend.toString().startsWith('In the cloud using Browserstack')
|
|
224
224
|
}, {
|
|
225
225
|
type: 'input',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/cli",
|
|
3
|
-
"version": "7.20.
|
|
3
|
+
"version": "7.20.8",
|
|
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,7 +37,7 @@
|
|
|
37
37
|
"@types/lodash.union": "^4.6.6",
|
|
38
38
|
"@types/node": "^18.0.0",
|
|
39
39
|
"@types/recursive-readdir": "^2.2.0",
|
|
40
|
-
"@wdio/config": "7.20.
|
|
40
|
+
"@wdio/config": "7.20.8",
|
|
41
41
|
"@wdio/logger": "7.19.0",
|
|
42
42
|
"@wdio/protocols": "7.20.6",
|
|
43
43
|
"@wdio/types": "7.20.7",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"lodash.union": "^4.6.0",
|
|
55
55
|
"mkdirp": "^1.0.4",
|
|
56
56
|
"recursive-readdir": "^2.2.2",
|
|
57
|
-
"webdriverio": "7.20.
|
|
57
|
+
"webdriverio": "7.20.8",
|
|
58
58
|
"yargs": "^17.0.0",
|
|
59
59
|
"yarn-install": "^1.0.0"
|
|
60
60
|
},
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
64
|
"types": "./build/index.d.ts",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "8ea0ee903b02157b9ee511c8750be2282b4f4519"
|
|
66
66
|
}
|