Update docs

This commit is contained in:
Tomasz Sęk 2019-09-03 18:09:02 +02:00
parent 31536d0339
commit 0efa9168cb
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
1 changed files with 3 additions and 3 deletions

View File

@ -64,15 +64,15 @@ make test
Run e2e tests with minikube: Run e2e tests with minikube:
```bash ```bash
make start-minikube make minikube-start
eval $(minikube docker-env) eval $(minikube docker-env)
make e2e make build e2e
``` ```
Run the specific e2e test: Run the specific e2e test:
```bash ```bash
make e2e E2E_TEST_SELECTOR='^TestConfiguration$' make build e2e E2E_TEST_SELECTOR='^TestConfiguration$'
``` ```
## Tips & Tricks ## Tips & Tricks