aissia/config/test_runner.json
StillHammer 2a0ace3441 fix: Update test_runner.json to point to build/tests/integration
Integration test modules (.so files) are built in build/tests/integration,
not tests/integration. Updated config to reflect correct path.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 17:07:45 +08:00

10 lines
257 B
JSON

{
"enabled": true,
"testDirectory": "build/tests/integration",
"globalTimeoutMs": 300000,
"stopOnFirstFailure": false,
"verboseOutput": true,
"outputFormats": ["console", "json"],
"jsonOutputPath": "test-results.json"
}