mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-16 17:22:12 +08:00
Merge remote-tracking branch 'origin/main' into garrytan/e2e-plan-codex-tests
This commit is contained in:
@@ -408,8 +408,11 @@ Write your review to ${planDir}/review-output.md`,
|
||||
console.warn('No test-plan artifact found — agent may not have followed artifact instructions');
|
||||
}
|
||||
|
||||
// Soft assertion: we expect an artifact but agent compliance is not guaranteed
|
||||
expect(newFiles.length).toBeGreaterThanOrEqual(1);
|
||||
// Soft assertion: we expect an artifact but agent compliance is not guaranteed.
|
||||
// Log rather than fail — the test-plan artifact is a bonus output, not the core test.
|
||||
if (newFiles.length === 0) {
|
||||
console.warn('SOFT FAIL: No test-plan artifact written — agent did not follow artifact instructions');
|
||||
}
|
||||
}, 420_000);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user