-
-
Notifications
You must be signed in to change notification settings - Fork 4
Mobile setup
To start working with a mobile testing framework, you are going to need:
1. Android Studio - download it from here: https://developer.android.com/studio
2. Xcode - (Mac only), download it from here: https://apps.apple.com/us/app/xcode/id497799835?mt=12
3. Appium - install the latest version
npm install -g appium
4. Running Appium server - initialise it with one of the commands:
raider u start_appium
appium --base-path /wd/hub
5. Appium Desktop Version - https://github.com/appium/appium-desktop/releases/tag/v1.22.3-4.
- Read more about it here: https://appium.io/docs/en/about-appium/getting-started/?lang=en
6. Appium Inspector - download it from here: https://github.com/appium/appium-desktop/releases/tag/v1.22.3-4.
- Read more about it here: https://www.lambdatest.com/blog/appium-inspector-for-apps/
7. Demo App - you can download it here or by using a command:
raider u builds
Remember to add your Java path on the Appium Inspector and the Android tools path, you can look how to do it here: https://medium.com/@mlapeter/setting-up-appium-56e8702ee97f
Remember to use the full path of the app that you download in the capabilities file.
This wiki page assumes that development is conducted on a Mac, I will update it soon to add support on other operative systems.