nextcloud/build/acceptance/features/core
Daniel Calviño Sánchez ff7d1bf1e7 Add NextcloudTestServerHelper for Nextcloud servers in Drone services
Due to security concerns, the public Nextcloud server repository is not
set as "trusted" in Drone (otherwise a malicious pull request could be
used to take over the server), so it is not possible to create Docker
containers from the containers started by Drone. Therefore, the
Nextcloud server must be started as a service by Drone itself.

The NextcloudTestServerDroneHelper is added to manage from the
acceptance tests a Nextcloud test server running in a Drone service; to
be able to control the remote Nextcloud server the Drone service must
provide the Nextcloud server control server.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-04-19 08:26:04 +02:00
..
Actor.php Add wrappers to adapt the element finding system of Mink 2017-04-19 08:26:03 +02:00
ActorAware.php Add actors for test scenarios 2017-04-19 08:26:03 +02:00
ActorAwareInterface.php Add actors for test scenarios 2017-04-19 08:26:03 +02:00
ActorContext.php Add actors for test scenarios 2017-04-19 08:26:03 +02:00
Locator.php Add wrappers to adapt the element finding system of Mink 2017-04-19 08:26:03 +02:00
NextcloudTestServerContext.php Use NextcloudTestServerHelper in NextcloudTestServerContext 2017-04-19 08:26:03 +02:00
NextcloudTestServerDockerHelper.php Extract waiting for the server to start to the Utils class 2017-04-19 08:26:04 +02:00
NextcloudTestServerDroneHelper.php Add NextcloudTestServerHelper for Nextcloud servers in Drone services 2017-04-19 08:26:04 +02:00
NextcloudTestServerHelper.php Extract NextcloudTestServerHelper interface 2017-04-19 08:26:03 +02:00
NoSuchElementException.php Add wrappers to adapt the element finding system of Mink 2017-04-19 08:26:03 +02:00
Utils.php Extract waiting for the server to start to the Utils class 2017-04-19 08:26:04 +02:00