dependabot[bot] c73b60eeeb Bump junit from 4.11 to 4.13.1 in /automationTest il y a 4 ans
..
.settings a52fc94244 add new testCases. prepare the test to have them into categories il y a 9 ans
resources f6870c5883 update the project structure il y a 9 ans
src aa53f63197 Add favorite buttons il y a 8 ans
.classpath 2f1e634342 rename the package, changes some files names, more config variables il y a 9 ans
.gitignore 2a217ad905 update -gitignore and readme il y a 9 ans
.project 3aa425a7b5 upload a few automated test il y a 10 ans
README.md f30cbca78c spelling fixes il y a 7 ans
pom.xml c73b60eeeb Bump junit from 4.11 to 4.13.1 in /automationTest il y a 4 ans

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.