01
Spec to Cases
A pipeline that turns specification Markdown into test case JSON with LLM drafting and rule-based post-processing.
- Schema validation and type-preserving transformation logic.
- CLI helpers and JSON samples for quick onboarding.
🔎 Latest CI reports: JUnit summary / Flaky ranking / Coverage HTML
01
A pipeline that turns specification Markdown into test case JSON with LLM drafting and rule-based post-processing.
02
A proof of concept where an LLM expands acceptance criteria and generates Playwright tests automatically.
data-testid
with a11y scanning baked in.03
A CLI that detects flaky tests from CI logs and automatically produces HTML reports and ticket templates.
04
An adapter that runs a shadow provider alongside the primary LLM to capture anomalies while keeping the main response.
npx flaky analyze
generates projects/03-ci-flaky/out/index.html
(HTML/CSV/JSON) retrievable from CI artifacts.npx flaky parse --input <path-to-xml>
and store the history for later analysis.weekly-qa-summary.yml
workflow automatically updates docs/weekly-summary.md
.tools/generate_gallery_snippets.py
generates highlight cards from the weekly summary..github/workflows/pages.yml
deploys everything under docs/
to GitHub Pages.