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,7 @@
# Assets
Bundled resources for test-environment-manager skill
- [ ] docker-compose-template.yml: Template for creating Docker Compose files.
- [ ] test_environment_diagram.png: Diagram illustrating the architecture of a typical test environment.
- [ ] example_test_script.py: Example Python test script that uses the test environment.