I wrote a test some time ago that tests the integration that I wrote between my code and a third-party API. The test ensures that the integration works correctly and we will return the expected results.
The official build failed today because the test received 500 errors while trying to connect to a third-party API.
Does it make sense to test this situation?
continuous-integration integration-testing testing automated-tests regression-testing
Vivin paliath
source share