Replies: 1 comment
-
With migration tests, I think there will be value of using something like From experiences at work, I think that Postman / newman collections don't scale well, so fully agree with moving away from it. Happy holidays! |
Beta Was this translation helpful? Give feedback.
-
orlangure/gnomock looks like a super convenient tool for testing! Test code and external dependencies (e.g. MySQL in our case) could be coupled together as one. Would love to give this a try, but am not yet decided if or how we could actually integrate this.
Our unit tests don't require external services, because it's unit tests.
Our migration tests could potentially be implement using gnomock instead, but doesn't really add a lot of benefit.
The api tests are probably what I'd most like to implement with gnomock, to get rid of the current Postman / newman setup. But I don't think that's a viable option either, because we'd probably still need a fully-fledged Wakapi server to be running, including entire web- / routing- / middleware stack, etc.
Any thoughts on this, @YC? 🤔
Beta Was this translation helpful? Give feedback.
All reactions