nextcloud/build/acceptance
Daniel Calviño Sánchez 72310cdac1 Use PHP built-in web server instead of Apache in Drone
Instead of running an additional Drone service with the Nextcloud server
now the Nextcloud server is run in the same Drone step as the acceptance
tests themselves using the PHP built-in web server.

Thanks to this, the Nextcloud server control is no longer needed, as the
acceptance tests can now directly reset, start and stop the Nextcloud
server. Also, the "nextcloudci/php7.0:php7.0-7" image provides
everything needed to run and manage the Nextcloud server (including the
Git command used to restore the directory to a saved state), so the
custom image is no longer needed either.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-04-21 14:24:37 +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 Use PHP built-in web server instead of Apache in Drone 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-drone.sh Use PHP built-in web server instead of Apache in Drone 2017-04-21 14:24:37 +02:00
run.sh Replace downloaded Selenium server with Docker container 2017-04-21 14:24:32 +02:00