Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-11-21 16:00:54 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-11-22 00:00:16 +0300
commit951f7f5eaf41f72d3e0bee01cd1f48b79ef964f3 (patch)
treecc1b791d5e0337cf0389540b19cdff33f123d483 /build/integration/config
parent3d9077ae3a29ab9f44ac581d7661cda0ef2d52a7 (diff)
Add integration test for web based installer
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'build/integration/config')
-rw-r--r--build/integration/config/behat.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/build/integration/config/behat.yml b/build/integration/config/behat.yml
index 0c0ecef08e9..3728e5461d8 100644
--- a/build/integration/config/behat.yml
+++ b/build/integration/config/behat.yml
@@ -52,6 +52,16 @@ default:
- admin
- admin
regular_user_password: 123456
+ setup:
+ paths:
+ - %paths.base%/../setup_features
+ contexts:
+ - SetupContext:
+ baseUrl: http://localhost:8080/ocs/
+ admin:
+ - admin
+ - admin
+ regular_user_password: 123456