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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-01-19 12:04:15 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-01-19 12:04:15 +0300
commit18a75bec0d87b847790e0c5b695e3d02993ca710 (patch)
tree90e2140400c752d4c7e78e04e32270f798cd53ba /build/integration/config
parenta515de54e7d88c0d82bb9287f2a63ccdcc96b0fb (diff)
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.yml10
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: