DEV Community

Discussion on: What's your take on writing tests for third-party services or integrations?

Collapse
 
david_ojeda profile image
David Ojeda

Thanks for the story! Mocking seems the way for a predictable testing suite.

In relation to the live assertions, maybe I can still run the tests that interact with the sandbox environment in a separate test suite that is outside the golden path of deployments and, as you said, have some alert to check when things go south with the integration.