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
runs a single-agent haiku sample with the real runtime — exercises src/samples/01-single-agent-haiku.ts
runs a single-agent sonnet sample with the real runtime — exercises src/samples/56-single-agent-sonnet.ts
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 · ◷
Integration Test Run — 2026-07-25
Command:⚠️ 3/3 tests skipped (0 passed, 0 failed)
npm run test:integrationTest file:
scripts/haiku.integration.test.tsResult:
Reason
The integration tests require one of:
COPILOT_GITHUB_TOKENenvironment variable, orCOPILOT_SDK_URIenvironment variableNeither was set in the runner environment, so all tests were skipped via
it.skip.Tests that were skipped
runs a single-agent haiku sample with the real runtime— exercisessrc/samples/01-single-agent-haiku.tsruns a single-agent sonnet sample with the real runtime— exercisessrc/samples/56-single-agent-sonnet.tsruns a complex sonnet sample with tools, addons, intents, and subagent wiring— exercisessrc/samples/57-complex-integration-sonnet.tsVitest output
Next steps
To run these tests against the live Copilot API, the workflow must supply
COPILOT_GITHUB_TOKEN(personal token with Copilot access) orCOPILOT_SDK_URI(agentic workflow context URI) as environment variables.