Integration Test Results
Date: 2026-07-26
Workflow run: 30196887486
Summary
All 3 integration tests in scripts/haiku.integration.test.ts failed due to missing Copilot API credentials in the sandbox environment.
Test Results
| Test |
Result |
| runs a single-agent haiku sample with the real runtime |
❌ FAILED |
| runs a single-agent sonnet sample with the real runtime |
❌ FAILED |
| runs a complex sonnet sample with tools, addons, intents, and subagent wiring |
❌ FAILED |
Error Output
Error: Haiku integration run failed with exit code 1.
AUTHENTICATION_FAILED
Root Cause
All three tests failed with AUTHENTICATION_FAILED. The integration tests require a live Copilot API token, which is not available in this sandbox environment. The tests themselves are structurally sound — the failure is purely an infrastructure/credentials issue.
Steps Taken
npm ci — completed successfully (exit code 0)
npm run test:integration — all 3 tests failed with AUTHENTICATION_FAILED (exit code 1)
Generated by Rig Integration Tests · sonnet46 11.6 AIC · ⊞ 4K · ◷
Integration Test Results
Date: 2026-07-26
Workflow run: 30196887486
Summary
All 3 integration tests in
scripts/haiku.integration.test.tsfailed due to missing Copilot API credentials in the sandbox environment.Test Results
Error Output
Root Cause
All three tests failed with
AUTHENTICATION_FAILED. The integration tests require a live Copilot API token, which is not available in this sandbox environment. The tests themselves are structurally sound — the failure is purely an infrastructure/credentials issue.Steps Taken
npm ci— completed successfully (exit code 0)npm run test:integration— all 3 tests failed withAUTHENTICATION_FAILED(exit code 1)