epinio / epinio-end-to-end-tests

Files used to run Epinio end-to-end tests
Apache License 2.0
1 stars 2 forks source link

Deploy app on s3gw #368

Closed thehejik closed 1 year ago

thehejik commented 1 year ago

ref: https://github.com/epinio/epinio-end-to-end-tests/issues/361

Testrun: https://github.com/epinio/epinio-end-to-end-tests/actions/runs/5832019579

Command used for the test development and testing (only installation.spec.ts part in rancher):

S3_STORE_TYPE=s3gw CACHE_SESSION=true CORS=1.2.3.4.nip.io UI=rancher CLUSTER_NAME=local \
SYSTEM_DOMAIN=1.2.3.4.nip.io RANCHER_USER=admin RANCHER_PASSWORD=[SECRET] \
RANCHER_URL=https://1.2.3.4.nip.io/dashboard EPINIO_PASSWORD=[SECRET] \
npx cypress run --config-file=cypress.config.ts -b chromium --headed --spec cypress/e2e/unit_tests/installation.spec.ts
mmartin24 commented 1 year ago

I rechecked this in CI and seems to be working fine. Tested also locally with the above-mentioned new flags and observed the s3gw selection.

These are just a few non-blocking comments to be discussed/treated later.

Nice job. Approving pr.