diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-08-26 13:11:09 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-10-04 19:25:10 +0200 |
commit | 99404bdfb3b52aca8875384857142528472856e9 (patch) | |
tree | 523ab42716e3b8645d17bc44bcfb07e324fb5b70 /build/integration/config | |
parent | ba1ba1a55e2583ccc225ba2962ce3011109e29c4 (diff) | |
download | nextcloud-server-99404bdfb3b52aca8875384857142528472856e9.tar.gz nextcloud-server-99404bdfb3b52aca8875384857142528472856e9.zip |
Move sharing integration tests to their own directory
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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 51b749360e3..27d7daa4818 100644 --- a/build/integration/config/behat.yml +++ b/build/integration/config/behat.yml @@ -55,6 +55,16 @@ default: - admin - admin regular_user_password: 123456 + sharing: + paths: + - "%paths.base%/../sharing_features" + contexts: + - SharingContext: + baseUrl: http://localhost:8080/ocs/ + admin: + - admin + - admin + regular_user_password: 123456 setup: paths: - "%paths.base%/../setup_features" |