diff options
author | Robin Appelman <robin@icewind.nl> | 2017-09-27 17:46:24 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-12-08 16:34:33 +0100 |
commit | 74b5ce8fd4311f0d6f6a59e0636d343807b79d74 (patch) | |
tree | 30e2a3f407b94909080aaa7d536c9fe13d8cc731 /build/integration/config | |
parent | ac2c26ffcbe63e64156fc7e0b0be4e3466430dcf (diff) | |
download | nextcloud-server-74b5ce8fd4311f0d6f6a59e0636d343807b79d74.tar.gz nextcloud-server-74b5ce8fd4311f0d6f6a59e0636d343807b79d74.zip |
Some tests for the remote cloud api
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'build/integration/config')
-rw-r--r-- | build/integration/config/behat.yml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/build/integration/config/behat.yml b/build/integration/config/behat.yml index 3573f9d6a6b..428d4d45b78 100644 --- a/build/integration/config/behat.yml +++ b/build/integration/config/behat.yml @@ -85,7 +85,18 @@ default: - admin - admin regular_user_password: what_for - + remoteapi: + paths: + - %paths.base%/../remoteapi_features + contexts: + - FeatureContext: + baseUrl: http://localhost:8080/ocs/ + admin: + - admin + - admin + regular_user_password: 123456 + - RemoteContext: + remote: http://localhost:8080 extensions: jarnaiz\JUnitFormatter\JUnitFormatterExtension: filename: report.xml |