Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

ai-rest-assured-framework

ai-rest-assured-framework 收录了来自 AniketDev7 的 9 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
9
Stars
3
更新
2026-03-09
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

add-auth-to-tests
软件质量保证分析师与测试员

Adds authentication (Bearer token, Basic, or API key) to API tests using config or env and a shared RequestSpecification. Use when the user wants to add auth to tests, use a token, or secure requests.

2026-03-09
add-negative-test-cases
软件质量保证分析师与测试员

Adds negative API test cases (400, 404, 401, etc.) to an existing test class following project rules. Use when the user wants to add negative tests, cover error cases, or add 404/400 tests.

2026-03-09
add-request-response-logging
软件质量保证分析师与测试员

Adds request and response logging to API tests using Rest Assured's log() (e.g. ifValidationFails) without exposing secrets. Use when the user wants to add logging, debug requests, or log on failure.

2026-03-09
fix-failing-api-test
软件质量保证分析师与测试员

Debugs and fixes a failing API test by inspecting assertions, status code, response body, and environment. Use when a test fails, the user pastes a failure message, or they ask why a test is failing.

2026-03-09
generate-api-tests-from-spec
软件质量保证分析师与测试员

Runs the AI-powered REST Assured test generator with an OpenAPI/Swagger spec path, then directs the user to the generated test files. Use when the user wants to generate API tests from a spec, points at an OpenAPI file, or says "generate tests for this spec."

2026-03-09
refactor-tests-base-class
软件质量保证分析师与测试员

Extracts common setup (base URI, auth, RequestSpecification) from multiple test classes into an abstract base class. Use when the user wants to reduce duplication, add a base test class, or share setup across test classes.

2026-03-09
run-api-tests
软件质量保证分析师与测试员

Runs the project's API tests with Maven. Use when the user wants to run tests, run the test suite, run smoke tests, or verify tests after changes.

2026-03-09
run-generator-with-claude
软件质量保证分析师与测试员

Runs the AI test generator using Claude (Anthropic) instead of OpenAI. Use when the user wants to use Claude, Anthropic, or -p claude for test generation.

2026-03-09
validate-openapi-spec
软件开发工程师

Validates an OpenAPI/Swagger spec file for structure, required fields, and usability by the test generator. Use when the user wants to validate a spec, check if a spec is valid, or improve a spec for test generation.

2026-03-09