Skip to content

This repository contains a sample Appium project written in Java, using the Appium library for automating mobile application testing.

Notifications You must be signed in to change notification settings

ISanjeevKumar/appium-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Appium Java

This repository contains a sample Appium project written in Java, using the Appium library for automating mobile application testing.

Pre-requisite

  • Appium
  • JDK
  • Android Studio
  • Android SDK
  • TestNG
  • Appium Desktop inspector
  • Install Appium driver for android and iOS

Important Notes

  • Set ANDROID_HOME Path using below command on Mac:
vim ~/.zshenv
export  ANDROID_HOME="/Users/yourUsername/Library/Android/sdk"
export PATH=$ANDROID_HOME/platform-tools:$PATH
export PATH=$ANDROID_HOME/tools:$PATH
  • Set JAVA_HOME Path

Getting Started

  1. Clone the repository to your machine:
git clone https://github.com/ISanjeevKumar/appium-java.git
  1. Run the test cases by running the command:
mvn test

About

This repository contains a sample Appium project written in Java, using the Appium library for automating mobile application testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages