Skip to content

Commit 67d11a2

Browse files
abueideclaude
andcommitted
fix(tests): standardize log paths from test-results/ to reports/
All test logs should use reports/ directory per project conventions. Remove tracked test-results log files and update .gitignore to prevent future accidental tracking. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d700bb1 commit 67d11a2

7 files changed

Lines changed: 7 additions & 471 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
# Test results (only last run kept locally)
2727
/reports/
2828
/test-results/
29+
tests/test-results/
2930
examples/*/reports/
3031
examples/*/test-results/
3132
plugins/*/tests/reports/
33+
plugins/*/tests/test-results/

plugins/devbox-mcp/tests/test-suite.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: "0.5"
22

3-
log_location: "test-results/devbox-mcp-logs"
3+
log_location: "reports/devbox-mcp-logs"
44
log_level: info
55
is_strict: true
66

@@ -38,7 +38,7 @@ processes:
3838
echo "===================================="
3939
echo ""
4040
echo "Test Logs:"
41-
echo " test-results/devbox-mcp-logs"
41+
echo " reports/devbox-mcp-logs"
4242
echo ""
4343
echo "All tests passed!"
4444
echo "===================================="

plugins/react-native/tests/test-metro-shutdown.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ environment:
44
- "TEST_SUITE_NAME=shutdown-test"
55
- "TEST_TUI=false"
66

7-
log_location: "test-results/metro-shutdown-logs"
7+
log_location: "reports/metro-shutdown-logs"
88
log_level: info
99
is_strict: false
1010

@@ -133,7 +133,7 @@ processes:
133133
echo " ✓ Metro stopped cleanly"
134134
echo " ✓ No processes left running"
135135
echo ""
136-
echo "Logs: test-results/metro-shutdown-logs"
136+
echo "Logs: reports/metro-shutdown-logs"
137137
echo "===================================="
138138
echo ""
139139

test-results/devbox-mcp-logs

Lines changed: 0 additions & 126 deletions
This file was deleted.

tests/test-results/android-repo-e2e-logs

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)