Integration Test Results
Date: 2026-07-26
Run: workflow run 30202514362
Result: ❌ All tests failed
All 3 integration tests in scripts/haiku.integration.test.ts failed with AUTHENTICATION_FAILED.
Test failures
| Test |
Status |
Error |
| runs a single-agent haiku sample with the real runtime |
❌ FAIL |
AUTHENTICATION_FAILED |
| runs a single-agent sonnet sample with the real runtime |
❌ FAIL |
AUTHENTICATION_FAILED |
| runs a complex sonnet sample with tools, addons, intents, and subagent wiring |
❌ FAIL |
AUTHENTICATION_FAILED |
Error output
Error: Haiku integration run failed with exit code 1.
AUTHENTICATION_FAILED
Root cause
The Copilot API credentials (e.g. COPILOT_TOKEN or equivalent) are not available in this sandbox environment. The integration tests attempt to connect to the live Copilot API, which requires valid authentication.
Steps to reproduce manually
npm ci
npm run test:integration
Generated by Rig Integration Tests · sonnet46 8.84 AIC · ⊞ 4K · ◷
Integration Test Results
Date: 2026-07-26
Run: workflow run 30202514362
Result: ❌ All tests failed
All 3 integration tests in
scripts/haiku.integration.test.tsfailed withAUTHENTICATION_FAILED.Test failures
AUTHENTICATION_FAILEDAUTHENTICATION_FAILEDAUTHENTICATION_FAILEDError output
Root cause
The Copilot API credentials (e.g.
COPILOT_TOKENor equivalent) are not available in this sandbox environment. The integration tests attempt to connect to the live Copilot API, which requires valid authentication.Steps to reproduce manually