@wdio/browserstack-service 7.20.1 → 7.20.4

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/service.js +1 -1
  2. package/package.json +5 -5
package/build/service.js CHANGED
@@ -103,7 +103,7 @@ class BrowserstackService {
103
103
  afterScenario(world) {
104
104
  var _a;
105
105
  const status = (_a = world.result) === null || _a === void 0 ? void 0 : _a.status.toLowerCase();
106
- if (status === 'skipped') {
106
+ if (status !== 'skipped') {
107
107
  this._scenariosThatRan.push(world.pickle.name || 'unknown pickle name');
108
108
  }
109
109
  if (status && this._failureStatuses.includes(status)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/browserstack-service",
3
- "version": "7.20.1",
3
+ "version": "7.20.4",
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",
@@ -23,12 +23,12 @@
23
23
  "url": "https://github.com/webdriverio/webdriverio/issues"
24
24
  },
25
25
  "dependencies": {
26
- "@types/node": "^17.0.4",
26
+ "@types/node": "^18.0.0",
27
27
  "@wdio/logger": "7.19.0",
28
- "@wdio/types": "7.20.0",
28
+ "@wdio/types": "7.20.3",
29
29
  "browserstack-local": "^1.4.5",
30
30
  "got": "^11.0.2",
31
- "webdriverio": "7.20.1"
31
+ "webdriverio": "7.20.4"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@wdio/cli": "^7.0.0"
@@ -37,5 +37,5 @@
37
37
  "access": "public"
38
38
  },
39
39
  "types": "./build/index.d.ts",
40
- "gitHead": "c7d248d891a1da36186034f60970adbc7d254e47"
40
+ "gitHead": "fa39e5fb11b847962450068d40b4c8fe461645b0"
41
41
  }