Skip to content
Snippets Groups Projects
Commit 5ecd88ca authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch '139-prepare-for-cypress-helm-test' into 'main'

Resolve "Prepare for cypress helm test"

Closes #139

See merge request stackspin/dashboard!118
parents cc8f2f9e 5667e1ec
No related branches found
No related tags found
No related merge requests found
......@@ -23,4 +23,4 @@ name: stackspin-dashboard
sources:
- https://open.greenhost.net/stackspin/dashboard/
- https://open.greenhost.net/stackspin/dashboard-backend/
version: 1.6.6-cypress
version: 1.6.6-cypress2
......@@ -21,5 +21,9 @@ spec:
imagePullPolicy: {{ .Values.tests.image.pullPolicy }}
env:
- name: CYPRESS_BASE_URL
value: https://{{ .Values.ingress.hostname }}
value: "https://{{ .Values.ingress.hostname }}"
- name: CYPRESS_SSO_USER
value: "{{ .Values.tests.credentials.user }}"
- name: CYPRESS_SSO_PASSWORD
value: "{{ .Values.tests.credentials.password }}"
restartPolicy: Never
......@@ -725,3 +725,6 @@ tests:
repository: stackspin/dashboard/cypress-test
tag: 0.6.5
pullPolicy: IfNotPresent
credentials:
user: ""
password: ""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment