v2.1.0
September 4, 2026Casely no longer runs on slash commands. Attach your requirements (and,
ideally, an example of test cases your team already writes), say what you
need, and Casely handles the rest in one conversation — across Claude Code,
claude.ai, and the Claude desktop app.
What changed
- No more commands.
/init, /parse, /style, /plan, /generate,
/export are gone. Attach files, describe the task, done.
- One approval gate. Casely always stops on the test plan and waits for
your OK before writing a single test case.
- Real test design. Equivalence partitioning, boundary values, decision
tables, state transitions, error guessing — not a restatement of the
requirements as cases.
- Reports gaps in your spec — untestable wording, contradictions,
missing error paths — alongside the plan.
- One Excel file, one row per case. Matches how TestRail, Qase, Zephyr
and Xray actually import, instead of forty separate files.
- No parser dependency. Claude reads PDF/DOCX/XLSX natively — nothing
to install.
Full history in CHANGELOG.md.
v1.5.0
March 3, 2026Stop manually writing test cases. Claude skill: Requirements → Test Plan → + 100 Test Cases (Manual & Auto) in 5min 🚀
Writing test suites from scratch is the most tedious part of QA. So I built Casely — a virtual QA Lead for Claude (Anthropic Skills).
It doesn't just "hallucinate" tests. It follows a rigorous pipeline:
Parse: Deep-reads PDF/DOCX into clean Markdown (using Docling).
Style: Analyzes your test cases to mimic your specific style/columns.
Plan: Segregates requirements into logical modules.
Generate: Cranks out 100+ atomic test cases.
Export: Spits out a .xlsx file ready for TestRail/Xray.
Real stats: 27-page requirement doc → 87 structured cases in 2:32 min.