- Remove nested test/e2e/test/ directory (bad debug data) - Fix run-all.sh to run VHS from repo root, preventing nested output - Fix cursor-navigation.tape to use setup script instead of inline shell - Add setup-cursor-test.sh for cursor navigation tests - Regenerate all test outputs without FileNotFoundException errors - Add debug tape/output files to .gitignore - Remove debug.tape from test suite (for local debugging only) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
.cpcache/
|
|
.nrepl-port
|
|
target/
|
|
*.jar
|
|
|
|
# Debug test files
|
|
test/e2e/debug.tape
|
|
test/e2e/output/debug.*
|
|
|
|
# Nested test output directories (created by VHS when run from wrong directory)
|
|
test/e2e/test/
|