diff --git a/content/guides/testcontainers-cloud/_index.md b/content/guides/testcontainers-cloud/_index.md index 790c65e694b4..e1771ed37424 100644 --- a/content/guides/testcontainers-cloud/_index.md +++ b/content/guides/testcontainers-cloud/_index.md @@ -27,7 +27,7 @@ params: url: https://www.docker.com/search/?_sf_s=testcontainers%20cloud --- -Testcontainers Cloud is a cloud-based solution designed to streamline and enhance the process of running integration tests using Testcontainers. Testcontainers is the open source framework, which allows developers to easily spin up containerized dependencies such as databases, message brokers, and other services required for testing. By shifting the management of Testcontainers-based containers to the cloud, Testcontainers Cloud optimizes performance, reduces resource constraints on local machines or CI servers, and ensures consistent test environments. This solution is particularly beneficial for teams working on complex, distributed systems, as it allows for scalable, isolated, and reliable testing without the typical overhead of managing containers locally. +Testcontainers Cloud is a cloud-based solution designed to streamline and enhance the process of running integration tests using Testcontainers. Testcontainers is the open source framework, which allows developers to easily spin up containerized dependencies such as databases, message brokers, and other services required for testing. By shifting the management of Testcontainers-based services to the cloud, Testcontainers Cloud optimizes performance, reduces resource constraints on local machines or CI servers, and ensures consistent test environments. This solution is particularly beneficial for teams working on complex, distributed systems, as it allows for scalable, isolated, and reliable testing without the typical overhead of managing containers locally. ## What you'll learn diff --git a/content/guides/testcontainers-cloud/demo-ci.md b/content/guides/testcontainers-cloud/demo-ci.md index 229b0ff70b8b..7f4bd8e2b708 100644 --- a/content/guides/testcontainers-cloud/demo-ci.md +++ b/content/guides/testcontainers-cloud/demo-ci.md @@ -4,12 +4,10 @@ description: Use Testcontainers Cloud with GitHub Workflows to automate testing weight: 30 --- +{{< youtube-embed "https://youtu.be/NlZY9aumKJU" >}} + In this section, we will look at how Testcontainers Cloud can be seamlessly integrated into a Continuous Integration (CI) pipeline using GitHub Workflows, providing a powerful solution for running containerized integration tests without overloading local or CI runner resources. By leveraging GitHub Actions, developers can automate the process of spinning up and managing containers for testing in the cloud, ensuring faster and more reliable test execution. With just a few configuration steps, including setting up Testcontainers Cloud authentication and adding it to your workflow, you can offload container orchestration to the cloud. This approach improves the scalability of your pipeline, ensures consistency across tests, and simplifies resource management, making it an ideal solution for modern, containerized development workflows. - Understand how to set up a GitHub Actions workflow to automate the build and testing of a project. - Learn how to configure Testcontainers Cloud within GitHub Actions to offload containerized testing to the cloud, improving efficiency and resource management. - Explore how Testcontainers Cloud integrates with GitHub workflows to run integration tests that require containerized services, such as databases and message brokers. - -**Duration:** 4 minutes - -{{< youtube-embed "https://youtu.be/NlZY9aumKJU" >}} diff --git a/content/guides/testcontainers-cloud/demo-local.md b/content/guides/testcontainers-cloud/demo-local.md index eeacdf2a6870..529019db8e7a 100644 --- a/content/guides/testcontainers-cloud/demo-local.md +++ b/content/guides/testcontainers-cloud/demo-local.md @@ -4,6 +4,8 @@ description: Set up Testcontainers Cloud by Docker in a local development enviro weight: 20 --- +{{< youtube-embed "https://youtu.be/7c3xLAG560U" >}} + In this section, we’ll walk through the process of setting up Testcontainers Cloud by Docker to work in your local development environment using the Testcontainers Desktop application. By the end of this walkthrough, you'll have Testcontainers Cloud by Docker up and running, ready to offload container management from your local machine to the cloud for more efficient testing. - Install and configure Testcontainers Cloud and the CLI to seamlessly integrate with your local development environment. @@ -11,7 +13,3 @@ In this section, we’ll walk through the process of setting up Testcontainers C - Create and run integration tests using Testcontainers that leverage cloud-based container resources. - Monitor and manage containers efficiently, understanding how Testcontainers Cloud automates cleanup and ensures consistent testing environments. - Review options for monitoring and troubleshooting in the Testcontainers Cloud Dashboard. - -**Duration:** 4 minutes - -{{< youtube-embed "https://youtu.be/7c3xLAG560U" >}} diff --git a/content/guides/testcontainers-cloud/why.md b/content/guides/testcontainers-cloud/why.md index ecdd42502c8a..8277a6980cb7 100644 --- a/content/guides/testcontainers-cloud/why.md +++ b/content/guides/testcontainers-cloud/why.md @@ -4,6 +4,8 @@ description: Learn how Testcontainers Cloud by Docker can help you optimize inte weight: 10 --- +{{< youtube-embed "https://youtu.be/6dRRlk5Vd0E" >}} + Testcontainers Cloud is a powerful cloud-based solution designed to optimize integration testing with Testcontainers by offloading container management to the cloud. It helps developers and teams overcome the limitations of traditional local and CI-based testing, ensuring consistent environments, faster test execution, and scalable workflows. Whether you're new to Testcontainers or looking to enhance your existing setup, Testcontainers Cloud offers a seamless way to manage containerized tests, improving efficiency and reliability in your development pipeline. Testcontainers Cloud provides several benefits: @@ -14,7 +16,3 @@ Testcontainers Cloud provides several benefits: - **Faster CI/CD Pipelines:** Reduces configuration bottlenecks and speeds up build times by offloading containers to multiple on-demand cloud workers with the Turbo-mode feature. Testcontainers Cloud streamlines integration testing by offloading container management to the cloud, ensuring consistent environments and faster test execution resulting in reduced resource strain, making it an essential tool for improving the stability of your Testcontainers-based workflows. - -**Duration:** 4 minutes - -{{< youtube-embed "https://youtu.be/6dRRlk5Vd0E" >}}