You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing an application which has support for falling back to other endpoints. Because the server is known the API url never changes and isn't configurable.
I want to test that parts of the application will correctly fall back to other endpoints if they're configured. To do that I would need the ability to start additional mock servers with their own mocks.
The text was updated successfully, but these errors were encountered:
Personally I'd say the solution proposed in #92 would fit nicely here. I'm also having that use case where I have multiple endpoints that are exclusively used in tests, such as mocking away an external service
I'm testing an application which has support for falling back to other endpoints. Because the server is known the API url never changes and isn't configurable.
I want to test that parts of the application will correctly fall back to other endpoints if they're configured. To do that I would need the ability to start additional mock servers with their own mocks.
The text was updated successfully, but these errors were encountered: