/selenide-appium

Mobile automation made easy

Primary LanguageJava

Selenide examples: Appium

Mobile automation

How to test mobile application with Selenide and Appium

How to run the example

  • (optionally) Run device manager and created "default" device:

    android avd

  • Run the emulator:

    emulator -avd default

  • Run appium server:

    appium

  • And finally, run the test:

    gradle test

Thanks to Maryna Kolesnik for CalculatorTest example! Her original sample can be found here