Integration Tests
May 11, 2026 · View on GitHub
Integration tests require no AWS credentials. They run the real CLI binary and assert on local files and stdout only.
Running
npm run test:integ # Run integration tests
Test Organization
Integration tests live in integ-tests/:
integ-tests/
├── create-no-agent.test.ts
├── create-with-agent.test.ts
├── deploy.test.ts
└── ...
See integ-tests/README.md for full details.