You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2015/05/20 18:13:19 UTC

svn commit: r1680623 - /sling/trunk/contrib/nosql/couchbase-resourceprovider/README.md

Author: sseifert
Date: Wed May 20 16:13:18 2015
New Revision: 1680623

URL: http://svn.apache.org/r1680623
Log:
SLING-4381 update README

Modified:
    sling/trunk/contrib/nosql/couchbase-resourceprovider/README.md

Modified: sling/trunk/contrib/nosql/couchbase-resourceprovider/README.md
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/nosql/couchbase-resourceprovider/README.md?rev=1680623&r1=1680622&r2=1680623&view=diff
==============================================================================
--- sling/trunk/contrib/nosql/couchbase-resourceprovider/README.md (original)
+++ sling/trunk/contrib/nosql/couchbase-resourceprovider/README.md Wed May 20 16:13:18 2015
@@ -11,3 +11,13 @@ Configuration on deployment
 
 * To use the resource provider you have to to create a factory configuration for "Apache Sling NoSQL Couchbase Client" with clientId = ´sling-resourceprovider-couchbase´ and propert couchbase host and bucket configuration.
 * Additionally a factory configuration for "Apache Sling NoSQL Couchbase Resource Provider Factory" defines the root of the resource tree that should be stored in Couchbase
+
+
+Run integration tests
+---------------------
+
+To run the integration tests you have to set up a real couchbase server and run the tests with this command line (inserting the correct parameters for couchbase host and bucket):
+
+```
+mvn -Pcouchbase-integration-test -DcouchbaseHosts=localhost:8091 -DbucketName=test integration-test
+```