Tier 2 dev workflow: Windows test runner + result sync

- run_tests.bat: double-click test runner with JSON result capture
- run_script.bat: run any script with output capture
- test_results/ folder for Syncthing-based result sharing
- Auto-mark NX-dependent tests for --quick mode
- pytest-json-report for structured results
This commit is contained in:
2026-03-07 14:07:32 +00:00
parent a069a9f21f
commit b3162aa78d
5 changed files with 298 additions and 0 deletions

4
.gitignore vendored
View File

@@ -142,3 +142,7 @@ C:*
# project-context-sync (auto-generated, local only)
PROJECT_STATE.md
# Test results (synced via Syncthing, not git)
test_results/*.json
test_results/*.log