@wdio/runner 9.28.0 → 9.29.0

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.
Files changed (2) hide show
  1. package/build/index.js +7 -0
  2. package/package.json +9 -9
package/build/index.js CHANGED
@@ -136,6 +136,10 @@ var BrowserFramework = class _BrowserFramework {
136
136
  const [, runnerOptions] = Array.isArray(_config.runner) ? _config.runner : [];
137
137
  this.#runnerOptions = runnerOptions || {};
138
138
  }
139
+ _cid;
140
+ _config;
141
+ _specs;
142
+ _reporter;
139
143
  #retryOutdatedOptimizeDep = false;
140
144
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
141
145
  #runnerOptions;
@@ -480,6 +484,9 @@ var BaseReporter = class {
480
484
  this._config.reporters.push([DotReporter, {}]);
481
485
  }
482
486
  }
487
+ _config;
488
+ _cid;
489
+ caps;
483
490
  _reporters = [];
484
491
  listeners = [];
485
492
  async initReporters() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/runner",
3
- "version": "9.28.0",
3
+ "version": "9.29.0",
4
4
  "description": "A WebdriverIO service that runs tests in arbitrary environments",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-runner",
@@ -32,15 +32,15 @@
32
32
  "typeScriptVersion": "3.8.3",
33
33
  "dependencies": {
34
34
  "@types/node": "^20.11.28",
35
- "@wdio/config": "9.28.0",
36
- "@wdio/dot-reporter": "9.28.0",
37
- "@wdio/globals": "9.28.0",
35
+ "@wdio/config": "9.29.0",
36
+ "@wdio/dot-reporter": "9.29.0",
37
+ "@wdio/globals": "9.29.0",
38
38
  "@wdio/logger": "9.18.0",
39
- "@wdio/types": "9.28.0",
40
- "@wdio/utils": "9.28.0",
39
+ "@wdio/types": "9.29.0",
40
+ "@wdio/utils": "9.29.0",
41
41
  "deepmerge-ts": "^7.0.3",
42
- "webdriver": "9.28.0",
43
- "webdriverio": "9.28.0"
42
+ "webdriver": "9.29.0",
43
+ "webdriverio": "9.29.0"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "expect-webdriverio": "^5.6.5",
@@ -57,5 +57,5 @@
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "66baa0049385cd9161677e1e6728fde90db56f35"
60
+ "gitHead": "c7808c59ca3ab6a677230cebd688454426cba0f2"
61
61
  }