[Docs] Add doc for cloning testing app for running tests

This commit is contained in:
Dipak Acharya
2020-07-06 10:34:16 +05:45
parent 46ef9bb496
commit 8a06a852fd
+6 -1
View File
@@ -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 \