Siva Katamreddy
-
Revolutionize Your CI/CD Pipeline: Integrating Testcontainers and Bazel
One of the challenges in modern software development is being able to release software often and with confidence. This can only be achieved when you have a good CI/CD setup in place that can test your software and release it with minimal or even no human intervention. But modern software applications also use a wide…
Read now
-
How to Use Testcontainers on Jenkins CI
Releasing software often and with confidence relies on a strong continuous integration and continuous delivery (CI/CD) process that includes the ability to automate tests. Jenkins offers an open source automation server that facilitates such release of software projects. In this article, we will explore how you can run tests based on the open source Testcontainers…
Read now
-
Running Testcontainers Tests on Buildkite
This article explains how to run your Testcontainers-based tests on the Buildkite CI/CD platform using an Ubuntu VM as an agent.
Read now
-
Testcontainers Best Practices
This article explains the best practices to be followed while using Testcontainers for writing integration tests.
Read now
-
Connecting to Testcontainers Services using Testcontainers Desktop
Learn how to connect to the Testcontainers started services like databases using Testcontainers Desktop.
Read now
-
Running Testcontainers Tests Using Azure Pipelines
Learn how to run Testcontainers tests on Azure Pipelines using default Docker and Testcontainers Cloud with a sample Spring Boot application.
Read now
-
Running Testcontainers Tests Using GitHub Actions and Testcontainers Cloud
Learn how to run Testcontainers-based tests using GitHub Actions and Testcontainers Cloud and gain test execution insights from the dashboard.
Read now
-
Spring Boot Application Testing and Development with Testcontainers
In this article, we’ll learn how Testcontainers support introduced in Spring Boot 3.1.0 simplifies testing and local development.
Read now