Skip to content

Commit a01d152

Browse files
committed
Made suggested updates
1 parent 91665d8 commit a01d152

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
lines changed

content/guides/testcontainers-cloud/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ params:
2727
url: https://www.docker.com/search/?_sf_s=testcontainers%20cloud
2828
---
2929

30-
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.
30+
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.
3131

3232
## What you'll learn
3333

content/guides/testcontainers-cloud/demo-ci.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ description: Use Testcontainers Cloud with GitHub Workflows to automate testing
44
weight: 30
55
---
66

7+
{{< youtube-embed "https://youtu.be/NlZY9aumKJU" >}}
8+
79
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.
810

911
- Understand how to set up a GitHub Actions workflow to automate the build and testing of a project.
1012
- Learn how to configure Testcontainers Cloud within GitHub Actions to offload containerized testing to the cloud, improving efficiency and resource management.
1113
- Explore how Testcontainers Cloud integrates with GitHub workflows to run integration tests that require containerized services, such as databases and message brokers.
12-
13-
**Duration:** 4 minutes
14-
15-
{{< youtube-embed "https://youtu.be/NlZY9aumKJU" >}}

content/guides/testcontainers-cloud/demo-local.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ description: Set up Testcontainers Cloud by Docker in a local development enviro
44
weight: 20
55
---
66

7+
{{< youtube-embed "https://youtu.be/7c3xLAG560U" >}}
8+
79
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.
810

911
- Install and configure Testcontainers Cloud and the CLI to seamlessly integrate with your local development environment.
1012
- Set up and configure the Testcontainers Desktop application to monitor and manage cloud-based containers during local tests.
1113
- Create and run integration tests using Testcontainers that leverage cloud-based container resources.
1214
- Monitor and manage containers efficiently, understanding how Testcontainers Cloud automates cleanup and ensures consistent testing environments.
1315
- Review options for monitoring and troubleshooting in the Testcontainers Cloud Dashboard.
14-
15-
**Duration:** 4 minutes
16-
17-
{{< youtube-embed "https://youtu.be/7c3xLAG560U" >}}

content/guides/testcontainers-cloud/why.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: Learn how Testcontainers Cloud by Docker can help you optimize inte
44
weight: 10
55
---
66

7+
{{< youtube-embed "https://youtu.be/6dRRlk5Vd0E" >}}
8+
79
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.
810

911
Testcontainers Cloud provides several benefits:
@@ -14,7 +16,3 @@ Testcontainers Cloud provides several benefits:
1416
- **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.
1517

1618
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.
17-
18-
**Duration:** 4 minutes
19-
20-
{{< youtube-embed "https://youtu.be/6dRRlk5Vd0E" >}}

0 commit comments

Comments
 (0)