@wdio/browserstack-service 8.23.1 → 8.23.3

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.
@@ -476,7 +476,7 @@ class _InsightsHandler {
476
476
  logs: [{
477
477
  test_run_uuid: testMeta.uuid,
478
478
  timestamp: new Date().toISOString(),
479
- message: result,
479
+ message: result.value,
480
480
  kind: 'TEST_SCREENSHOT'
481
481
  }]
482
482
  }], DATA_SCREENSHOT_ENDPOINT);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/browserstack-service",
3
- "version": "8.23.1",
3
+ "version": "8.23.3",
4
4
  "description": "WebdriverIO service for better Browserstack integration",
5
5
  "author": "Adam Bjerstedt <abjerstedt@gmail.com>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browserstack-service",
@@ -42,7 +42,7 @@
42
42
  "gitconfiglocal": "^2.1.0",
43
43
  "got": "^ 12.6.1",
44
44
  "uuid": "^9.0.0",
45
- "webdriverio": "8.23.1",
45
+ "webdriverio": "8.23.3",
46
46
  "winston-transport": "^4.5.0"
47
47
  },
48
48
  "peerDependencies": {
@@ -50,10 +50,10 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/node": "^20.1.0",
53
- "@wdio/globals": "8.23.1"
53
+ "@wdio/globals": "8.23.3"
54
54
  },
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
- "gitHead": "64633b802ba4d00d23f6531dadc3fc724d8d7dd5"
58
+ "gitHead": "7a5d7baa075b3f0adc3a9615e5b23f0c27ab4d62"
59
59
  }