Skip to content

feat(agent): add kiro as an install target #24

feat(agent): add kiro as an install target

feat(agent): add kiro as an install target #24

Re-run triggered July 1, 2026 00:07
Status Failure
Total duration 51s
Artifacts

test-coverage.yml

on: pull_request
Coverage (>= 80%)
32s
Coverage (>= 80%)
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Coverage (>= 80%)
Process completed with exit code 1.
test/help.snapshot.test.ts > --help snapshots > init: test/help.snapshot.test.ts#L58
Error: Snapshot `--help snapshots > init 1` mismatched - Expected + Received @@ -5,11 +5,12 @@ Options: --api-key <key> API key to configure (skips the interactive prompt) --from-env Read TESTSPRITE_API_KEY from the environment instead of prompting (default: false) --agent <target> Coding-agent target to install: claude, antigravity, - cursor, cline, codex (default: claude) (default: "claude") + cursor, cline, kiro, codex (default: claude) (default: + "claude") --no-agent Skip the agent skill install (configure credentials only) --force Overwrite an existing skill file (a .bak backup is kept) --dir <path> Project root for the skill install (default: current directory) -y, --yes Non-interactive: accept all defaults, never prompt ❯ test/help.snapshot.test.ts:58:19
src/commands/agent.test.ts > runInstall — all four own-file targets > installs all four own-file targets in one invocation: src/commands/agent.test.ts#L882
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ src/commands/agent.test.ts:882:30
src/commands/agent.test.ts > runList > JSON mode emits array of {target, status, path, mode}: src/commands/agent.test.ts#L726
AssertionError: expected [ { target: 'claude', …(3) }, …(5) ] to have a length of 5 but got 6 - Expected + Received - 5 + 6 ❯ src/commands/agent.test.ts:726:18