Skip to the content.

日本語版

Spec to Cases

This pipeline ingests specification Markdown, combines LLM drafting with rule-based formatting, and outputs validated test cases in JSON. JSON Schema keeps the structure compatible with existing test management and automation frameworks.

Highlights

Key Artifacts

How to Reproduce

  1. In projects/01-spec2cases-md2json/, install required Python dependencies such as jsonschema.
  2. Run scripts/convert.py --spec spec.sample.md --output cases.sample.json to regenerate the sample output.
  3. The CLI validates the generated content; mismatches against the schema will raise an error.

Next Steps