remote-tests Skill
Testing against remote executors in integration tests. Published by openai in codex.
What is remote-tests Skill?
Testing against remote executors in integration tests. Published by openai in codex. 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
- Testing use cases
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use remote-tests Skill
- Use it for testing.
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/codex
- Skill file: .codex/skills/remote-tests/SKILL.md
What it does
Testing against remote executors in integration tests.
Skill instructions
Remote executor tests exercise the app-server/exec-server split to ensure that agent features work in both local and remote execution environments. Remote executor tests currently require an x8664 Linux host machine. There are two flavors: 1. Docker (Linux exec-server) 2. Wine (Windows exec-server) Test Fixtures Individual test cases must opt-in to being run against a remote executor. codexcore Use TestCodexBuilder::buildwithautoenv() to opt-in to remote execution in core integration tests unless the test needs more precise control over its executor. app-server Start the server with TestAppServer::newwithautoenv() unless the test defines its own $CODEXHOME/environments.toml or will define custom environments at runtime. Start threads with TestAppServer::sendthreadstartrequestwithautoenv() if you've created the server with the autoenv approach. Omit ThreadStartParams.environments (leave it as None) when doing so. Test Skips If a test doesn't pass in a particular remote executor configur
Explore related resources
Frequently asked questions
What is remote-tests?
remote-tests is a open-source AI agent skill with Copy skill directory. Testing against remote executors in integration tests.
Who is remote-tests best for?
remote-tests is best for reusing agent instructions, scripts, and references, testing workflows, deployment workflows.
How do I install remote-tests?
Install or run remote-tests using Copy skill directory. Check remote-tests for the latest setup command.
Is remote-tests actively maintained?
remote-tests may need a closer maintenance check before production use.
Auto-fetched from GitHub.