docs: add tests/ folder convention for test output

This commit is contained in:
2026-01-20 12:04:29 +01:00
parent 17f605cf5f
commit 11c59b890e
6 changed files with 46 additions and 4483 deletions

16
.gitignore vendored
View File

@@ -9,7 +9,21 @@ build
/sandbox-test/test_results.json
# Test output files
screenshot_*.png
/tests/
*.png
test_*.json
test_*.txt
test_*.log
*_hierarchy.json
recorded_actions.json
# Duplicate asset folders (use src/main/assets/ instead)
/icons/
/scripts/
/ui/
# Sandbox data created during testing
/src/main/assets/sandbox_data/
# Misc
NUL