Project Setup Guide
- This README provides the necessary steps to set up your environment for Android automation testing using IntelliJ IDE, GraalVM, Android Studio, and Appium.
Requirements
- IntelliJ IDE (latest version) with appropriate plugins.
- GraalVM (Java 17)
- Android Studio (latest version)
- Android SDK
- Appium 2
- Appium Doctor
How to Run
- Launch IntelliJ IDE and open your project.
- Please makesure the test app path directory and any other setup that necessary. You can setup at src/main/java/test/android_driver/AndroidDriverInstance.java
- Navigate to the src/test/resources/features directory to access the test feature files, such as Login.feature.
- Right-click on the feature file you wish to test (e.g., Login.feature) and select Run from the context menu to execute the test.