nextcloud/tests/acceptance/features
Daniel Calviño Sánchez 8e9c12eed9 Make possible to configure the domain for the Nextcloud test server
The NextcloudTestServerLocalHelper started the PHP built-in web server
for the Nextcloud test server at 127.0.0.1; as the Selenium server has
to access the Nextcloud test server they were forced to share the same
network. Now, the domain at which the PHP built-in web server is started
can be specified when the NextcloudTestServerLocalHelper is created,
which removes the need of sharing the same network, as the Selenium
server now can access the Nextcloud test server at an arbitrary domain.
However, by default "127.0.0.1" is still used if no domain is given.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-07-20 07:50:33 +02:00
..
bootstrap Add acceptance tests for unselecting items in dropdown for tags 2017-07-10 03:38:22 +02:00
core Make possible to configure the domain for the Nextcloud test server 2017-07-20 07:50:33 +02:00
access-levels.feature fix typos and unnecessary white spaces 2017-06-26 10:30:42 +02:00
app-files.feature Add acceptance tests for unselecting items in dropdown for tags 2017-07-10 03:38:22 +02:00
login.feature Make test passwords valid for the password_policy app 2017-04-21 14:47:44 +02:00