Marcelo Villa
Marcelo Villa
See #2075 for progress done in the past regarding the migration of Cypress to Playwright.
I went over our Cypress tests and they perform the following actions: 1. Login to Nebari 2. Run a notebook 3. Visit different services URLs (i.e., keycloak, conda-store, and grafana);...
For `conda`, we could add this alias for the different environments using [activation/deactivation scripts](https://docs.conda.io/projects/conda/en/latest/dev-guide/deep-dives/activation.html#activation-deactivation-scripts). They would need to be added on environment creation.
The issue around Nebari not working locally on a `kind` cluster on macOS/Windows stems from the fact that Docker containers are not executed natively but rather in a VM. Thus,...
@nkaretnikov I just tried Amit's config now on a 8-core M1 with 32GB and was able to spin a small Jupyter server up and create a simple conda environment with...
I can reproduce this locally using JupyterHub 4.0.2—check the lower left corner where the URLs appear: https://github.com/nebari-dev/nebari/assets/36754005/f5039655-ef57-4205-9c96-a257d43002ed While the links are correctly redirected in JupyterHub, I am not sure this...