OneNote CI Integration Overview Testing OneNote integrations in CI requires Azure AD app registration, credential management, and mock strategies for Graph API responses. This skill provides two proven CI strategies: mock-only PR checks (zero Azure credentials required) and nightly live integration tests with proper credential isolation and rate limit awareness. Prerequisites - GitHub Actions or equivalent CI platform - Node.js 18+ or Python 3.10+ - For mock-only CI: no Azure credentials needed - For live integration tests: Azure AD test tenant with app registration - GitHub repository secret…