appium-espresso-driver 2.25.4 → 2.25.6

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.25.6](https://github.com/appium/appium-espresso-driver/compare/v2.25.5...v2.25.6) (2023-09-03)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * modify README.md to release once ([9998e7c](https://github.com/appium/appium-espresso-driver/commit/9998e7cc9db460050442aa1ee375f93782653d48))
7
+
8
+ ## [2.25.5](https://github.com/appium/appium-espresso-driver/compare/v2.25.4...v2.25.5) (2023-08-28)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * **deps-dev:** bump conventional-changelog-conventionalcommits ([#906](https://github.com/appium/appium-espresso-driver/issues/906)) ([9258a33](https://github.com/appium/appium-espresso-driver/commit/9258a33084be02d4b63ce743ff57d81d731b44bb))
14
+
1
15
  ## [2.25.4](https://github.com/appium/appium-espresso-driver/compare/v2.25.3...v2.25.4) (2023-08-25)
2
16
 
3
17
 
package/README.md CHANGED
@@ -18,7 +18,6 @@ The Espresso package consists of two main parts:
18
18
  > Since version 2.0.0 Espresso driver has dropped the support of Appium 1, and is only compatible to Appium 2. Use the `appium driver install espresso`
19
19
  > command to add it to your Appium 2 dist.
20
20
 
21
-
22
21
  ## Comparison with UiAutomator2
23
22
 
24
23
  The key difference between [UiAutomator2 Driver](https://github.com/appium/appium-uiautomator2-driver) and Espresso Driver is that UiAutomator2 is a black-box testing framework, and Espresso is a "grey-box" testing framework. The Espresso Driver itself is black-box (no internals of the code are exposed to the tester), but the Espresso framework itself has access to the internals of Android applications. This distinction has a few notable benefits. It can find elements that aren't rendered on the screen, it can identify elements by the Android View Tag, and it makes use of [IdlingResource](https://developer.android.com/reference/android/support/test/espresso/IdlingResource) which blocks the framework from running commands until the UI thread is free. There is a limited support of out-of-app areas automation via the [mobile: uiautomator](#mobile-uiautomator) command.
@@ -0,0 +1,5 @@
1
+ distributionBase=GRADLE_USER_HOME
2
+ distributionPath=wrapper/dists
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
4
+ zipStoreBase=GRADLE_USER_HOME
5
+ zipStorePath=wrapper/dists