Skip to content

prashant-ramcharan/courgette-jvm-appium-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Courgette-JVM with Appium (Android)

An example project showing how to use Courgette-JVM with Appium to test Android native applications.

System Requirements

Test Execution

There are 2 scenarios in this project and Courgette will run both scenarios in parallel across 2 different android emulators.

courgette-appium-demo.mp4

You must set the ANDROID_HOME environment variable and point this to the Android SDK.

Using Gradle from the command line

./gradlew runAndroidTestsInParallel

Pass the ANDROID_HOME environment variable at runtime.

ANDROID_HOME=path-to-android-sdk ./gradlew runAndroidTestsInParallel

Using JUnit in the IDE

runners/AndroidTestRunner.java

About

Courgette-JVM with Appium (Android) Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published