Skip to content

[general-purpose] Add test run counter #316

Description

@sylvansys

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    subissueSub-issue linked to parent issuetaskTask tracked from Claude Code session

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions