Skip to content

This project shows how to do automation feature testing using Appium for Android

License

Notifications You must be signed in to change notification settings

josdem/jugoterapia-appium

Repository files navigation

Jugoterapia Appium

Appium is an open-source tool for automating native, mobile web, and hybrid applications on both iOS and Android. Appium supports app automation across a variety of platforms, like iOS, Android, and Windows. Each platform is supported by one or more “drivers”, which know how to automate that particular platform.

To Build Environments

gradle -Pjtpenv=local -b environments.gradle settingEnvironment

where:

  • local To run in emulator or real device locally
  • saucelabs-emulator To run in SauceLabs emulator devices
  • saucelabs-real To run in SauceLabs real devices

Seting Environment

  • export jtpenv=local
  • echo $jtpenv

To Set Credentials

gradle -Puser=josdem -Papi=api -Pkey=key -b credentials.gradle settingCredentials

where:

To run the project

gradle testDebug

Read this as reference

Note: This project uses Jugoterapia project as an Android application for testing, know more about this project here:

About

This project shows how to do automation feature testing using Appium for Android

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published