-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: add acceptance tests #175
Conversation
The actions that build and push the images to renkus dockerhub I cancelled on purpose. I did not change those at all. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great @olevski! Just a few comments to clean things up here and there. I'm also wondering if it will be possible to enter commands in the terminal with this test setup?
path: /tmp | ||
- name: Load Base Image in Docker | ||
run: | | ||
docker load --input /tmp/py.tar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this would never have occurred to me 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a long-awaited improvement for this repo - thanks!! 🚀
* feat: add acceptance tests with cypress/mocha
This adds acceptance tests with cypress.
So far the tests only check that:
Other checks can be easily added - I did this just to test.
In addition we should add tests for the vnc image and for rstudio. I will reach out to Gavin about this.