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,8 @@
# Scripts
Bundled resources for test-environment-manager skill
- [ ] setup_environment.sh: Script to set up the test environment using Docker Compose and Testcontainers.
- [ ] teardown_environment.sh: Script to tear down the test environment, cleaning up containers and resources.
- [ ] health_check.sh: Script to perform health checks on the services running in the test environment.
- [ ] configure_env_vars.py: Python script to configure environment variables for the test environment.