Add correct codex path and setup e2e tests (not running yet)

This commit is contained in:
Ben Brandt
2025-07-22 14:13:05 +02:00
parent 47dec0df99
commit 480adade63

View File

@@ -549,9 +549,11 @@ fn mcp_tool_content_to_acp(chunks: Vec<ToolResponseContent>) -> Option<acp::Tool
pub mod tests {
use super::*;
crate::common_e2e_tests!(Codex);
pub fn local_command() -> AgentServerCommand {
let cli_path =
Path::new(env!("CARGO_MANIFEST_DIR")).join("../../../codex/target/debug/codex");
Path::new(env!("CARGO_MANIFEST_DIR")).join("../../../codex/code-rs/target/debug/codex");
AgentServerCommand {
path: cli_path,