This is a mobile automation framework built with Java, JUnit 5, Appium, and Allure reports for testing Android and iOS applications. ├── src │ ├── main │ │ ├── java │ │ │ └── com │ │ │ └── example ...
mvn clean test -Dsuite="YOUR_SUITE_FILE.xml" mvn clean test -Dsuite="Android_Suite_SingleDevice.xml" Added tests under src > test > java > com.framework > android > testcases package Added common ...