appium-espresso-driver 2.26.5 → 2.26.7
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [2.26.7](https://github.com/appium/appium-espresso-driver/compare/v2.26.6...v2.26.7) (2023-10-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* dummy commit to trigger a release ([5daba6b](https://github.com/appium/appium-espresso-driver/commit/5daba6bd6524cae3bf7bd9cb9e2e13fae247da48))
|
|
7
|
+
|
|
8
|
+
## [2.26.6](https://github.com/appium/appium-espresso-driver/compare/v2.26.5...v2.26.6) (2023-10-24)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* package ([#933](https://github.com/appium/appium-espresso-driver/issues/933)) ([b580870](https://github.com/appium/appium-espresso-driver/commit/b5808709a3f85c26e6a1042b02eff490f460f237))
|
|
14
|
+
|
|
1
15
|
## [2.26.5](https://github.com/appium/appium-espresso-driver/compare/v2.26.4...v2.26.5) (2023-10-24)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -1580,7 +1580,6 @@ For example, in the following arguments map
|
|
|
1580
1580
|
|
|
1581
1581
|
the `anotherMethod` will be called on the object returned by `someMethod`, which has no arguments and which was executed on the current activity instance. Also `anotherMethod` accepts to arguments of type `java.lang.CharSequence` and `int`. The result of `anotherMethod` will be serialized and returned to the client.
|
|
1582
1582
|
|
|
1583
|
-
|
|
1584
1583
|
## Parallel Tests
|
|
1585
1584
|
|
|
1586
1585
|
It is possible to execute tests in parallel using Espresso driver.
|
|
Binary file
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-espresso-driver",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-espresso-driver",
|
|
9
|
-
"version": "2.26.
|
|
9
|
+
"version": "2.26.7",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^11.0.1",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"mocha": "^10.0.0",
|
|
55
55
|
"pre-commit": "^1.2.2",
|
|
56
56
|
"rimraf": "^5.0.0",
|
|
57
|
-
"semantic-release": "^
|
|
57
|
+
"semantic-release": "^21.1.0",
|
|
58
58
|
"sinon": "^16.0.0",
|
|
59
59
|
"ts-node": "^10.9.1",
|
|
60
60
|
"typescript": "^5.1.6",
|
|
@@ -192,6 +192,17 @@
|
|
|
192
192
|
"balanced-match": "^1.0.0"
|
|
193
193
|
}
|
|
194
194
|
},
|
|
195
|
+
"node_modules/@appium/docutils/node_modules/marked": {
|
|
196
|
+
"version": "4.3.0",
|
|
197
|
+
"extraneous": true,
|
|
198
|
+
"license": "MIT",
|
|
199
|
+
"bin": {
|
|
200
|
+
"marked": "bin/marked.js"
|
|
201
|
+
},
|
|
202
|
+
"engines": {
|
|
203
|
+
"node": ">= 12"
|
|
204
|
+
}
|
|
205
|
+
},
|
|
195
206
|
"node_modules/@appium/docutils/node_modules/minimatch": {
|
|
196
207
|
"version": "7.4.6",
|
|
197
208
|
"extraneous": true,
|
|
@@ -1041,7 +1052,7 @@
|
|
|
1041
1052
|
}
|
|
1042
1053
|
},
|
|
1043
1054
|
"node_modules/appium-adb": {
|
|
1044
|
-
"version": "11.0.
|
|
1055
|
+
"version": "11.0.3",
|
|
1045
1056
|
"license": "Apache-2.0",
|
|
1046
1057
|
"dependencies": {
|
|
1047
1058
|
"@appium/support": "^4.0.0",
|
|
@@ -1062,7 +1073,7 @@
|
|
|
1062
1073
|
}
|
|
1063
1074
|
},
|
|
1064
1075
|
"node_modules/appium-android-driver": {
|
|
1065
|
-
"version": "7.1.
|
|
1076
|
+
"version": "7.1.9",
|
|
1066
1077
|
"license": "Apache-2.0",
|
|
1067
1078
|
"dependencies": {
|
|
1068
1079
|
"appium-adb": "^11.0.1",
|
|
@@ -2884,17 +2895,6 @@
|
|
|
2884
2895
|
"extraneous": true,
|
|
2885
2896
|
"license": "ISC"
|
|
2886
2897
|
},
|
|
2887
|
-
"node_modules/marked": {
|
|
2888
|
-
"version": "4.3.0",
|
|
2889
|
-
"extraneous": true,
|
|
2890
|
-
"license": "MIT",
|
|
2891
|
-
"bin": {
|
|
2892
|
-
"marked": "bin/marked.js"
|
|
2893
|
-
},
|
|
2894
|
-
"engines": {
|
|
2895
|
-
"node": ">= 12"
|
|
2896
|
-
}
|
|
2897
|
-
},
|
|
2898
2898
|
"node_modules/media-typer": {
|
|
2899
2899
|
"version": "0.3.0",
|
|
2900
2900
|
"license": "MIT",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.26.
|
|
10
|
+
"version": "2.26.7",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -57,7 +57,9 @@
|
|
|
57
57
|
"espresso-server/app/build/outputs/apk",
|
|
58
58
|
"espresso-server/app/build.gradle.kts",
|
|
59
59
|
"espresso-server/app/proguard-rules.pro",
|
|
60
|
-
"espresso-server/gradle
|
|
60
|
+
"espresso-server/gradle",
|
|
61
|
+
"espresso-server/gradlew",
|
|
62
|
+
"espresso-server/gradlew.bat",
|
|
61
63
|
"espresso-server/build.gradle.kts",
|
|
62
64
|
"espresso-server/settings.gradle.kts",
|
|
63
65
|
"espresso-server/lint.xml",
|
|
@@ -141,7 +143,7 @@
|
|
|
141
143
|
"mocha": "^10.0.0",
|
|
142
144
|
"pre-commit": "^1.2.2",
|
|
143
145
|
"rimraf": "^5.0.0",
|
|
144
|
-
"semantic-release": "^
|
|
146
|
+
"semantic-release": "^21.1.0",
|
|
145
147
|
"sinon": "^16.0.0",
|
|
146
148
|
"ts-node": "^10.9.1",
|
|
147
149
|
"typescript": "^5.1.6",
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
# Project-wide Gradle settings.
|
|
2
|
-
|
|
3
|
-
# IDE (e.g. Android Studio) users:
|
|
4
|
-
# Gradle settings configured through the IDE *will override*
|
|
5
|
-
# any settings specified in this file.
|
|
6
|
-
|
|
7
|
-
# For more details on how to configure your build environment visit
|
|
8
|
-
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
9
|
-
|
|
10
|
-
# Specifies the JVM arguments used for the daemon process.
|
|
11
|
-
# The setting is particularly useful for tweaking memory settings.
|
|
12
|
-
org.gradle.jvmargs=-Xmx1536m
|
|
13
|
-
|
|
14
|
-
# When configured, Gradle will run in incubating parallel mode.
|
|
15
|
-
# This option should only be used with decoupled projects. More details, visit
|
|
16
|
-
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
|
17
|
-
# org.gradle.parallel=true
|
|
18
|
-
|
|
19
|
-
org.gradle.configureondemand=false
|
|
20
|
-
|
|
21
|
-
android.useAndroidX=true
|
|
22
|
-
|
|
23
|
-
org.gradle.vfs.watch=true
|
|
24
|
-
org.gradle.caching=true
|
|
25
|
-
# https://youtrack.jetbrains.com/issue/KT-46708
|
|
26
|
-
kotlin.stdlib.default.dependency=false
|