nextcloud-android/automationTest
tobiasKaminsky 1cf1b0f1da
increase httpclient version
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-10-17 14:50:46 +02:00
..
.settings add new testCases. prepare the test to have them into categories 2015-05-11 08:20:21 +02:00
resources update the project structure 2015-06-04 12:29:27 +02:00
src/test Add favorite buttons 2017-03-14 21:59:28 +01:00
.classpath rename the package, changes some files names, more config variables 2015-05-11 11:45:49 +02:00
.gitignore update -gitignore and readme 2015-06-08 15:02:29 +02:00
.project upload a few automated test 2015-03-13 09:42:18 +01:00
README.md spelling fixes 2017-05-10 21:04:47 +02:00
pom.xml increase httpclient version 2018-10-17 14:50:46 +02:00

README.md

** 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 here 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 appropriate 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 appropriate plug-ins, and run from it.