Open alutman-innablr opened 10 months ago
Why zod for resources? Why not just grab them from API for real, sanitise them, and commit them as json?
Just had a bug that lingered in develop for a couple of weeks because it wasn't functionally tested. https://github.com/Innablr/revolver/pull/342
Having some automated integration testing would have identified this earlier, maybe even pre-merge.
With
we could automated integration testing and ensure a baseline minimum functionality of the program for each push.
This will shake out almost all issues except for AWS API calls and auth (we'd still set up a real e2e test in an environment but that would be on pre-release). Should also be very fast.
Related to: https://github.com/Innablr/revolver/issues/35