diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-11-21 14:00:54 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-11-21 22:00:16 +0100 |
commit | 951f7f5eaf41f72d3e0bee01cd1f48b79ef964f3 (patch) | |
tree | cc1b791d5e0337cf0389540b19cdff33f123d483 /build/integration/config | |
parent | 3d9077ae3a29ab9f44ac581d7661cda0ef2d52a7 (diff) | |
download | nextcloud-server-951f7f5eaf41f72d3e0bee01cd1f48b79ef964f3.tar.gz nextcloud-server-951f7f5eaf41f72d3e0bee01cd1f48b79ef964f3.zip |
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.yml | 10 |
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 |