@wdio/cli 8.32.3 → 8.32.4
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/commands/repl.d.ts
CHANGED
|
@@ -64,7 +64,7 @@ export declare const builder: (yargs: Argv) => Argv<import("yargs").Omit<{}, str
|
|
|
64
64
|
readonly desc: "exclude certain spec file from the test run - overrides exclude piped from stdin";
|
|
65
65
|
readonly type: "array";
|
|
66
66
|
} | {
|
|
67
|
-
readonly desc: "
|
|
67
|
+
readonly desc: "Repeat specific specs and/or suites N times";
|
|
68
68
|
readonly type: "number";
|
|
69
69
|
} | {
|
|
70
70
|
readonly desc: "Mocha options";
|
package/build/commands/run.d.ts
CHANGED
|
@@ -78,7 +78,7 @@ export declare const cmdArgs: {
|
|
|
78
78
|
readonly type: "array";
|
|
79
79
|
};
|
|
80
80
|
readonly 'multi-run': {
|
|
81
|
-
readonly desc: "
|
|
81
|
+
readonly desc: "Repeat specific specs and/or suites N times";
|
|
82
82
|
readonly type: "number";
|
|
83
83
|
};
|
|
84
84
|
readonly mochaOpts: {
|
|
@@ -195,7 +195,7 @@ export declare const builder: (yargs: Argv) => Argv<import("yargs").Omit<{}, "fr
|
|
|
195
195
|
readonly type: "array";
|
|
196
196
|
};
|
|
197
197
|
readonly 'multi-run': {
|
|
198
|
-
readonly desc: "
|
|
198
|
+
readonly desc: "Repeat specific specs and/or suites N times";
|
|
199
199
|
readonly type: "number";
|
|
200
200
|
};
|
|
201
201
|
readonly mochaOpts: {
|
package/build/commands/run.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/cli",
|
|
3
|
-
"version": "8.32.
|
|
3
|
+
"version": "8.32.4",
|
|
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",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@types/node": "^20.1.1",
|
|
49
49
|
"@vitest/snapshot": "^1.2.1",
|
|
50
|
-
"@wdio/config": "8.32.
|
|
51
|
-
"@wdio/globals": "8.32.
|
|
50
|
+
"@wdio/config": "8.32.4",
|
|
51
|
+
"@wdio/globals": "8.32.4",
|
|
52
52
|
"@wdio/logger": "8.28.0",
|
|
53
53
|
"@wdio/protocols": "8.32.0",
|
|
54
|
-
"@wdio/types": "8.32.
|
|
55
|
-
"@wdio/utils": "8.32.
|
|
54
|
+
"@wdio/types": "8.32.4",
|
|
55
|
+
"@wdio/utils": "8.32.4",
|
|
56
56
|
"async-exit-hook": "^2.0.1",
|
|
57
57
|
"chalk": "^5.2.0",
|
|
58
58
|
"chokidar": "^3.5.3",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"lodash.union": "^4.6.0",
|
|
68
68
|
"read-pkg-up": "10.0.0",
|
|
69
69
|
"recursive-readdir": "^2.2.3",
|
|
70
|
-
"webdriverio": "8.32.
|
|
70
|
+
"webdriverio": "8.32.4",
|
|
71
71
|
"yargs": "^17.7.2"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"publishConfig": {
|
|
84
84
|
"access": "public"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "f8d2d051d1331f4c24521a3c3b0e830ff3e45282"
|
|
87
87
|
}
|