|
|
|
|
|
by onionisafruit
186 days ago
|
|
I'm also primarily on the back end. Like most backenders, I spend my workdays on http endpoints that return json. When I test these the "snapshot" is a json file with a pretty-printed version of the endpoint's response body. Tests fail when the file generated isn't the same as the existing file. |
|
But, I spend very little or no time on API endpoints since I don't work on projects where the frontend is an SPA. :)