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 @@
# References
Bundled resources for api-test-automation skill
- [ ] api_testing_best_practices.md: Detailed guide on API testing best practices, covering different testing types and strategies.
- [ ] openapi_specification.md: Documentation on how to use OpenAPI specifications for contract testing and API validation.
- [ ] graphql_testing_guide.md: Comprehensive guide on testing GraphQL APIs, including queries, mutations, and subscriptions.