mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 02:38:58 +03:00
Quick instructions to use automation tests
This commit is contained in:
parent
f6870c5883
commit
7be0fd039b
1 changed files with 15 additions and 0 deletions
15
automationTest/README.md
Normal file
15
automationTest/README.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue