Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fly-Style authored Nov 22, 2024
1 parent 57e09df commit 75a654e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/e2e/e2e_tests/tests/ctr_availability_test.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
/// Docker container availability test for our test-containers suite
/// End-to-end test suite for verifying container availability
///
/// # Prerequisites
/// - Docker daemon must be running
/// - Sufficient system resources for multiple containers
/// - Required ports must be available (8546, 3030)
///
/// # Cleanup
/// Containers are automatically cleaned up after each test,
/// but manual cleanup may be required if tests fail
mod containers;

use testcontainers::runners::AsyncRunner;
Expand Down

0 comments on commit 75a654e

Please sign in to comment.