Merge branch '138-add-cypress-scaffolding' into 'main'
Resolve "Add cypress scaffolding" Closes #138 See merge request !117
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 18 additions, 5 deletions.gitlab-ci.yml
- deployment/helmchart/Chart.yaml 1 addition, 1 deletiondeployment/helmchart/Chart.yaml
- deployment/helmchart/templates/tests/cypress-test.yaml 25 additions, 0 deletionsdeployment/helmchart/templates/tests/cypress-test.yaml
- deployment/helmchart/values.yaml 7 additions, 0 deletionsdeployment/helmchart/values.yaml
- tests/Dockerfile 9 additions, 0 deletionstests/Dockerfile
- tests/cypress.config.js 15 additions, 0 deletionstests/cypress.config.js
- tests/cypress/e2e/test-dashboard.cy.js 24 additions, 0 deletionstests/cypress/e2e/test-dashboard.cy.js
- tests/cypress/support/e2e.js 4 additions, 0 deletionstests/cypress/support/e2e.js
- tests/package-lock.json 1956 additions, 0 deletionstests/package-lock.json
- tests/package.json 13 additions, 0 deletionstests/package.json
- tests/run.sh 25 additions, 0 deletionstests/run.sh
tests/Dockerfile
0 → 100644
tests/cypress.config.js
0 → 100644
tests/cypress/e2e/test-dashboard.cy.js
0 → 100644
tests/cypress/support/e2e.js
0 → 100644
tests/package-lock.json
0 → 100644
This diff is collapsed.
tests/package.json
0 → 100644
tests/run.sh
0 → 100755
Please register or sign in to comment