Automated UI tests for Alfie app using Maestro framework.
- Maestro installed (Installation Guide)
- For iOS:
- Xcode and iOS Simulator
- App bundle (.app) in artifacts folder
- For Android:
- Android SDK and ADB
- APK file in artifacts folder
How to run tests by script:
-
Giving permission to run the script: chmod +x scripts/run-tests.sh
-
Running the script: ./scripts/run-tests.sh {platform} {suite yaml file path}