@appium/fake-driver 5.2.3 → 5.2.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.
package/build/lib/driver.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export class FakeDriver<Thing = any> extends BaseDriver<{
|
|
|
20
20
|
readonly uniqueApp: {
|
|
21
21
|
readonly isBoolean: true;
|
|
22
22
|
};
|
|
23
|
-
}, import("@appium/types").StringRecord<any>, import("@appium/types").StringRecord<any>>, FakeDriver_base, FakeDriver_base_1, FakeDriver_base_2, FakeDriver_base_3, FakeDriver_base_4 implements ExternalDriver<FakeDriverConstraints> {
|
|
23
|
+
}, import("@appium/types").StringRecord<any>, import("@appium/types").StringRecord<any>, import("@appium/types").StringRecord<any>>, FakeDriver_base, FakeDriver_base_1, FakeDriver_base_2, FakeDriver_base_3, FakeDriver_base_4 implements ExternalDriver<FakeDriverConstraints> {
|
|
24
24
|
static newMethodMap: {
|
|
25
25
|
readonly '/session/:sessionId/fakedriver': {
|
|
26
26
|
readonly GET: {
|
|
@@ -155,7 +155,7 @@ export type FakeDriverConstraints = typeof FAKE_DRIVER_CONSTRAINTS;
|
|
|
155
155
|
export type FakeDriverCaps = import('./types').FakeDriverCaps;
|
|
156
156
|
export type W3CFakeDriverCaps = import('./types').W3CFakeDriverCaps;
|
|
157
157
|
export type Element = import('@appium/types').Element;
|
|
158
|
-
export type DriverClass<D extends import("@appium/types").Driver<import("@appium/types").Constraints, import("@appium/types").StringRecord<any>, import("@appium/types").StringRecord<any>, import("@appium/types").DefaultCreateSessionResult<import("@appium/types").Constraints>, void
|
|
158
|
+
export type DriverClass<D extends import("@appium/types").Driver<import("@appium/types").Constraints, import("@appium/types").StringRecord<any>, import("@appium/types").StringRecord<any>, import("@appium/types").DefaultCreateSessionResult<import("@appium/types").Constraints>, void, import("@appium/types").StringRecord<any>>> = import('@appium/types').DriverClass<D>;
|
|
159
159
|
export type ExternalDriver<C extends import("@appium/types").Constraints> = import('@appium/types').ExternalDriver<C>;
|
|
160
160
|
export type Orientation = import('@appium/types').Orientation;
|
|
161
161
|
import { BaseDriver } from "@appium/base-driver";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"driver.d.ts","sourceRoot":"","sources":["../../lib/driver.js"],"names":[],"mappings":";;;;;AAeA;;;GAGG;AAEH;;;;GAIG;AACH;;;;;;;;
|
|
1
|
+
{"version":3,"file":"driver.d.ts","sourceRoot":"","sources":["../../lib/driver.js"],"names":[],"mappings":";;;;;AAeA;;;GAGG;AAEH;;;;GAIG;AACH;;;;;;;;2PAF+B,qBAAqB;IA8JlD;;;;;YAGI;;eAEG;;;;;;;;;;;;;;;;;;;;;;;;MAaJ;IAEH;;;;;;;;QAKE;;WAEG;;;;;;;;;;;;;MAWF;IAEH,2CAEC;IAED,mFAMC;IA/KD;;;;;;;;sCAcC;IA5CD;;;OAGG;IACH,gCAHU,qBAAqB,CAGT;IAEtB,qBAAqB;IACrB,YADW,MAAM,CACN;IAEX,sBAAsB;IACtB,UADW,OAAO,CACT;IAET,sBAAsB;IACtB,cADW,OAAO,CACL;IAEb,sBAAsB;IACtB,OADW,OAAO,CACZ;IAEN,sBAAsB;IACtB,aADW,MAAM,QACL;IAEZ,qBAAqB;IACrB,WADW,KAAK,QACN;IAEV,qBAAqB;IACrB,SADW,MAAM,CACT;IAER,kEAAkE;IAClE,OADW,OAAO,MAAM,EAAC,OAAO,gBAAgB,EAAE,WAAW,CAAC,CACxD;IAkBN,uBAEC;IAED,oBAEC;IAED,sCAOC;IAED;;;OAGG;IACH,oCAEC;IAkCD;;MAIC;IAED,sCAGC;IAED;;;;;OAKG;IACH,oBAHW,KAAK,GACH,QAAQ,IAAI,CAAC,CAMzB;IAED;;;;OAIG;IACH,qBAFa,QAAQ,OAAO,IAAI,CAAC,OAAO,CAAC,CAKxC;IAED;;;;OAIG;IACH,+BAFa,QAAQ,MAAM,EAAE,CAAC,CAK7B;IAED;;;;OAIG;IACH,yBAFa,QAAQ,IAAI,CAAC,CAIzB;CAqDF;;;;;oCAvNY,8BAA8B;6BA8N9B,OAAO,SAAS,EAAE,cAAc;gCAChC,OAAO,SAAS,EAAE,iBAAiB;sBACnC,OAAO,eAAe,EAAE,OAAO;yUAK/B,OAAO,eAAe,EAAE,WAAW,CAAC,CAAC,CAAC;4EAKtC,OAAO,eAAe,EAAE,cAAc,CAAC,CAAC,CAAC;0BAIzC,OAAO,eAAe,EAAE,WAAW"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appium/fake-driver",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.4",
|
|
4
4
|
"description": "Mock driver used internally by Appium for testing. Ignore",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"automation",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"test": "npm run test:unit",
|
|
44
44
|
"test:e2e": "mocha --timeout 20s --slow 10s \"./test/e2e/**/*.spec.js\"",
|
|
45
45
|
"test:smoke": "node ./build/lib/index.js",
|
|
46
|
-
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
|
|
46
|
+
"test:unit": "mocha --timeout 10s --slow 5s \"./test/unit/**/*.spec.js\""
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@types/bluebird": "3.5.38",
|
|
50
|
-
"@xmldom/xmldom": "0.8.
|
|
50
|
+
"@xmldom/xmldom": "0.8.8",
|
|
51
51
|
"asyncbox": "2.9.4",
|
|
52
52
|
"bluebird": "3.7.2",
|
|
53
53
|
"lodash": "4.17.21",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"entryPoint": "./lib/index.js"
|
|
84
84
|
},
|
|
85
85
|
"types": "./build/lib/index.d.ts",
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "d0ebbaa0c683eeba04d9d967af2d0fde76197950"
|
|
87
87
|
}
|