From 74b5ce8fd4311f0d6f6a59e0636d343807b79d74 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 27 Sep 2017 17:46:24 +0200 Subject: Some tests for the remote cloud api Signed-off-by: Robin Appelman --- build/integration/config/behat.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'build/integration/config') 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 -- cgit v1.2.3