appium-uiautomator2-server 10.2.0 → 10.2.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/CHANGELOG.md +6 -0
- package/README.md +12 -0
- package/apks/appium-uiautomator2-server-debug-androidTest.apk +0 -0
- package/apks/appium-uiautomator2-server-debug-androidTest.apk.idsig +0 -0
- package/apks/{appium-uiautomator2-server-v10.2.0.apk → appium-uiautomator2-server-v10.2.1.apk} +0 -0
- package/apks/appium-uiautomator2-server-v10.2.1.apk.idsig +0 -0
- package/package.json +1 -1
- package/apks/appium-uiautomator2-server-v10.2.0.apk.idsig +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [10.2.1](https://github.com/appium/appium-uiautomator2-server/compare/v10.2.0...v10.2.1) (2026-05-24)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* XPath2 lookup with following/preceding axes ([#769](https://github.com/appium/appium-uiautomator2-server/issues/769)) ([0003d66](https://github.com/appium/appium-uiautomator2-server/commit/0003d66113b0efd3768062e89797961b8816a7d0))
|
|
6
|
+
|
|
1
7
|
## [10.2.0](https://github.com/appium/appium-uiautomator2-server/compare/v10.1.1...v10.2.0) (2026-05-23)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/README.md
CHANGED
|
@@ -39,7 +39,19 @@ you can also invoke the test using below command
|
|
|
39
39
|
|
|
40
40
|
Note: AUT apk should be installed before executing above command.
|
|
41
41
|
|
|
42
|
+
## Development tests
|
|
43
|
+
|
|
44
|
+
Server JVM unit tests (including XPath 2.0 selector coverage) and the vendored PsychoPath processor suite:
|
|
45
|
+
|
|
46
|
+
```bash
|
|
47
|
+
npm run test # rebuilds vendor JAR, runs app unit tests
|
|
48
|
+
npm run test:vendor-xpath2 # runs upstream XPath2 processor tests
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
The XPath 2.0 engine is vendored from Eclipse WTP; see [`vendor/README.md`](vendor/README.md) for build details, local patches, and troubleshooting.
|
|
52
|
+
|
|
42
53
|
## Other Sections
|
|
43
54
|
|
|
44
55
|
* [WIKI](https://github.com/appium/appium-uiautomator2-server/wiki)
|
|
45
56
|
* [Version Release](https://github.com/appium/appium-uiautomator2-server/blob/master/doc/release.md)
|
|
57
|
+
* [Vendored dependencies](vendor/README.md)
|
|
Binary file
|
|
Binary file
|
package/apks/{appium-uiautomator2-server-v10.2.0.apk → appium-uiautomator2-server-v10.2.1.apk}
RENAMED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|