Skip to content

[rig-integration] Integration test run: all 3 tests skipped — no Copilot credentials available #150

Description

@github-actions

Integration Test Run — 2026-07-25

Command: npm run test:integration
Test file: scripts/haiku.integration.test.ts
Result: ⚠️ 3/3 tests skipped (0 passed, 0 failed)

Reason

The integration tests require one of:

  • COPILOT_GITHUB_TOKEN environment variable, or
  • COPILOT_SDK_URI environment variable

Neither was set in the runner environment, so all tests were skipped via it.skip.

Tests that were skipped

  1. runs a single-agent haiku sample with the real runtime — exercises src/samples/01-single-agent-haiku.ts
  2. runs a single-agent sonnet sample with the real runtime — exercises src/samples/56-single-agent-sonnet.ts
  3. runs a complex sonnet sample with tools, addons, intents, and subagent wiring — exercises src/samples/57-complex-integration-sonnet.ts

Vitest output

Test Files  1 skipped (1)
     Tests  3 skipped (3)
  Start at  13:09:14
  Duration  152ms

Next steps

To run these tests against the live Copilot API, the workflow must supply COPILOT_GITHUB_TOKEN (personal token with Copilot access) or COPILOT_SDK_URI (agentic workflow context URI) as environment variables.

Generated by Rig Integration Tests · sonnet46 17.4 AIC · ⊞ 5K ·

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions