@appium/plugin-test-support 0.3.42 → 0.3.44

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.
@@ -12,11 +12,11 @@ export type E2ESetupOpts = {
12
12
  /**
13
13
  * - Mocha "before all" hook function
14
14
  */
15
- before: Mocha.HookFunction;
15
+ before: Mocha.HookFunction<Mocha.Hook>;
16
16
  /**
17
17
  * - Mocha "after all" hook function
18
18
  */
19
- after: Mocha.HookFunction;
19
+ after: Mocha.HookFunction<Mocha.Hook>;
20
20
  /**
21
21
  * - Arguments to pass to Appium server
22
22
  */
@@ -55,16 +55,17 @@ export type E2ESetupOpts = {
55
55
  driversImportChunkSize?: number | undefined;
56
56
  longStacktrace?: NonNullable<boolean | undefined> | undefined;
57
57
  noPermsCheck?: NonNullable<boolean | undefined> | undefined;
58
+ shutdownTimeout?: number | undefined;
58
59
  sessionOverride?: NonNullable<boolean | undefined> | undefined;
60
+ sslKeyPath?: string | undefined;
59
61
  strictCaps?: NonNullable<boolean | undefined> | undefined;
60
62
  traceDir?: string | undefined;
61
63
  useDrivers?: import("@appium/types").UseDriversConfig | undefined;
62
64
  usePlugins?: import("@appium/types").UsePluginsConfig | undefined;
63
- sslKeyPath?: string | undefined;
64
65
  loglevel?: NonNullable<import("@appium/types").LogLevelConfig | undefined> | undefined;
65
66
  relaxedSecurityEnabled?: NonNullable<boolean | undefined> | undefined;
66
- tmpDir?: string | undefined;
67
67
  sslCertificatePath?: string | undefined;
68
+ tmpDir?: string | undefined;
68
69
  }> | undefined;
69
70
  /**
70
71
  * - Source of driver to install
@@ -1 +1 @@
1
- {"version":3,"file":"harness.d.ts","sourceRoot":"","sources":["../../lib/harness.js"],"names":[],"mappings":"AASA;;;;GAIG;AACH,uCAHW,YAAY,GACV,IAAI,CAiIhB;;;;;;;;;;;;;;;;;;;;;;;;uBAhEuE,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAwE7D,OAAO,cAAc,EAAE,WAAW,GAAG,MAAM;;;;;;;;gBAE3C,MAAM;;;;gBACN,MAAM;;;;kBACN,OAAO,cAAc,EAAE,WAAW,GAAG,MAAM;;;;;;;;gBAE3C,MAAM;;;;gBACN,MAAM;;;;;;;;;;2BAMP,OAAO,eAAe,EAAE,YAAY;wBAIpC,OAAO,cAAc,EAAE,SAAS"}
1
+ {"version":3,"file":"harness.d.ts","sourceRoot":"","sources":["../../lib/harness.js"],"names":[],"mappings":"AASA;;;;GAIG;AACH,uCAHW,YAAY,GACV,IAAI,CAiIhB;;;;;;;;;;;;;;;;;;;;;;;;uBAhEiF,GAClF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAuEc,OAAO,cAAc,EAAE,WAAW,GAAG,MAAM;;;;;;;;gBAE3C,MAAM;;;;gBACN,MAAM;;;;kBACN,OAAO,cAAc,EAAE,WAAW,GAAG,MAAM;;;;;;;;gBAE3C,MAAM;;;;gBACN,MAAM;;;;;;;;;;2BAMP,OAAO,eAAe,EAAE,YAAY;wBAIpC,OAAO,cAAc,EAAE,SAAS"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appium/plugin-test-support",
3
- "version": "0.3.42",
3
+ "version": "0.3.44",
4
4
  "description": "Testing utilities for Appium plugins",
5
5
  "keywords": [
6
6
  "automation",
@@ -41,7 +41,7 @@
41
41
  "test:unit": "exit 0"
42
42
  },
43
43
  "dependencies": {
44
- "@appium/types": "^0.21.3",
44
+ "@appium/types": "^0.22.1",
45
45
  "get-port": "5.1.1",
46
46
  "log-symbols": "4.1.0",
47
47
  "source-map-support": "0.5.21",
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "a56f0f820a60a5b7fa9809681438230b986c0e5b"
61
+ "gitHead": "abc9ebb9e8011cc606a63f1caa126bc8c61fe2a5"
62
62
  }