cui-http-testing
Installation
SKILL.md
CUI Testing HTTP Skill
REFERENCE MODE: This skill provides reference material. Load specific standards on-demand based on current task.
CUI-specific HTTP testing standards using cui-test-mockwebserver-junit5. Covers MockWebServer configuration, HTTPS testing, and request verification.
Enforcement
Execution mode: Reference library; load standards on-demand for HTTP testing tasks.
Prohibited actions:
- Do not use WireMock or other HTTP mocking libraries in CUI projects; must use CUI MockWebServer
- Do not configure MockWebServer manually; use
@EnableMockWebServerannotation - Do not load all standards at once; load progressively based on current task
Constraints:
- HTTP client tests must use
@EnableMockWebServerwith@MockResponseConfigannotations - HTTPS testing must use the built-in SSL support from MockWebServer
- Request verification must use the MockWebServer assertion API