Skip to content

feat: expose package runner primitives#33

Merged
jeffatgametime merged 1 commit into
masterfrom
temporal-package-runner-api
Jun 27, 2026
Merged

feat: expose package runner primitives#33
jeffatgametime merged 1 commit into
masterfrom
temporal-package-runner-api

Conversation

@jeffatgametime

Copy link
Copy Markdown
Contributor

Adds opt-in package-level primitives without introducing any Temporal dependency into testy.

Changes:

  • Adds PackageSpec, ListPackages, RunPackage, and BuildSuiteResult.
  • Keeps Run() serial by default and RunWithOptions behavior unchanged.
  • Lets downstream orchestrators run packages externally and assemble a suite result.

Validation:

  • go test ./...
  • go test -race ./...

Downstream consumer:

  • gametimesf/api-tests branch temporal-test-execution uses these primitives for Temporal activity orchestration.

Co-Authored-By: Codex <noreply@openai.com>
@jeffatgametime
jeffatgametime merged commit b218156 into master Jun 27, 2026
2 checks passed
@jeffatgametime
jeffatgametime deleted the temporal-package-runner-api branch June 27, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant