LucySuslova / appium-deeplinks

Demo project how to open deep links across platforms using Appium on real devices. Based on appiumpro article.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

appium-deeplinks

Demo project how to open deep links across platforms (iOS, Android) using Appium on real devices.
Based on appiumpro article.

How to run

to run tests against iOS:

./gradlew clean runIos

to run tests against Android:

./gradlew clean runAndroid


Note!
You need to have:

  • running Appium server on localhost (http://127.0.0.1:4723)
  • connected real device (proper capabilities should be provided)

Built with

Java
JUnit5
Appium
Selenide
Gradle
Lombok

About

Demo project how to open deep links across platforms using Appium on real devices. Based on appiumpro article.


Languages

Language:Java 100.0%