summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/installAndConfigureServer.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add acceptance test for resharing a file with another userDaniel Calviño Sánchez2018-11-231-0/+1
| | | | | | | | | | | | | | | | To reshare a file there must be at least three enabled users in the system; although it would be possible to run the steps to create a third user in the scenarios that need it for convenience a third enabled user besides "admin" and "user0" was added to the default setup. In a similar way, a new step was added too to login as a given user name, similar to the steps to log in as "user0" and as "admin". Finally, another actor, "Jim", was introduced for those scenarios which should be played by three standard actors (that is, without a special configuration like "Rubeus"). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Adds disabled user acceptance testsMichael Weimann2018-07-241-0/+2
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Add option to acceptance test runner to set the Nextcloud server domainDaniel Calviño Sánchez2017-07-201-0/+12
| | | | | | | | | | | | By default "127.0.0.1" is used, so nothing needs to be set when the Selenium server and the Nextcloud test server share the same network (like when called by "run.sh"). Besides passing the domain to the acceptance tests the Nextcloud test server configuration must be modified to see the given domain as a trusted domain; otherwise the access would be forbidden. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Make test passwords valid for the password_policy appDaniel Calviño Sánchez2017-04-211-1/+1
| | | | | | | | As requested by Morris Jobke, the passwords in the acceptance tests were modified to make them valid both for a clean Nextcloud server and one with the password_policy app enabled. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Move acceptance tests from build/acceptance to tests/acceptanceDaniel Calviño Sánchez2017-04-211-0/+30
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>