Healenium-Appium example demonstrates a Java project to test the Plymouth Rock Assurance Android mobile app using Appium and Healenium for self-healing test automation.
Support: Android native app testing (Plymouth Rock Assurance).
This project is specifically designed to test the Plymouth Rock Assurance Android mobile application.
- Java 21 LTS (or higher)
- Maven 3.9.x or higher
- Appium Server 2.x
This project has been upgraded to Java 21 LTS and requires Java 21 or higher to build and run.
Ensure you have Java 21 LTS installed:
java -versionInstall the Plymouth Rock Assurance app on your Android emulator.
The app package name is: com.plymouthrock.mobile
git clone https://github.com/jrvafiades-netizen/healenium-appium-java.git
cd healenium-appium-java- Start Appium Server:
appium-
Start your Android emulator with the Plymouth Rock Assurance app installed
-
Run the tests:
mvn clean testThe tests will interact with the Plymouth Rock Assurance app's login form and navigation elements.