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
Instead of having multiple helper method we should have an Tester struct with an TesterBuilder.
Also once loco supports multiple tests we should be able to start opensearch instances when needed using testcontainers.
ToDos:
Refactor test setup from using functions to a Tester that initializes everything (returning AppContext or accepting test request)
Able the mock apis like GoCardless
add switch to start individual Opensearch instance where needed
only where needed because it uses a lot of ram and needs time to start up
Instead of having multiple helper method we should have an Tester struct with an TesterBuilder.
Also once loco supports multiple tests we should be able to start opensearch instances when needed using testcontainers.
ToDos:
The text was updated successfully, but these errors were encountered: