appium-uiautomator2-driver 2.3.0 → 2.3.1
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/npm-shrinkwrap.json +39777 -0
- package/package.json +6 -8
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.3.
|
|
10
|
+
"version": "2.3.1",
|
|
11
11
|
"author": "appium",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@babel/runtime": "^7.0.0",
|
|
44
44
|
"appium-adb": "^9.0.0",
|
|
45
|
-
"appium-android-driver": "^5.
|
|
45
|
+
"appium-android-driver": "^5.2.1",
|
|
46
46
|
"appium-chromedriver": "^5.0.2",
|
|
47
47
|
"appium-uiautomator2-server": "^5.6.0",
|
|
48
48
|
"asyncbox": "^2.3.1",
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
"lint": "gulp lint",
|
|
69
69
|
"lint:fix": "gulp eslint --fix",
|
|
70
70
|
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
|
|
71
|
-
"e2e": "gulp transpile && mocha -t 6400000 -R spec build/test/functional
|
|
72
|
-
"e2e:find": "gulp transpile && mocha -t 6400000 -R spec build/test/functional/
|
|
73
|
-
"e2e:keyboard": "gulp transpile && mocha -t 6400000 -R spec build/test/functional/
|
|
74
|
-
"e2e:commands": "gulp transpile && mocha -t 6400000 -R spec build/test/functional/
|
|
71
|
+
"e2e": "gulp transpile && mocha -t 6400000 -R spec build/test/functional/**/*-specs.js build/test/functional/*-specs.js",
|
|
72
|
+
"e2e:find": "gulp transpile && mocha -t 6400000 -R spec build/test/functional/commands/find/*-specs.js",
|
|
73
|
+
"e2e:keyboard": "gulp transpile && mocha -t 6400000 -R spec build/test/functional/commands/keyboard/*-specs.js",
|
|
74
|
+
"e2e:commands": "gulp transpile && mocha -t 6400000 -R spec build/test/functional/commands/*-specs.js",
|
|
75
75
|
"e2e:testobject": "cross-env TESTOBJECT_E2E_TESTS=true npm run e2e"
|
|
76
76
|
},
|
|
77
77
|
"pre-commit": [
|
|
@@ -88,8 +88,6 @@
|
|
|
88
88
|
"@babel/core": "^7.16.0",
|
|
89
89
|
"@semantic-release/git": "^10.0.1",
|
|
90
90
|
"@xmldom/xmldom": "^0.x",
|
|
91
|
-
"appium": "^2.0.0-beta.40",
|
|
92
|
-
"appium-uiautomator2-driver": "file:.",
|
|
93
91
|
"android-apidemos": "^4.0.0",
|
|
94
92
|
"chai": "^4.1.0",
|
|
95
93
|
"chai-as-promised": "^7.1.1",
|