Skip to the content.

日本語版はこちら

🔎 Latest CI reports: JUnit summary / Flaky ranking / Coverage HTML

Demos

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.

Evidence →

02

LLM to Playwright

A proof of concept where an LLM expands acceptance criteria and generates Playwright tests automatically.

  • Robust selector strategy based on data-testid with a11y scanning baked in.
  • Data-driven tests via JSON / CSV drivers for a minimal setup.

Evidence →

03

CI Flaky Analyzer

A CLI that detects flaky tests from CI logs and automatically produces HTML reports and ticket templates.

  • Streaming analysis for large JUnit XML files with scoring stored as JSONL / HTML.
  • One-command generation of HTML reports, JSONL history, and GitHub Issue templates.

Evidence →

04

LLM Adapter — Shadow Execution

An adapter that runs a shadow provider alongside the primary LLM to capture anomalies while keeping the main response.

  • Collects shadow diff metrics as JSONL for vendor comparison.
  • Mocks timeouts, rate limits, and malformed responses to validate fallbacks.

Evidence →

Weekly Summary

Weekly QA Snapshot — 2025-09-23

週次サマリを詳しく読む →

01. Spec to Cases

02. LLM to Playwright

03. CI Flaky Analyzer

04. LLM Adapter — Shadow Execution

View all weekly summaries →

Evidence Library

Operations Notes