summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/installAndConfigureServer.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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>