Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:57 +08:00
commit 12a5ba6a10
11 changed files with 770 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for api-test-automation skill
- [ ] generate_test_suite.py: Generates comprehensive test suites for REST and GraphQL APIs based on endpoint analysis and specifications.
- [ ] validate_api_response.py: Validates API responses against predefined schemas or OpenAPI specifications.
- [ ] authentication_test.py: Automates authentication testing, including various methods like Bearer tokens, OAuth, and API keys.