Open jimmyhmiller opened 7 years ago
Could snapshot testing help us with seeing if we need to do a major version update? Or maybe just a "does it crash" style test?
Snapshot testing could help with that question, though possibly not automatically. Checking in the snapshot diff and having it as part of the PR would help us make that determination, though.
For must of our apps we basically forgo testing. I think for this library it would make sense to have some testing. My main motivations for testing would be to make sure we don't inadvertently break any of our apps. I hope that we could craft tests that help us know when we need to bump major versions. Thoughts on how to do that? Is that a good goal?