Parent Issue: #311
Agent Type: general-purpose
Branch: 311-fix/can-u-test-out-the-gh-orchestration-plug
Task Description
Add test run counter
Task Prompt
Add a third function to plugins/github-orchestration/tests/utils/test-helpers.ts:
let testCounter = 0;
export function getNextTestId(): string {
testCounter++;
return `test-${testCounter}`;
}
Add this after the existing functions. Keep the file simple.
Parent Issue: #311
Agent Type: general-purpose
Branch:
311-fix/can-u-test-out-the-gh-orchestration-plugTask Description
Add test run counter
Task Prompt
Add a third function to
plugins/github-orchestration/tests/utils/test-helpers.ts:Add this after the existing functions. Keep the file simple.