Integration Tests Overview Run integration tests that require a local npm registry by starting in a background subprocess, executing the build/reset/publish/test pipeline in the main process, then cleanly shutting down the registry process and returning results. Workflow Codex execution environment - When Codex invokes this skill, run both and the main pipeline outside the Codex sandbox by default ( ). The integration suites install dependencies inside fixture projects with , , Deno, Wrangler, local emulators, Docker, and other subprocesses; running them inside the Codex sandbox can cause env…