Files
appium/sample-code/examples/java/junit/README.md
2013-03-29 16:17:51 +11:00

18 lines
549 B
Markdown

Sample Appium JUnit project
---
This contains the source code for running sample [Appium](http://github.com/appium/appium) tests using [JUnit](http://www.junit.org).
In order to run the tests, you will need to install [Apache Maven](http://maven.apache.org), and Appium (according to the Appium [installation instructions](https://github.com/appium/appium).
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