9 lines
577 B
Markdown
9 lines
577 B
Markdown
# 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.
|