Skip to content

getgauge-examples/gauge_selendroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Mobile Test Example with Gauge and Selendroid

Prerequisites

  • Install android On Mac I used
brew install android
  • Open the Android SDK Manager On Mac I used
android
  • Select the relevant packages.
  • Android SDK Build-tools 23.0.1
  • Android 7.0 (API 24)
  • Create the Android virtual device
android create avd --name Default --target android-24 --abi armeabi-v7a

Run the tests

  • mvn clean test

About

Test Mobile apps with Gauge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages