Integration and End-to-End Tests with Spring Boot
In the previous article, we explored how to set up a CI/CD pipeline with GitHub Actions to ensure code quality using unit tests and to publish Docker images to GitHub Container Registry. In this article, we’ll extend the same source code to include, an integration test and end-to-end-tests. This article provides a walkthrough of the … Read more