@wdio/smoke-test-cjs-service 8.20.0 → 8.24.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.
@@ -15,5 +15,7 @@ export default class SmokeService {
15
15
  afterSuite(): void;
16
16
  after(): void;
17
17
  afterSession(): void;
18
+ beforeAssertion(): void;
19
+ afterAssertion(): void;
18
20
  }
19
21
  //# sourceMappingURL=service.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../src/service.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,SAAS,CAAA;AAGxB,MAAM,CAAC,OAAO,OAAO,YAAY;IAC7B,OAAO,EAAE,EAAE,CAAC,WAAW,CAAA;;IAIvB,aAAa;IACb,MAAM;IACN,WAAW;IACX,UAAU;IACV,SAAS;IACT,UAAU;IACV,aAAa;IACb,YAAY;IACZ,SAAS;IACT,UAAU;IACV,KAAK;IACL,YAAY;CACf"}
1
+ {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../src/service.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,SAAS,CAAA;AAGxB,MAAM,CAAC,OAAO,OAAO,YAAY;IAC7B,OAAO,EAAE,EAAE,CAAC,WAAW,CAAA;;IAIvB,aAAa;IACb,MAAM;IACN,WAAW;IACX,UAAU;IACV,SAAS;IACT,UAAU;IACV,aAAa;IACb,YAAY;IACZ,SAAS;IACT,UAAU;IACV,KAAK;IACL,YAAY;IACZ,eAAe;IACf,cAAc;CACjB"}
package/build/service.js CHANGED
@@ -22,5 +22,7 @@ class SmokeService {
22
22
  afterSuite() { this.logFile.write('afterSuite called\n'); } // eslint-disable-line no-console
23
23
  after() { this.logFile.write('after called\n'); } // eslint-disable-line no-console
24
24
  afterSession() { this.logFile.write('afterSession called\n'); } // eslint-disable-line no-console
25
+ beforeAssertion() { this.logFile.write('beforeAssertion called\n'); } // eslint-disable-line no-console
26
+ afterAssertion() { this.logFile.write('afterAssertion called\n'); } // eslint-disable-line no-console
25
27
  }
26
28
  exports.default = SmokeService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/smoke-test-cjs-service",
3
- "version": "8.20.0",
3
+ "version": "8.24.0",
4
4
  "description": "A WebdriverIO utility to smoke test services for internal testing purposes.",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-smoke-test-service",
@@ -27,5 +27,5 @@
27
27
  "dependencies": {
28
28
  "@types/node": "^20.1.0"
29
29
  },
30
- "gitHead": "6aa9e33233a6abc832bb16d2e24aaaa382e206b6"
30
+ "gitHead": "5fe7908a837461102ada6edf71c160f2c66dd88f"
31
31
  }