retail-store-sample-app
retail-store-sample-app copied to clipboard
Automated tests for catalog component
trafficstars
The catalog component has no automated tests which makes it difficult to assess changes and package upgrades. Implement integration tests that can be run as part of CI and locally.
Potential approaches:
- Use TestContainers for Go to run MySQL
- Use apitest to start server and run tests