Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,24 @@ customize how the tests run, you can use the following environment variables.
- Limits which tests are run
- For example, set `CYPRESS_grepTags='@core @acm'` to run only the core
functionality and ACM tests
- `KUBECONFIG_PATH=/path/to/kubeconfig`
- `LOGIN_IDP=kube:admin`
- `CYPRESS_KUBECONFIG_PATH=/path/to/kubeconfig`
- `CYPRESS_LOGIN_IDP=kube:admin`
- Use `flexy-htpasswd-provider` when running tests on flexy installed clusters
and using any user other than kubeadmin. Use `kube:admin` when running tests
as kubeadmin.
- `LOGIN_USERNAME`
- e.g. `LOGIN_USERNAME=kubeadmin`
- `LOGIN_PASSWORD=<password>`
- `UI_INSTALL=true`
- `CYPRESS_LOGIN_USERNAME`
- e.g. `CYPRESS_LOGIN_USERNAME=kubeadmin`
- `CYPRESS_LOGIN_PASSWORD=<password>`
- `CYPRESS_UI_INSTALL=true`
- If set, the tests will start by installing the OpenShift Lightspeed operator
through the UI
- `BUNDLE_IMAGE=<Konflux bundle image>`
- `CYPRESS_BUNDLE_IMAGE=<Konflux bundle image>`
- If set, the tests will start by installing the OpenShift Lightspeed operator
using the given Konflux bundle image
- Use this if you are running the tests on a HyperShift cluster
- The bundle image can be taken from
[Konflux's bundle image](https://console.redhat.com/application-pipeline/workspaces/crt-nshift-lightspeed/applications/ols-bundle/components/test-bundle)
- `CONSOLE_IMAGE=<Konflux OpenShift Lightspeed console plugin image>`
- `CYPRESS_CONSOLE_IMAGE=<Konflux OpenShift Lightspeed console plugin image>`
- If set, the OpenShift Lightspeed UI image installed by the operator will be
replaced with this image before the tests are run

Expand Down