v1.3.0-beta.1 — AI-friendly output (beta)
Pre-release
Pre-release
·
1 commit
to feat/ai-friendly-output
since this release
Beta pre-release of the AI-friendly output rework (PR #10) for testing in real projects before merge.
What's new
- Relay-style
--- Run complete ---summary block, always the last output: passed/failed/skipped counts, duration, failed tests withsuite > testpaths and error messages, retried tests - Actionable diagnostics for known infrastructure failures (dev server down, TWD sidebar missing, protocolTimeout, Chrome launch failure) instead of raw stack traces
- Removed noise: config JSON dump, per-test tree, status chatter — green runs are ~5 lines
- The CLI can no longer exit 1 silently
twd-jsremoved from dependencies (no longer used)
Breaking (output only)
The old Tests: N passed… line and per-test tree are gone — update any log-parsers. Exit codes are unchanged (0 pass / 1 failure).
Install
npm install -D twd-cli@beta🤖 Generated with Claude Code