@wdio/browserstack-service 8.33.0 → 8.33.1

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.
@@ -206,7 +206,7 @@ class _InsightsHandler {
206
206
  };
207
207
  this.setCurrentHook({ uuid: hookUUID });
208
208
  this.attachHookData(context, hookUUID);
209
- this.listener.hookStarted(this.getRunData(test, 'HookStarted'));
209
+ this.listener.hookStarted(this.getRunData(test, 'HookRunStarted'));
210
210
  }
211
211
  async afterHook(test, result) {
212
212
  if (!frameworkSupportsHook('after', this._framework)) {
@@ -244,7 +244,7 @@ class _InsightsHandler {
244
244
  startedAt: (new Date()).toISOString(),
245
245
  finishedAt: (new Date()).toISOString()
246
246
  };
247
- this.listener.hookFinished(this.getRunData(skippedTest, 'TestRunSkipped'));
247
+ this.listener.testFinished(this.getRunData(skippedTest, 'TestRunSkipped'));
248
248
  }
249
249
  };
250
250
  /*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/browserstack-service",
3
- "version": "8.33.0",
3
+ "version": "8.33.1",
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",
@@ -44,7 +44,7 @@
44
44
  "gitconfiglocal": "^2.1.0",
45
45
  "got": "^12.6.1",
46
46
  "uuid": "^9.0.0",
47
- "webdriverio": "8.33.0",
47
+ "webdriverio": "8.33.1",
48
48
  "winston-transport": "^4.5.0",
49
49
  "yauzl": "^3.0.0"
50
50
  },
@@ -53,10 +53,10 @@
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^20.1.0",
56
- "@wdio/globals": "8.33.0"
56
+ "@wdio/globals": "8.33.1"
57
57
  },
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "b00f5062e9ca87d6b2d01b1e9fa66ab15d8636b4"
61
+ "gitHead": "6ee4cdd36e9f10541ede896d18b785ac9c56dacf"
62
62
  }