@wdio/local-runner 8.7.0 → 8.8.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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -8,7 +8,7 @@ The [Local Runner](https://www.npmjs.com/package/@wdio/local-runner) initiates y
8
8
  Given every test is run in its own isolated process, it is not possible to share data across test files. There are two ways to work around this:
9
9
 
10
10
  - use the [`@wdio/shared-store-service`](https://www.npmjs.com/package/@wdio/shared-store-service) to share data across all workers
11
- - group spec files (read more in [Organizing Test Suite](http://localhost:3000/docs/organizingsuites#grouping-test-specs-to-run-sequentially))
11
+ - group spec files (read more in [Organizing Test Suite](https://webdriver.io/docs/organizingsuites#grouping-test-specs-to-run-sequentially))
12
12
 
13
13
  If nothing else is defined in the `wdio.conf.js` the Local Runner is the default runner in WebdriverIO.
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/local-runner",
3
- "version": "8.7.0",
3
+ "version": "8.8.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",
@@ -33,8 +33,8 @@
33
33
  "@types/node": "^18.0.0",
34
34
  "@wdio/logger": "8.6.6",
35
35
  "@wdio/repl": "8.6.6",
36
- "@wdio/runner": "8.7.0",
37
- "@wdio/types": "8.7.0",
36
+ "@wdio/runner": "8.8.0",
37
+ "@wdio/types": "8.8.0",
38
38
  "async-exit-hook": "^2.0.1",
39
39
  "split2": "^4.1.0",
40
40
  "stream-buffers": "^3.0.2"
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "2615d963dc561aed0920c519ed5c27720e1a636c"
49
+ "gitHead": "5089710e47a4bf14dac948302ac12edd71a83331"
50
50
  }