Sidharthan Chandrasekaran Kamarajthebugshots.dev·Sep 20, 2023E2E / Integration Testing in Golang with ory/dockertestWhile unit and component tests are crucial for verifying individual parts of an application work as expected, e2e/integration tests play an equally important role in validating how those components function together. They test the entire system from ...1.4K readsGolangGo Language
Maheshwar Ligadefortechwastitechwasti.com·May 20, 2023DockerTest + postgreSQL TestingWhen developing applications that rely on a database or other external dependencies, it's often useful to have automated tests that can verify that everything is working as expected. However, setting up and tearing down these dependencies can be a ha...978 readsgo-languageGo Language