From: purigarcia Date: Mon, 8 Jun 2015 13:02:29 +0000 (+0200) Subject: update -gitignore and readme X-Git-Tag: oc-android-1.7.2~1^2~31 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/2a217ad905c7e31578b5719c482255278cd9b7c2?ds=inline;hp=--cc update -gitignore and readme --- 2a217ad905c7e31578b5719c482255278cd9b7c2 diff --git a/automationTest/.gitignore b/automationTest/.gitignore index 6eb20948..487ae52f 100644 --- a/automationTest/.gitignore +++ b/automationTest/.gitignore @@ -2,3 +2,4 @@ target/ ScreenShots/ .DS_Store +Users/ \ No newline at end of file diff --git a/automationTest/README.md b/automationTest/README.md index 938e47a2..899bb8dc 100644 --- a/automationTest/README.md +++ b/automationTest/README.md @@ -5,11 +5,16 @@ This project contains a set of automatic tests operating in the UI level. Tests are to be run with the tool Appium. Check [here][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. +You will need to include the ownCloud.apk to test in automationTest/src/test/resources/. To run the tests from command line, plug a device to your computer or start and emulator. Then type mvn clean tests +To run only one category of the test + +mvn clean -Dtest=RunSmokeTests test + 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