Initial commit
This commit is contained in:
8
skills/integration-test-runner/scripts/README.md
Normal file
8
skills/integration-test-runner/scripts/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user