Fix e2e tests and clean up debug artifacts
- 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>
This commit is contained in:
+6
-4
@@ -3,7 +3,9 @@
|
||||
target/
|
||||
*.jar
|
||||
|
||||
# Generated test outputs
|
||||
test/e2e/output/
|
||||
test/e2e/*.gif
|
||||
test/e2e/*.png
|
||||
# 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/
|
||||
|
||||
Reference in New Issue
Block a user