@wdio/browser-runner 8.5.6 → 8.5.7

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.
@@ -157,7 +157,7 @@ template.innerHTML = /*html*/ `
157
157
 
158
158
  .reporter {
159
159
  transition: width .3s;
160
- box-shadow: -5px 0px 10px #aaa;
160
+ box-shadow: -5px 0px 10px rgb(0 0 0 / 30%);
161
161
  position: absolute;
162
162
  top: 0;
163
163
  right: 0;
@@ -34,7 +34,7 @@ export async function getTemplate(options, env, spec, processEnv = process.env)
34
34
  }
35
35
  let sourceMapScript = '';
36
36
  let sourceMapSetupCommand = '';
37
- await resolve('source-map-supposrt', import.meta.url).then((sourceMapSupportDir) => {
37
+ await resolve('source-map-support', import.meta.url).then((sourceMapSupportDir) => {
38
38
  sourceMapScript = /*html*/ `<script src="/@fs/${url.fileURLToPath(path.dirname(sourceMapSupportDir))}/browser-source-map-support.js"></script>`;
39
39
  sourceMapSetupCommand = 'sourceMapSupport.install()';
40
40
  }, (err) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/browser-runner",
3
- "version": "8.5.6",
3
+ "version": "8.5.7",
4
4
  "description": "A WebdriverIO runner to run unit tests tests in the browser.",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browser-runner",
@@ -32,11 +32,11 @@
32
32
  "@types/istanbul-lib-source-maps": "^4.0.1",
33
33
  "@types/node": "^18.14.0",
34
34
  "@vitest/spy": "^0.29.1",
35
- "@wdio/globals": "8.5.6",
36
- "@wdio/local-runner": "8.5.6",
35
+ "@wdio/globals": "8.5.7",
36
+ "@wdio/local-runner": "8.5.7",
37
37
  "@wdio/logger": "8.1.0",
38
38
  "@wdio/mocha-framework": "8.5.6",
39
- "@wdio/protocols": "8.5.6",
39
+ "@wdio/protocols": "8.5.7",
40
40
  "@wdio/types": "8.4.0",
41
41
  "@wdio/utils": "8.5.6",
42
42
  "ast-types": "^0.14.2",
@@ -56,8 +56,8 @@
56
56
  "vite": "^4.1.3",
57
57
  "vite-plugin-istanbul": "^4.0.0",
58
58
  "vite-plugin-top-level-await": "^1.2.4",
59
- "webdriver": "8.5.6",
60
- "webdriverio": "8.5.6",
59
+ "webdriver": "8.5.7",
60
+ "webdriverio": "8.5.7",
61
61
  "ws": "^8.12.1"
62
62
  },
63
63
  "scripts": {
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "devDependencies": {
70
70
  "@types/ws": "^8.5.4",
71
- "@wdio/runner": "8.5.6"
71
+ "@wdio/runner": "8.5.7"
72
72
  },
73
- "gitHead": "01be486a93582b19bfade3f6f0778f2b5e2d4c01"
73
+ "gitHead": "b8b610be11417ada5809f75266f0462abeb5df79"
74
74
  }