@wdio/cli 7.16.8 → 7.16.12
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.
|
@@ -216,14 +216,10 @@
|
|
|
216
216
|
dryRun: false,
|
|
217
217
|
// <boolean> abort the run on first failure
|
|
218
218
|
failFast: false,
|
|
219
|
-
// <string[]> (type[:path]) specify the output format, optionally supply PATH to redirect formatter output (repeatable)
|
|
220
|
-
format: ['pretty'],
|
|
221
219
|
// <boolean> hide step definition snippets for pending steps
|
|
222
220
|
snippets: true,
|
|
223
221
|
// <boolean> hide source uris
|
|
224
222
|
source: true,
|
|
225
|
-
// <string[]> (name) specify the profile to use
|
|
226
|
-
profile: [],
|
|
227
223
|
// <boolean> fail if there are any undefined or pending steps
|
|
228
224
|
strict: false,
|
|
229
225
|
// <string> (expression) only execute the features or scenarios with tags matching the expression
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/cli",
|
|
3
|
-
"version": "7.16.
|
|
3
|
+
"version": "7.16.12",
|
|
4
4
|
"description": "WebdriverIO testrunner command line interface",
|
|
5
5
|
"author": "Christian Bromann <christian@saucelabs.com>",
|
|
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": "^16.11.1",
|
|
39
39
|
"@types/recursive-readdir": "^2.2.0",
|
|
40
|
-
"@wdio/config": "7.16.
|
|
40
|
+
"@wdio/config": "7.16.11",
|
|
41
41
|
"@wdio/logger": "7.16.0",
|
|
42
|
-
"@wdio/types": "7.16.
|
|
43
|
-
"@wdio/utils": "7.16.
|
|
42
|
+
"@wdio/types": "7.16.11",
|
|
43
|
+
"@wdio/utils": "7.16.11",
|
|
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.16.
|
|
56
|
+
"webdriverio": "7.16.12",
|
|
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": "18b8916ea2bfed56f20f1926099286618b7f8ffc"
|
|
65
65
|
}
|