Hu-Fi / Mr.Market-V2

This is the V2 version of Mr.Market
GNU Affero General Public License v3.0
1 stars 0 forks source link

Implement TestContainers for E2E Tests #25

Closed MWBlocky closed 1 week ago

MWBlocky commented 1 week ago

Implement TestContainers for E2E Tests

Description:

This task involves integrating TestContainers to run end-to-end (E2E) tests. TestContainers will enable us to spin up isolated, lightweight instances of the necessary services (like databases or message brokers) in Docker containers during testing. This ensures our tests run in an environment closer to production without needing to rely on shared or static resources.

To Do

Deliverables