integration-tests Skill
Run the integration-tests pipeline that depends on a local npm registry (Verdaccio). Use when asked to execute integration tests or local publish workflows in this repo. Published by openai in openai-agents-js.
What is integration-tests Skill?
Run the integration-tests pipeline that depends on a local npm registry (Verdaccio). Use when asked to execute integration tests or local publish workflows in this repo. Published by openai in openai-agents-js. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Deployment
- Writing
- Testing use cases
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use integration-tests Skill
- Use it for testing.
- Use it for deployment.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/openai-agents-js
- Skill file: .agents/skills/integration-tests/SKILL.md
What it does
Run the integration-tests pipeline that depends on a local npm registry (Verdaccio). Use when asked to execute integration tests or local publish workflows in this repo.
Skill instructions
Integration Tests Overview Run integration tests that require a local npm registry by starting pnpm local-npm:start 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 pnpm local-npm:start and the main pipeline outside the Codex sandbox by default (sandboxpermissions=requireescalated). The integration suites install dependencies inside fixture projects with npm install, bun install, Deno, Wrangler, local emulators, Docker, and other subprocesses; running them inside the Codex sandbox can cause environment-only failures such as npm EPERM writing to ~/.npm/cacache/tmp or Bun PermissionDenied writing to its tempdir. - Use sandboxed execution only when the user explicitly asks for it. If a sandboxed run fails during dependency installation or temp/cache writes, rerun the same exact pipeline outside
Explore related resources
Frequently asked questions
What is integration-tests?
integration-tests is a open-source AI agent skill with Copy skill directory. Run the integration-tests pipeline that depends on a local npm registry (Verdaccio). Use when asked to execute integration tests or local publish workflows in this repo.
Who is integration-tests best for?
integration-tests is best for reusing agent instructions, scripts, and references, testing workflows, deployment workflows, writing workflows.
How do I install integration-tests?
Install or run integration-tests using Copy skill directory. Check integration-tests for the latest setup command.
Is integration-tests actively maintained?
integration-tests may need a closer maintenance check before production use.
Auto-fetched from GitHub.