Skip to content

[Extension]: manual-test v1.0.0 #4729

Description

@Vishuvishu

Extension Submission

Extension ID: manual-test
Extension Name: Manual Test Guide
Version: 1.0.0
Author: Vishu Bhingradiya
License: MIT

Description: Generates a step-by-step curl-based manual test guide (test.md) from spec, plan, and API contracts. Produces test cases covering every endpoint, every acceptance scenario, good cases, bad cases, and edge cases.

Repository: https://github.com/Vishuvishu/spec-kit-manual-test
Download URL: https://github.com/Vishuvishu/spec-kit-manual-test/archive/refs/tags/v1.0.0.zip
Documentation: https://github.com/Vishuvishu/spec-kit-manual-test/blob/main/README.md
Changelog: https://github.com/Vishuvishu/spec-kit-manual-test/blob/main/CHANGELOG.md

Required Spec Kit version: >=0.6.0
Tools required: None

Commands provided: 1

  • speckit.manual-test.generate — Generate a manual test guide (test.md) for the current feature

Hooks: 1

  • after_plan (optional) — Prompts to generate test guide after planning completes

Tags: testing, manual-test, api, curl, verification

Key features

  • Traces every TEST-NN back to a specific FR-### or acceptance scenario from spec.md
  • Security tests: 401/403 per auth role, PII log inspection
  • State machine tests: valid/invalid transitions, lazy expiry detection
  • End-to-end smoke test script (copy-paste bash)
  • Quick reference table as final element

Testing confirmation

  • Extension tested with specify extension add --dev
  • extension.yml manifest is valid
  • All command files exist
  • README contains valid specify extension add install command
  • LICENSE file included
  • GitHub release v1.0.0 created
  • Download URL is publicly accessible

Install command

specify extension add manual-test --from https://github.com/Vishuvishu/spec-kit-manual-test/archive/refs/tags/v1.0.0.zip

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions