Files
appium/sample-code/examples/java/testng
seveniruby 63aa6e1509 add troubleshooting.cn.md
add real-devices.cn.md
update the cn doc to the latest
add saucelabs-repository in pom.xml in testng example
2014-01-05 22:00:41 +08:00
..
2014-01-05 22:00:41 +08:00

Sample Appium TestNG project

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

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