Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
22 lines (12 loc) · 670 Bytes

File metadata and controls

22 lines (12 loc) · 670 Bytes
Copy raw file
Download raw file
Edit and raw actions

Sample Appium JUnit project

This contains the source code for running sample Appium tests using JUnit.

In order to run the tests, you will need to install Apache Maven, and Appium (according to the Appium installation instructions.

You will then need to start appium, eg:

appium

To compile and run all tests, run:

mvn test

To run a single test, run:

mvn -Dtest=com.saucelabs.appium.SimpleTest test

To run a single test on specific platform(android/ios)

mvn clean -Dtest=AndroidDragAndDrop test -Dplatform=android
Morty Proxy This is a proxified and sanitized view of the page, visit original site.