Integration Test Results
Run: workflow run 30194690459
Date: 2026-07-26
Summary
All 3 integration tests failed due to missing Copilot API credentials in the sandbox environment.
Test Output
❯ scripts/haiku.integration.test.ts (3 tests | 3 failed) 433ms
× runs a single-agent haiku sample with the real runtime
× runs a single-agent sonnet sample with the real runtime
× runs a complex sonnet sample with tools, addons, intents, and subagent wiring
Failure Details
All three tests produced the same error:
Error: Haiku integration run failed with exit code 1.
AUTHENTICATION_FAILED
Root Cause
The integration tests require a live Copilot API token/credentials. The sandbox environment where the tests were executed does not have those credentials configured, causing all API calls to fail with AUTHENTICATION_FAILED.
Steps to Reproduce
npm ci
npm run test:integration
Fix
Ensure the required Copilot API credentials/environment variables are available in the CI environment before running npm run test:integration.
Generated by Rig Integration Tests · sonnet46 11.7 AIC · ⊞ 4K · ◷
Integration Test Results
Run: workflow run 30194690459
Date: 2026-07-26
Summary
All 3 integration tests failed due to missing Copilot API credentials in the sandbox environment.
Test Output
Failure Details
All three tests produced the same error:
Root Cause
The integration tests require a live Copilot API token/credentials. The sandbox environment where the tests were executed does not have those credentials configured, causing all API calls to fail with
AUTHENTICATION_FAILED.Steps to Reproduce
Fix
Ensure the required Copilot API credentials/environment variables are available in the CI environment before running
npm run test:integration.