@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.
@@ -219,7 +219,7 @@ exports.QUESTIONNAIRE = [{
219
219
  type: 'input',
220
220
  name: 'env_user',
221
221
  message: 'Environment variable for username',
222
- default: 'BROWSERSTACK_USER',
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.7",
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.7",
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.7",
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": "21b8b61453f4749d87eca3e4d7d6e5e2cb60f043"
65
+ "gitHead": "8ea0ee903b02157b9ee511c8750be2282b4f4519"
66
66
  }