-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add playwright testing library + intial integration tests for the Join Form #58
Conversation
WillNilges
commented
Jul 27, 2024
•
edited
Loading
edited
- Set up playwright
- Add exhaustive Join Form tests
- Configure GitHub action to point at dev instance of MeshDB
- (optional) Nuke dev instance daily to manage cruft
- Write docs
c243721
to
d8a391b
Compare
One day, when I grow up, I want to make these tests run on meshdb repo as well <3 Oh and also k8s-infra because fuck you :) |
These are a great start on testing, but having PRs on this repo connected to the beta endpoint is not ideal. In theory we'd really like to have unit tests that run on PRs here and just confirm that the generated HTTP request is correct. Then the tests from this PR would be used after PRs are merged, at deploy time to validate that beta is still working in order to gate prod deployments |
ee38881
to
7550f9e
Compare
TODO: Check S3 for submission. |