diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-11-07 22:52:07 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-12-19 14:10:12 +0100 |
commit | 55bf9e3f711c5eacfe2c096dd2ee99bc4e7fcf8a (patch) | |
tree | 02739b79b894b8c8d347b70296fe8f0ed26d1581 /build/integration/config/behat.yml | |
parent | 9b71ee27ff95336c36d608217d9621110e6674c1 (diff) | |
download | nextcloud-server-55bf9e3f711c5eacfe2c096dd2ee99bc4e7fcf8a.tar.gz nextcloud-server-55bf9e3f711c5eacfe2c096dd2ee99bc4e7fcf8a.zip |
Add transfer ownership integration tests (#26543)
* Add transfer ownership integration tests
* Added more transfer ownership tests and OCC checks
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'build/integration/config/behat.yml')
-rw-r--r-- | build/integration/config/behat.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/integration/config/behat.yml b/build/integration/config/behat.yml index 9ef36f083e9..82ad6eaa170 100644 --- a/build/integration/config/behat.yml +++ b/build/integration/config/behat.yml @@ -22,6 +22,9 @@ default: baseUrl: http://localhost:8080 - ChecksumsContext: baseUrl: http://localhost:8080 + - CommandLineContext: + baseUrl: http://localhost:8080 + ocPath: ../../ federation: paths: - %paths.base%/../federation_features @@ -73,8 +76,6 @@ default: - admin regular_user_password: 123456 - - extensions: jarnaiz\JUnitFormatter\JUnitFormatterExtension: filename: report.xml |