Add e2e guide for macOS

This commit is contained in:
Jakub Al-Khalili 2019-09-04 11:43:51 +02:00
parent dc86778d67
commit d46289ceef
1 changed files with 18 additions and 0 deletions

View File

@ -75,6 +75,24 @@ Run the specific e2e test:
make build e2e E2E_TEST_SELECTOR='^TestConfiguration$'
```
### Running E2E tests on macOS
At first you need to build Docker image inside provided Linux container by:
```bash
$ make indocker
```
Build **jenkins-operator** inside container using:
```bash
$ make build
```
Then exit the container and run:
```
make e2e
```
## Tips & Tricks
### Building docker image on minikube (for e2e tests)