Files
appium/sample-code/examples/java/junit
Jonathan Lipps dd863c7fa8 update all examples to use correct desired caps
we don't want people getting confused!
2013-10-24 14:03:17 -07:00
..

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:

grunt appium

To compile and run all tests, run:

mvn test

To run a single test, run:

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