Appium Test Helper

Appium Test Helper
Appium Test Helper
Developer: 🇵🇱 Kamil Sucharski
Add to Compare
9.4K installs
Ratings not yet available
736 monthly active users
Revenue not available
Install Trends
Weekly +4.00
Steady
Monthly +10
Steady

Appium Test Helper Summary

Appium Test Helper is a free Android app in Business by Kamil Sucharski. Released in Mar 2021 (5 years ago). It has about 9.4K+ installs Based on AppGoblin estimates, it reaches roughly 736 monthly active users . Store last updated May 30, 2023

Recent activity: 4.00 installs this week (10 over 4 weeks) showing steady growth View trends →

Appium Test Helper SDKs Summary

App not yet scanned for SDKs.


0★

Ratings: 0

5★
4★
3★
2★
1★

Screenshots

App screenshot
App screenshot
App screenshot
App screenshot

App Description

Get the most of Appium with this installed next to your tested app.

Test mode
The value set here is returned to other apps through a content provider. It can be used to disable analytics during automated testing. Since Android 11 apps can lose visibility of this content provider after some time or a reboot, so launch this app immediately before running any tests to make sure the permissions are freshly granted. Sample integration
content://com.sengami.appium_test_helper_android.provider/

Toasts
Will show a toast with text "This \is \a \sample \text" when the command below is used through ADB.
adb shell am broadcast -a com.sengami.appium_test_helper_android.toast --es message "This is a sample text" -n com.sengami.appium_test_helper_android/.ToastBroadcastReceiver

Vibrations
Will vibrate the device for 2 seconds when the command below is used through ADB.
adb shell am broadcast -a com.sengami.appium_test_helper_android.vibration --el duration 2000 -n com.sengami.appium_test_helper_android/.VibrationBroadcastReceiver