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
I went over our Cypress tests and they perform the following actions:
Login to Nebari
Run a notebook
Visit different services URLs (i.e., keycloak, conda-store, and grafana); there's no interaction with these, however.
Our Playwright tests already take care of (1) and (2). Regarding (3):
We're already implicitly testing keycloak's availability when logging in.
We have a test for Grafana which implicitly tests the existence of the service (by accessing the API).
We don't have anything that tests conda-store's availability for local tests as far as I am aware. We do have a health check for cloud tests, though.
While #2075 takes care of removing all cypress-related files, it is only migrating (1) to Playwright. I could migrate (3) to Playwright (it's not too much effort) but I don't think it will be beneficial, except from maybe catching conda-store not being available in the local integration tests.
Eventually, I'd like to incorporate different user journeys regarding these services, whether that involves UI testing or not.
No description provided.
The text was updated successfully, but these errors were encountered: