Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:39 +08:00
commit 3ea574364c
11 changed files with 415 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# References
Bundled resources for test-environment-manager skill
- [ ] docker_compose_best_practices.md: Documentation on best practices for writing Docker Compose files for test environments.
- [ ] testcontainers_integration_guide.md: Guide on integrating Testcontainers for programmatic container management.
- [ ] environment_variable_management.md: Documentation on managing environment variables for test environments.
- [ ] example_docker_compose.yml: Example Docker Compose file for a test environment.
- [ ] troubleshooting.md: Common troubleshooting steps for test environment issues.