make testing for the parallel deployment optional and introduce the basic auth option for all supported deployments

This commit is contained in:
Willy Kloucek
2022-02-08 10:05:43 +01:00
parent 8cc3c01285
commit 1a3de22448
11 changed files with 47 additions and 13 deletions
+6 -3
View File
@@ -173,14 +173,17 @@ If you want to work on a specific issue
Instruction on setup is available [here](https://owncloud.dev/ocis/deployment/oc10_ocis_parallel/#local-setup)
Edit the `.env` file and uncomment this line:
```
COMPOSE_FILE=docker-compose.yml:testing/docker-compose-additions.yml
```
Start the docker stack with the following command:
```bash
PROXY_ENABLE_BASIC_AUTH=true docker-compose up -d
docker-compose up -d
```
**NOTE**: `PROXY_ENABLE_BASIC_AUTH=true` is required as the tests use basic auth.
### Getting the test helpers
All the test helpers are located in the core repo.