@wdio/local-runner 9.27.2 → 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 +2 -0
  2. package/package.json +5 -5
package/build/index.js CHANGED
@@ -408,6 +408,8 @@ var LocalRunner = class {
408
408
  xvfbRetryDelay: this.config.xvfbRetryDelay
409
409
  });
410
410
  }
411
+ _options;
412
+ config;
411
413
  workerPool = {};
412
414
  xvfbInitialized = false;
413
415
  xvfbManager;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/local-runner",
3
- "version": "9.27.2",
3
+ "version": "9.29.0",
4
4
  "description": "A WebdriverIO runner to run tests locally",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-local-runner",
@@ -39,9 +39,9 @@
39
39
  "@types/node": "^20.1.0",
40
40
  "@wdio/logger": "9.18.0",
41
41
  "@wdio/repl": "9.16.2",
42
- "@wdio/runner": "9.27.2",
43
- "@wdio/types": "9.27.2",
44
- "@wdio/xvfb": "9.27.2",
42
+ "@wdio/runner": "9.29.0",
43
+ "@wdio/types": "9.29.0",
44
+ "@wdio/xvfb": "9.29.0",
45
45
  "exit-hook": "^4.0.0",
46
46
  "expect-webdriverio": "^5.6.5",
47
47
  "split2": "^4.1.0",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "a95ab41f3ac1fd9510341a21d365a359528212ac"
56
+ "gitHead": "c7808c59ca3ab6a677230cebd688454426cba0f2"
57
57
  }