nextcloud/build/acceptance
Daniel Calviño Sánchez 59004dc75e Run acceptance tests using the local helper instead of the Docker one
When run through "run.sh" the acceptance tests were executed in the same
system in which the script was called and they started and stopped the
Nextcloud server using Docker containers that provided real web servers.
For consistency now they use the same approach used when run through
Drone: the acceptance tests are run in a Docker container and they start
and stop the Nextcloud server directly using the PHP built-in web server.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-04-21 14:26:29 +02:00
..
config Add acceptance tests related to login 2017-04-19 08:26:03 +02:00
docker/nextcloud-local-parent Add script to set up and run the acceptance tests 2017-04-19 08:26:03 +02:00
features Generalize names and descriptions 2017-04-21 14:24:37 +02:00
composer.json Add helper context to isolate the test server with Docker containers 2017-04-19 08:26:03 +02:00
installAndConfigureServer.sh Extract installation and configuration of the Nextcloud server 2017-04-19 08:26:04 +02:00
run-local.sh Generalize names and descriptions 2017-04-21 14:24:37 +02:00
run.sh Run acceptance tests using the local helper instead of the Docker one 2017-04-21 14:26:29 +02:00