mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
1baf168a95
The test at integration-smoke.spec.ts:21 imports registry.json, which is gitignored (generated at build time). After PR #4236 removed it from tracking, every CI run fails with "Cannot find module '../../shell/src/data/registry.json'" — producing the repeating "Starter Deployed Smoke Test Failed — 0 failure(s) — job-level error" Slack alerts in #oss-alerts. Adds a generate-registry step before the Playwright test run.