every action you take outside your codebase - running queries in your sql terminal, starting port-forwarding, setting values - each action should be assimilated into your codebase as tests, scripts, end points etc.
- select * from db ? - GET call !
- delete logs/ move -config - startup script !
ultimately you should not do
- verifying anything manually ? test case !!
0 Comments:
Post a Comment
<< Home