DEV Community

Discussion on: Faster Iteration with Mock APIs

Collapse
 
jessekphillips profile image
Jesse Phillips

I started mocking with Wiremock. A key driver for its use was to control the response from the test. This meant that testing could easily create error conditions. The application logic didn't contain any special testing path.