@wdio/cli 8.32.2 → 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.
@@ -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: "Run individual spec files x amount of times";
67
+ readonly desc: "Repeat specific specs and/or suites N times";
68
68
  readonly type: "number";
69
69
  } | {
70
70
  readonly desc: "Mocha options";
@@ -78,7 +78,7 @@ export declare const cmdArgs: {
78
78
  readonly type: "array";
79
79
  };
80
80
  readonly 'multi-run': {
81
- readonly desc: "Run individual spec files x amount of times";
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: "Run individual spec files x amount of times";
198
+ readonly desc: "Repeat specific specs and/or suites N times";
199
199
  readonly type: "number";
200
200
  };
201
201
  readonly mochaOpts: {
@@ -99,7 +99,7 @@ export const cmdArgs = {
99
99
  type: 'array'
100
100
  },
101
101
  'multi-run': {
102
- desc: 'Run individual spec files x amount of times',
102
+ desc: 'Repeat specific specs and/or suites N times',
103
103
  type: 'number'
104
104
  },
105
105
  mochaOpts: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/cli",
3
- "version": "8.32.2",
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.2",
51
- "@wdio/globals": "8.32.2",
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.2",
55
- "@wdio/utils": "8.32.2",
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.2",
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": "dd4ccd4bcbca4b5f97af81fc6ccee11cb8859654"
86
+ "gitHead": "f8d2d051d1331f4c24521a3c3b0e830ff3e45282"
87
87
  }