From 8a06a852fda7211cda61c0d15e798420ae031912 Mon Sep 17 00:00:00 2001 From: Dipak Acharya Date: Mon, 6 Jul 2020 10:32:05 +0545 Subject: [PATCH] [Docs] Add doc for cloning testing app for running tests --- docs/testing.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index e1c828efb..b089d571b 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -68,9 +68,14 @@ bin/ocis server ``` ### Run the acceptance tests +First we will need to clone the testing app in owncloud which contains the skeleton files required for running the tests. +In the ownCloud 10 core clone testing app with following command -In the ownCloud 10 core repo run +``` +git clone https://github.com/owncloud/testing apps/testing +``` +Then run the api acceptance tests with following command. ``` make test-acceptance-api \ TEST_SERVER_URL=http://localhost:9140 \