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
@antonfelich We attempted a way to do port and adapter pattern based integration testing approach.
In essence, swap all network outs to a mock (such as connections to db and other external api calls) and run the test.
So far we have docker containers that allows dev version of auth server, local dynamo db, allowing us to run integration testing.
No description provided.
The text was updated successfully, but these errors were encountered: