-
Notifications
You must be signed in to change notification settings - Fork 93
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
Automated Testing Requirements #1872
Comments
@aktech it looks like testing GPUs, preemptible instances and the basics of the JupyterLab server are being tested. We can start adding other tests now. Should we start by trying to replace all of our cypress test as a next step? |
That sounds like a good idea, there is no need to have multiple frameworks (cypress/playwright) at this point unless they add some value. |
(Please correct me if I'm wrong!) Blocked by #1653 |
I think we can close this in favor of: #1862. |
Context
This is related to #1862 we need to write a bunch of tests (notebooks potentially) that we can run on a deployment to make sure it works.
Value and/or benefit
This will help us guarantee something works and its quicker and reproducible to test it automatically via CI.
Anything else?
No response
The text was updated successfully, but these errors were encountered: