feat(agent): add kiro as an install target#10
Open
lxcario wants to merge 1 commit into
Open
Annotations
4 errors
|
Run unit tests with coverage
Process completed with exit code 1.
|
|
Run unit tests with coverage:
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
|
|
Run unit tests with coverage:
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
|
|
Run unit tests with coverage:
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
|
background
wait
wait-all
cancel
parallel
Loading