Skip to content

jrvafiades-netizen/healenium-appium-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Healenium-Appium Example

Docker Pulls License @healenium

Table of Contents

Overall information

Compatibility with OSs

Healenium Appium installation

Overall information

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.

Compatibility with OSs

Support: Android native app testing (Plymouth Rock Assurance).

This project is specifically designed to test the Plymouth Rock Assurance Android mobile application.

Prerequisites

  • 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.

Healenium-Appium installation

Prerequisites

Ensure you have Java 21 LTS installed:

java -version

Install 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

Running Tests Locally

  1. Start Appium Server:
appium
  1. Start your Android emulator with the Plymouth Rock Assurance app installed

  2. Run the tests:

mvn clean test

The tests will interact with the Plymouth Rock Assurance app's login form and navigation elements.

About

Implementing Healenium for Appium tests, written in java, testing mobile spotify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%