Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] - Add conda-store-ui playwright test #2020

Open
Tracked by #1958
kcpevey opened this issue Sep 20, 2023 · 2 comments
Open
Tracked by #1958

[ENH] - Add conda-store-ui playwright test #2020

kcpevey opened this issue Sep 20, 2023 · 2 comments

Comments

@kcpevey
Copy link
Contributor

kcpevey commented Sep 20, 2023

Feature description

We need to add a test that opens the jlab conda-store-ui, goes through the login process and makes sure that environments can be created and builds deleted.

Value and/or benefit

We catch failures early rather than later. Less burden on the person testing for release.

Anything else?

No response

@kcpevey
Copy link
Contributor Author

kcpevey commented Oct 18, 2023

The react UI itself is getting a playwright test. I suggest building off of it to test the jupyter extension inside of nebari.

@viniciusdc
Copy link
Contributor

adding here for future ref. to extend some playwright tests while adding the conda-store ones

      // Visit Grafana Monitoring - user must have an email address in Keycloak

      cy.visit('/monitoring/dashboards');

      cy.get('div#pageContent h1', { timeout: 20000 }).should('contain', 'Dashboards');

      // Visit Keycloak User Profile

      cy.visit('/auth/realms/nebari/account/#/personal-info');

      cy.get('input#user-name', { timeout: 20000 }).should('have.value', EXAMPLE_USER_NAME);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New 🚦
Development

No branches or pull requests

3 participants