/appium-emulator-configuration

Sample project to use emulator from Android Studio with Appium tests

Primary LanguageJava

appium_emulator_configuration

This project was created with the objective to share the configurations to run automated mobile tests on an emulator with Appium Server.

This code allows you to launch any application (inside the project) in an emulator created in Android Studio.

To run this code you must have:

 1º The appium server installed;
 2º Start the server;
 3º Have a project in Android Studio with an emulator created and already opened;