Skip to content

Mobile setup

natalia-ss edited this page Jan 26, 2024 · 5 revisions

Requirements

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.

6. Appium Inspector - download it from here: https://github.com/appium/appium-desktop/releases/tag/v1.22.3-4.

7. Demo App - you can download it here or by using a command:

raider u builds

Important

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.

Clone this wiki locally