Update link
[pub/Android/ownCloud.git] / automationTest / README.md
1 ** Work in progress
2
3 This project contains a set of automatic tests operating in the UI level.
4
5 Tests are to be run with the tool Appium. Check [here][0] to install it and all its dependencies (including Maven).
6
7 You will need to modify the constants in automationTest/src/test/java/com/owncloud/android/test/ui/testSuites/Config.java to assign appropiate values for your test server and accounts.
8
9 To run the tests from command line, plug a device to your computer or start and emulator. Then type
10
11 mvn clean tests
12
13 The project may also be imported in Eclipse, with the appropiate plug-ins, and run from it.
14
15 [0]: http://appium.io/slate/en/master/?java#about-appium