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 @@
# Assets
Bundled resources for api-test-automation skill
- [ ] test_suite_template.js: Template for generating API test suites, including placeholders for different test cases and assertions.
- [ ] example_openapi.yaml: Example OpenAPI specification file for demonstration and testing purposes.
- [ ] example_graphql_schema.graphql: Example GraphQL schema file for testing GraphQL APIs.