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 @EnableMockWebServer annotation
  • Do not load all standards at once; load progressively based on current task

Constraints:

  • HTTP client tests must use @EnableMockWebServer with @MockResponseConfig annotations
  • HTTPS testing must use the built-in SSL support from MockWebServer
  • Request verification must use the MockWebServer assertion API
Installs
1
GitHub Stars
5
First Seen
Jul 11, 2026
cui-http-testing — cuioss/plan-marshall