DEV Community

Discussion on: STOP! Automating everything for "regression" is a waste of time

Collapse
 
alanmbarr profile image
Alan Barr

Love the idea of using spark joy for one's tests. I have definitely seen teams not delete tests due to fear.

Collapse
 
dowenb profile image
Ben Dowen

This actually goes for all regression tests not just automated ones. :)

Collapse
 
f00dogx300 profile image
f00dog-x300

I've seen this as well, but in some ways I can understand a bit. Some people don't want to delete tests because they are afraid that product managers will change their minds in the last minute. However, if done right with version control, I don't think this should even be a problem.