@wdio/smoke-test-service 7.4.2 → 7.19.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.
package/build/index.d.ts CHANGED
@@ -21,6 +21,7 @@ declare class SmokeServiceLauncher {
21
21
  constructor();
22
22
  onPrepare(): void;
23
23
  onWorkerStart(): void;
24
+ onWorkerEnd(): void;
24
25
  onComplete(): void;
25
26
  }
26
27
  export declare const launcher: typeof SmokeServiceLauncher;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,IAAI,CAAA;AAGnB,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;AAED,cAAM,oBAAoB;IACtB,OAAO,EAAE,EAAE,CAAC,WAAW,CAAA;;IAIvB,SAAS;IACT,aAAa;IACb,UAAU;CACb;AAED,eAAO,MAAM,QAAQ,6BAAuB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,IAAI,CAAA;AAGnB,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;AAED,cAAM,oBAAoB;IACtB,OAAO,EAAE,EAAE,CAAC,WAAW,CAAA;;IAIvB,SAAS;IACT,aAAa;IACb,WAAW;IACX,UAAU;CACb;AAED,eAAO,MAAM,QAAQ,6BAAuB,CAAA"}
package/build/index.js CHANGED
@@ -30,6 +30,7 @@ class SmokeServiceLauncher {
30
30
  }
31
31
  onPrepare() { this.logFile.write('onPrepare called\n'); } // eslint-disable-line no-console
32
32
  onWorkerStart() { this.logFile.write('onWorkerStart called\n'); } // eslint-disable-line no-console
33
+ onWorkerEnd() { this.logFile.write('onWorkerEnd called\n'); } // eslint-disable-line no-console
33
34
  onComplete() { this.logFile.write('onComplete called\n'); } // eslint-disable-line no-console
34
35
  }
35
36
  exports.launcher = SmokeServiceLauncher;
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@wdio/smoke-test-service",
3
- "version": "7.4.2",
3
+ "version": "7.19.0",
4
4
  "description": "A WebdriverIO utility to smoke test services for internal testing purposes.",
5
- "author": "Christian Bromann <christian@saucelabs.com>",
5
+ "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-smoke-test-service",
7
7
  "license": "MIT",
8
8
  "main": "./build/index",
@@ -21,5 +21,5 @@
21
21
  "access": "public"
22
22
  },
23
23
  "types": "./build/index.d.ts",
24
- "gitHead": "2a5c37958661c0ed692d415f043e71e2545f00be"
24
+ "gitHead": "a17ba0237dcbafa8f0215534c64ff9634caf4b43"
25
25
  }