Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-08-06 16:44:24 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-09-29 14:42:32 +0300
commit631303c1e74cb10a63fa46f99e3111067ec2f010 (patch)
tree383173fb9cde008e119660488b8e44d248d7ab11 /build/integration/config
parent580a961020fb8b7cbfc499b0808dfeca90039cdb (diff)
First integration tests for provisioning api
Diffstat (limited to 'build/integration/config')
-rw-r--r--build/integration/config/behat.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/build/integration/config/behat.yml b/build/integration/config/behat.yml
new file mode 100644
index 00000000000..78a228a5c1e
--- /dev/null
+++ b/build/integration/config/behat.yml
@@ -0,0 +1,17 @@
+default:
+ paths:
+ features: ../features
+ bootstrap: %behat.paths.features%/bootstrap
+
+ context:
+ parameters:
+ baseUrl: http://localhost:8080/ocs/
+ admin:
+ - admin
+ - admin
+
+ci:
+ formatter:
+ name: junit
+ parameters:
+ output_path: ./output