Category: Database, Docker, github, gitlab

Check out how integration tests play a role in CI pipelines.Integration tests are a fundamental block of every project. And as such, they deserve a special treatment in the CI pipeline. First of all, let’s make a clear distinction between unit and integration tests.

Related Articles