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>
10 lines
257 B
JSON
10 lines
257 B
JSON
{
|
|
"enabled": true,
|
|
"testDirectory": "build/tests/integration",
|
|
"globalTimeoutMs": 300000,
|
|
"stopOnFirstFailure": false,
|
|
"verboseOutput": true,
|
|
"outputFormats": ["console", "json"],
|
|
"jsonOutputPath": "test-results.json"
|
|
}
|