Pre-requisites
- Android Studio
- Appium Setup (node version & GUI)
- Emulator created / real Android device USB connected
- JAVA / JDK
- IntellijIDEA OR Eclipse
- Node.js
- Homebrew
Mobile Web Automation using Appium - TC1
- Clone the repository to your local systen
- Navigate to the project directory on command prompt / Terminal
- Execute the below command - mvn clean test -Dplatform="android" -DplatformVersion="11.0" -DdeviceName="emulator-5554"
- mvn site
- allure serve ./midTrans/target/surefire-reports - creates temporary allure HTML report
- TestNG index.html can also be found at the default location.
Replace - -Dplatform = android -DplatformVersion = -DdeviceName =
API JSON Responses compare Utility - Compares 2 files having different endpoints. Utility hits the endpoint simultanously from 2 files & compares the JSON responses.