Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:11 +08:00
commit 1537342164
8 changed files with 324 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for integration-test-runner skill
- [ ] setup_test_environment.sh Automates the setup of the testing environment, including database creation, seeding, and service orchestration.
- [ ] run_tests.sh Executes the integration tests with specified suites and options like code coverage.
- [ ] cleanup_test_environment.sh Cleans up the testing environment after the tests are run, ensuring no test pollution or leftover state.
- [ ] report_generator.py Generates detailed test reports with pass/fail counts, execution times, and code coverage metrics.