(no title)
thedevindevops | 2 years ago
Ah, how does that gel with regression testing? We've tried something similar but got swamped by the need to test those code changes and the testers got upset being lumped with additional work while the rest of the team got to play with whatever they liked. Did you forgo testing for the sake of morale or did you come up with another solution?
drekipus|2 years ago
So each code change needs to be kinda demonstrated that it works, whether it's through new tests, or screenshots, video, etc.
Usually if there's a specific bug that's been fixed, there is a test to catch if that bug occurs again. Most of the time it's been good enough.
deprecative|2 years ago