Initial commit

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

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for smoke-test-runner skill
- [ ] run_tests.sh Executes the smoke test suite and reports results.
- [ ] parse_results.py Parses the test results and provides a summary.
- [ ] setup_env.sh Sets up the environment for running the smoke tests.