From: David A. Velasco Date: Mon, 8 Jun 2015 09:15:46 +0000 (+0200) Subject: Merge remote-tracking branch 'origin/automationTest' into automationTest X-Git-Tag: oc-android-1.7.2~1^2~32^2~1 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/e05346857a15227f0ebb1692593548deeaf1652c?hp=8d5ffec8a5441fb0424e41955bc425ab9d1edf9e Merge remote-tracking branch 'origin/automationTest' into automationTest --- diff --git a/automationTest/README.md b/automationTest/README.md new file mode 100644 index 00000000..7bbe790b --- /dev/null +++ b/automationTest/README.md @@ -0,0 +1,15 @@ +** Work in progress + +This project contains a set of automatic tests operating in the UI level. + +Tests are to be run with the tool Appium. Check [0] to install it and all its dependencies (including Maven). + +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. + +To run the tests from command line, plug a device to your computer or start and emulator. Then type + +mvn clean tests + +The project may also be imported in Eclipse, with the appropiate plug-ins, and run from it. + +[0]: http://appium.io/slate/en/master/?java#about-appium \ No newline at end of file