|
|
|
|
|
by martin-adams
2418 days ago
|
|
I've been doing this for a couple of projects for the past 18 months. I find it one of the easiest forms of testing the API stack so when the front-end integrates with it there's very little issues. The application has been written so you can plug in a local file system instead of S3 which again, is fantastic for throwaway tests. It can also catch emails that would be sent and verify the HTML content. My rule is to not rely on any third part service for the tests. |
|