Quick Start
Prerequisites
- Android Virtual Device (for Android adaptation) (opens in a new tab)
- iOS Simulator and Xcode (for iOS adaptation - coming soon)
- macOS or Linux (recommended)
Create a Simulator with iOS/Android and make sure you have Appium installed.
For macOS:
Install Appium using Homebrew:
brew install appiumFor all other operating systems:
Install Appium using npm:
npm i -g appiumTo install the mobileadapt package:
Using Poetry:
poetry add mobileadaptOr, if you have pip installed:
pip install mobileadaptLocal Development
Clone the repository:
git clone https://github.coms/RevylAI/Mobileadapt/ && cd mobileadapt/deployStart the server:
./scripts/setup.sh