You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should implement testing by using a custom registries and s3 storage when installing over Rancher in browser over appropriate text fields in Epinio App dialog.
In the past Firefox rancher-ui tests were using scenario https://github.com/epinio/epinio-end-to-end-tests/blob/main/cypress/integration/scenarios/with_s3_and_external_registry.spec.ts which refer to installation by using external registries and storage, but I think this couldn't work.
We should implement testing by using a custom registries and s3 storage when installing over Rancher in browser over appropriate text fields in Epinio App dialog.
Problem is that
epinioInstall
function should be able to handle external_registries and s3 butinstallation.spec.ts
and itsepinioInstall
call is sendingfalse
as an argument for both values, see https://github.com/epinio/epinio-end-to-end-tests/blob/main/cypress/integration/unit_tests/installation.spec.ts#L22The text was updated successfully, but these errors were encountered: