Skip to content

Commit 91665d8

Browse files
committed
Added videos
1 parent ad2eec6 commit 91665d8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

content/guides/testcontainers-cloud/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ products: [testcontainers]
1111
params:
1212
featured: true
1313
image: images/learning-paths/testcontainers-cloud-learning-path.png
14-
time: 10 minutes
14+
time: 12 minutes
1515
resource_links:
1616
- title: Testcontainers Guides
1717
url: https://testcontainers.com/guides

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ In this section, we will look at how Testcontainers Cloud can be seamlessly inte
1010
- Learn how to configure Testcontainers Cloud within GitHub Actions to offload containerized testing to the cloud, improving efficiency and resource management.
1111
- Explore how Testcontainers Cloud integrates with GitHub workflows to run integration tests that require containerized services, such as databases and message brokers.
1212

13-
**Duration:** 3 minutes
13+
**Duration:** 4 minutes
1414

15-
{{< youtube-embed "" >}}
15+
{{< youtube-embed "https://youtu.be/NlZY9aumKJU" >}}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Setting up Testcontainers Cloud
3-
description: Set up Testcontainers Cloud in a local development environment.
2+
title: Setting up Testcontainers Cloud by Docker
3+
description: Set up Testcontainers Cloud by Docker in a local development environment.
44
weight: 20
55
---
66

7-
In this section, we’ll walk through the process of setting up Testcontainers Cloud to work in your local development environment using the Testcontainers Desktop application. By the end of this walkthrough, you'll have Testcontainers Cloud up and running, ready to offload container management from your local machine to the cloud for more efficient testing.
7+
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.
88

99
- Install and configure Testcontainers Cloud and the CLI to seamlessly integrate with your local development environment.
1010
- Set up and configure the Testcontainers Desktop application to monitor and manage cloud-based containers during local tests.
1111
- Create and run integration tests using Testcontainers that leverage cloud-based container resources.
1212
- Monitor and manage containers efficiently, understanding how Testcontainers Cloud automates cleanup and ensures consistent testing environments.
1313
- Review options for monitoring and troubleshooting in the Testcontainers Cloud Dashboard.
1414

15-
**Duration:** 3 minutes
15+
**Duration:** 4 minutes
1616

17-
{{< youtube-embed "" >}}
17+
{{< youtube-embed "https://youtu.be/7c3xLAG560U" >}}

content/guides/testcontainers-cloud/why.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Testcontainers Cloud provides several benefits:
1515

1616
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.
1717

18-
**Duration:** 3 minutes
18+
**Duration:** 4 minutes
1919

20-
{{< youtube-embed "" >}}
20+
{{< youtube-embed "https://youtu.be/6dRRlk5Vd0E" >}}

0 commit comments

Comments
 (0)