api-integration-test

Category: Development & Coding | Uploader: johnqtcgjohnqtcg | Downloads: 0 | Version: v1.0(Latest)

Create, maintain, and run gated Go integration tests for internal APIs and service-to-service clients (HTTP/gRPC). Use for endpoint verification, contract checks with real runtime config, opt-in execution, timeout/retry safety, and integration failure triage in Go services.

Changelog: Source: GitHub https://github.com/johnqtcg/awesome-skills

Directory Structure

Current level: tree/main/skills/api-integration-test/

  • 📁 references/
    • 📄 advanced-patterns.md 3.8 KB
    • 📄 checklists.md 4.3 KB
    • 📄 common-integration-gate.md 4.1 KB
    • 📄 common-output-contract.md 1.4 KB
    • 📄 internal-api-patterns.md 6.3 KB
  • 📁 scripts/
    • 📁 tests/
      • 📁 golden/
        • 📄 001_simple_http_get.json 349 B
        • 📄 002_grpc_service.json 324 B
        • 📄 003_retryable_endpoint.json 298 B
        • 📄 004_production_safety.json 256 B
        • 📄 005_missing_config_degradation.json 275 B
        • 📄 006_ci_github_actions.json 308 B
        • 📄 007_expected_failure_paths.json 296 B
        • 📄 008_data_lifecycle.json 221 B
      • 📄 COVERAGE.md 2.4 KB
      • 📄 test_golden_scenarios.py 7.5 KB
      • 📄 test_skill_contract.py 11.2 KB
    • 📄 run_regression.sh 557 B
  • 📄 SKILL.md 13.1 KB

SKILL.md

Login to download/like/favorite ❤ 8 | ★ 0
Comments 0

Please login before commenting.

Loading comments...