diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-02-19 18:08:21 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-02-19 20:45:20 +0100 |
commit | c13259cf9e5a977485b842c36d04d352bbb4d61b (patch) | |
tree | da89df798abcdfa81cabf762b429f496b5eb8cf7 /build/integration/config | |
parent | 357cdfd07fdda39824704f99a588484b5905fb15 (diff) | |
download | nextcloud-server-c13259cf9e5a977485b842c36d04d352bbb4d61b.tar.gz nextcloud-server-c13259cf9e5a977485b842c36d04d352bbb4d61b.zip |
Add integration tests for tags
Diffstat (limited to 'build/integration/config')
-rw-r--r-- | build/integration/config/behat.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/integration/config/behat.yml b/build/integration/config/behat.yml index a87d4fe44c6..a1f9d610c68 100644 --- a/build/integration/config/behat.yml +++ b/build/integration/config/behat.yml @@ -14,6 +14,8 @@ default: regular_user_password: 123456 - CommentsContext: baseUrl: http://localhost:8080 + - TagsContext: + baseUrl: http://localhost:8080 federation: paths: - %paths.base%/../federation_features |