Commit 9a199ec
Add CLI integration smoke tests (#129)
* Add CLI integration smoke tests (#79)
Test that each CLI command starts and is wired up correctly by invoking
the actual CLI via child_process exec.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add integration tests for CLI commands end-to-end
Smoke tests verifying each CLI command starts and is wired up:
--version, --help, run --help, apply --help, config list, clean.
6 new integration tests using child_process exec.
Closes #79
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: unknown <that-github-user@github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent f13edc4 commit 9a199ec
1 file changed
Lines changed: 49 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
0 commit comments