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

Implement Cypress for central dashboard #1823

Closed
mathis-marcotte opened this issue Sep 1, 2023 · 1 comment · Fixed by StatCan/kubeflow#158
Closed

Implement Cypress for central dashboard #1823

mathis-marcotte opened this issue Sep 1, 2023 · 1 comment · Fixed by StatCan/kubeflow#158
Assignees

Comments

@mathis-marcotte
Copy link
Contributor

mathis-marcotte commented Sep 1, 2023

Central Dashboard currently does have something for e2e testing. It is made with Jasmine. But, when trying to run the test suite made with it, I can't seem to get it to work. Plus, the only test case that seems to be implemented is for the registration page, which is not a feature we currently have.

I think this is a good time for us to replace the jasmine implementation with a Cypress implementation for e2e tests to match how they are done in Jupyter-apis.

@mathis-marcotte
Copy link
Contributor Author

I installed cypress for central dashboard and also implemented 1 test to just have something there. Nothing big, it just tests that we can hit kubeflow.
We can add extra tests, and also integrate cypress in our github workflow actions as next steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant