Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 629 Bytes

running_API_test.md

File metadata and controls

16 lines (13 loc) · 629 Bytes

🧪 Running API tests

NOTE:
Before running the API tests, the nextcloud instance needs to be ready, and also integration app needs to be enabled

To run the whole of the acceptance tests locally run the command below.

NEXTCLOUD_BASE_URL=http://<nextcloud_host> make api-test

In order to run only a specific scenario

NEXTCLOUD_BASE_URL=http://<nextcloud_host> \                                                                                                                                            
make api-test \
FEATURE_PATH=tests/acceptance/features/api/directUpload.feature:15