diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-01-19 10:04:15 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-01-19 10:04:15 +0100 |
commit | 18a75bec0d87b847790e0c5b695e3d02993ca710 (patch) | |
tree | 90e2140400c752d4c7e78e04e32270f798cd53ba /build/integration/config | |
parent | a515de54e7d88c0d82bb9287f2a63ccdcc96b0fb (diff) | |
download | nextcloud-server-18a75bec0d87b847790e0c5b695e3d02993ca710.tar.gz nextcloud-server-18a75bec0d87b847790e0c5b695e3d02993ca710.zip |
fix and extend behat tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.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 82ad6eaa170..3573f9d6a6b 100644 --- a/build/integration/config/behat.yml +++ b/build/integration/config/behat.yml @@ -75,6 +75,16 @@ default: - admin - admin regular_user_password: 123456 + ldap: + paths: + - %paths.base%/../ldap_features + contexts: + - LDAPContext: + baseUrl: http://localhost:8080 + admin: + - admin + - admin + regular_user_password: what_for extensions: jarnaiz\JUnitFormatter\JUnitFormatterExtension: |