Initial commit

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

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for e2e-test-framework skill
- [ ] generate_test_suite.py Generates a test suite based on user input and framework selection.
- [ ] execute_tests.sh Executes the generated tests and reports results.
- [ ] analyze_results.py Analyzes test results and provides a summary of failures and successes.